Uses of Enum Class
lu.kbra.modelizer_next.layout.LayoutObjectType
Packages that use LayoutObjectType
Package
Description
Persistent layout state for diagram nodes, links, docked panels, and the workspace.
Canvas behavior split into small mixin-style interfaces.
-
Uses of LayoutObjectType in lu.kbra.modelizer_next.layout
Methods in lu.kbra.modelizer_next.layout that return LayoutObjectTypeModifier and TypeMethodDescriptionNodeLayout.getObjectType()Returns the object type.static LayoutObjectTypeReturns the enum constant of this class with the specified name.static LayoutObjectType[]LayoutObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in lu.kbra.modelizer_next.layout with parameters of type LayoutObjectTypeModifier and TypeMethodDescriptionvoidNodeLayout.setObjectType(LayoutObjectType objectType) Sets the object type. -
Uses of LayoutObjectType in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type LayoutObjectTypeModifier and TypeMethodDescriptiondefault voidNodeLayoutManager.applyNodeLayout(LayoutObjectType type, String objectId, CopiedNodeLayout copiedLayout, double deltaX, double deltaY) Applies the node layout.default CopiedNodeLayoutCaptureManager.captureNodeLayout(LayoutObjectType type, String objectId) Captures the node layout into a portable snapshot.default Optional<NodeLayout> NodeLayoutCache.findNodeLayout(LayoutObjectType objectType, String objectId) Finds the node layout that matches the supplied input.default NodeLayoutNodeLayoutCache.findOrCreateNodeLayout(LayoutObjectType objectType, String objectId) Finds the existing node layout, or creates one when none exists.