Uses of Record Class
lu.kbra.modelizer_next.ui.canvas.datastruct.SelectedElement
Packages that use SelectedElement
Package
Description
Canvas behavior split into small mixin-style interfaces.
Transient canvas data carriers.
-
Uses of SelectedElement in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type SelectedElementModifier and TypeMethodDescriptiondefault voidElementEditor.bindCommentToTarget(String commentId, SelectedElement target) Binds the comment to target.default voidElementCreator.createTechnicalLink(SelectedElement fromEndpoint, SelectedElement toEndpoint) Creates a technical link.default ObjectLiveEditor.getStyleObject(SelectedElement selectedElement, boolean alternative) Returns the style object on the active canvas.Method parameters in lu.kbra.modelizer_next.ui.canvas with type arguments of type SelectedElementModifier and TypeMethodDescriptiondefault Rectangle2D.DoubleExportManager.computeSelectionBounds(List<SelectedElement> selection) Computes the selection bounds. -
Uses of SelectedElement in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return SelectedElementModifier and TypeMethodDescriptionLiveEditElement.asSelectedElement()Converts this live edit element into a selected element.static SelectedElementCreates the default style for class elements.static SelectedElementSelectedElement.forComment(String commentId) Creates the default style for comment elements.static SelectedElementCreates the default style for field elements.static SelectedElementCreates the default style for link elements.HitResult.selection()Returns the value of theselectionrecord component.LinkCreationState.toSelectedElement()Converts the input to a selected element on the active canvas.Methods in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type SelectedElementModifier and TypeMethodDescriptionstatic LinkCreationStateLinkCreationState.fromSelection(SelectedElement selection) Creates a value from the supplied selection.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type SelectedElementModifierConstructorDescriptionHitResult(NodeLayout layout, Rectangle2D bounds, SelectedElement selection) Creates an instance of aHitResultrecord class.