Uses of Enum Class
lu.kbra.modelizer_next.ui.canvas.data.Direction2D
Packages that use Direction2D
Package
Description
Canvas behavior split into small mixin-style interfaces.
Small enums used by the canvas implementation to describe sides, directions, and style scopes.
-
Uses of Direction2D in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type Direction2DModifier and TypeMethodDescriptiondefault voidElementRenderer.drawAlignedLinkLabel(Graphics2D g2, String text, Point2D point, double angle, boolean bottom, Direction2D dir) Draws the aligned link label.Method parameters in lu.kbra.modelizer_next.ui.canvas with type arguments of type Direction2DModifier and TypeMethodDescriptiondefault voidElementRenderer.drawCardinalityLabel(Graphics2D g2, String text, Point2D anchor, Point2D adjacentPoint, double angle, boolean bottom, Optional<Direction2D> forcedDirection) Deprecated. -
Uses of Direction2D in lu.kbra.modelizer_next.ui.canvas.data
Methods in lu.kbra.modelizer_next.ui.canvas.data that return Direction2DModifier and TypeMethodDescriptionstatic Direction2DReturns the enum constant of this class with the specified name.static Direction2D[]Direction2D.values()Returns an array containing the constants of this enum class, in the order they are declared.