Uses of Class
lu.kbra.modelizer_next.layout.NodeLayout
Packages that use NodeLayout
Package
Description
Persistent layout state for diagram nodes, links, docked panels, and the workspace.
Canvas behavior split into small mixin-style interfaces.
Transient canvas data carriers.
-
Uses of NodeLayout in lu.kbra.modelizer_next.layout
Methods in lu.kbra.modelizer_next.layout that return types with arguments of type NodeLayoutMethod parameters in lu.kbra.modelizer_next.layout with type arguments of type NodeLayoutModifier and TypeMethodDescriptionvoidPanelState.setNodeLayouts(List<NodeLayout> nodeLayouts) Sets the node layouts. -
Uses of NodeLayout in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return NodeLayoutModifier and TypeMethodDescriptiondefault NodeLayoutNodeLayoutCache.findOrCreateNodeLayout(LayoutObjectType objectType, String objectId) Finds the existing node layout, or creates one when none exists.default NodeLayoutNodeLayoutManager.resolveRenderLayout(NodeLayout layout) Resolves the render layout from the current model and layout state.Methods in lu.kbra.modelizer_next.ui.canvas that return types with arguments of type NodeLayoutModifier and TypeMethodDescriptiondefault Optional<NodeLayout> NodeLayoutCache.findNodeLayout(LayoutObjectType objectType, String objectId) Finds the node layout that matches the supplied input.Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type NodeLayoutModifier and TypeMethodDescriptiondefault Rectangle2DNodeLayoutManager.computeClassBounds(ClassModel classModel, NodeLayout layout) Computes the class bounds.default Rectangle2DNodeLayoutManager.computeCommentBounds(String text, NodeLayout layout) Computes the comment bounds.default NodeLayoutNodeLayoutManager.resolveRenderLayout(NodeLayout layout) Resolves the render layout from the current model and layout state. -
Uses of NodeLayout in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return NodeLayoutModifier and TypeMethodDescriptionDraggedLayout.layout()Returns the value of thelayoutrecord component.HitResult.layout()Returns the value of thelayoutrecord component.ResizingComment.layout()Returns the value of thelayoutrecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type NodeLayoutModifierConstructorDescriptionDraggedLayout(NodeLayout layout, double startX, double startY) Creates an instance of aDraggedLayoutrecord class.HitResult(NodeLayout layout, Rectangle2D bounds, SelectedElement selection) Creates an instance of aHitResultrecord class.ResizingComment(NodeLayout layout, double initialWidth, double initialHeight, double startWorldX, double startWorldY) Creates an instance of aResizingCommentrecord class.