Uses of Record Class
lu.kbra.modelizer_next.ui.canvas.datastruct.CopiedNodeLayout
Packages that use CopiedNodeLayout
Package
Description
Canvas behavior split into small mixin-style interfaces.
Transient canvas data carriers.
-
Uses of CopiedNodeLayout in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return CopiedNodeLayoutModifier and TypeMethodDescriptiondefault CopiedNodeLayoutCaptureManager.captureNodeLayout(LayoutObjectType type, String objectId) Captures the node layout into a portable snapshot.Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type CopiedNodeLayoutModifier and TypeMethodDescriptiondefault voidNodeLayoutManager.applyNodeLayout(LayoutObjectType type, String objectId, CopiedNodeLayout copiedLayout, double deltaX, double deltaY) Applies the node layout. -
Uses of CopiedNodeLayout in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return CopiedNodeLayoutModifier and TypeMethodDescriptionCopiedClass.layout()Returns the value of thelayoutrecord component.CopiedComment.layout()Returns the value of thelayoutrecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type CopiedNodeLayoutModifierConstructorDescriptionCopiedClass(String sourceId, String conceptualName, String technicalName, boolean visibleInConceptual, boolean visibleInLogical, boolean visibleInPhysical, Color textColor, Color backgroundColor, Color borderColor, List<CopiedField> fields, CopiedNodeLayout layout) Creates an instance of aCopiedClassrecord class.CopiedComment(String sourceId, CommentKind kind, String text, Color textColor, Color backgroundColor, Color borderColor, boolean visibleInConceptual, boolean visibleInLogical, boolean visibleInPhysical, BoundTargetType bindingTargetType, String bindingTargetId, CopiedNodeLayout layout) Creates an instance of aCopiedCommentrecord class.