Uses of Enum Class
lu.kbra.modelizer_next.ui.canvas.data.AnchorSide
Packages that use AnchorSide
Package
Description
Canvas behavior split into small mixin-style interfaces.
Small enums used by the canvas implementation to describe sides, directions, and style scopes.
Transient canvas data carriers.
-
Uses of AnchorSide in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return AnchorSideModifier and TypeMethodDescriptiondefault AnchorSideLinkLayoutManager.chooseSelfLinkFromSide(String classId) Chooses the self link from side.default AnchorSideLinkLayoutManager.chooseTechnicalSelfLinkSide(LinkModel linkModel) Chooses the technical self link side.Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type AnchorSideModifier and TypeMethodDescriptiondefault doubleLinkLayoutManager.computeConceptualSortValue(String linkId, String classId, AnchorSide side, Map<String, Rectangle2D> boundsByClassId, Map<String, AnchorSidePair> sidePairs) Computes the conceptual sort value on the active canvas. -
Uses of AnchorSide in lu.kbra.modelizer_next.ui.canvas.data
Methods in lu.kbra.modelizer_next.ui.canvas.data that return AnchorSideModifier and TypeMethodDescriptionAnchorSide.clockwise()Returns the next anchor side in clockwise order.AnchorSide.counterClockwise()Returns the next anchor side in counter-clockwise order.static AnchorSideReturns the enum constant of this class with the specified name.static AnchorSide[]AnchorSide.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AnchorSide in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return AnchorSideModifier and TypeMethodDescriptionAnchorPair.fromSide()Returns the value of thefromSiderecord component.AnchorSidePair.fromSide()Returns the value of thefromSiderecord component.LinkAnchorPlacement.fromSide()Returns the value of thefromSiderecord component.LinkGeometry.fromSide()Returns the value of thefromSiderecord component.ClassSideKey.side()Returns the value of thesiderecord component.FieldAnchor.side()Returns the value of thesiderecord component.AnchorPair.toSide()Returns the value of thetoSiderecord component.AnchorSidePair.toSide()Returns the value of thetoSiderecord component.LinkAnchorPlacement.toSide()Returns the value of thetoSiderecord component.LinkGeometry.toSide()Returns the value of thetoSiderecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type AnchorSideModifierConstructorDescriptionAnchorPair(Point2D from, Point2D to, AnchorSide fromSide, AnchorSide toSide) Creates an instance of aAnchorPairrecord class.AnchorSidePair(AnchorSide fromSide, AnchorSide toSide) Creates an instance of aAnchorSidePairrecord class.ClassSideKey(String classId, AnchorSide side) Creates an instance of aClassSideKeyrecord class.FieldAnchor(Point2D point, AnchorSide side) Creates an instance of aFieldAnchorrecord class.LinkAnchorPlacement(AnchorSide fromSide, AnchorSide toSide, int fromIndex, int fromCount, int toIndex, int toCount) Creates an instance of aLinkAnchorPlacementrecord class.LinkGeometry(Point2D fromPoint, Point2D toPoint, AnchorSide fromSide, AnchorSide toSide, Point2D labelPoint, Point2D middlePoint, double labelAngle, List<Point2D> points) Creates an instance of aLinkGeometryrecord class.