Uses of Enum Class
net.sourceforge.plantuml.utils.Direction
Packages that use Direction
Package
Description
Contains classes for processing PlantUML source files.
Provides classes used to manage
Entity
.Provides classes used to manage
Activity Diagram (legacy).
Provides classes used to manage
Mindmap Diagram.
Provides classes used to manage
Smetana (internal port of GraphViz in plantuml)
for layout engine.
Provides classes used to manage
PlantUML Svek Architecture.
Provides classes used to manage
WBS Diagram.
-
Uses of Direction in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return DirectionModifier and TypeMethodDescriptionstatic Direction
StringUtils.getArrowDirection
(String s) static Direction
StringUtils.getQueueDirection
(String s) -
Uses of Direction in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel with parameters of type Direction -
Uses of Direction in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram that return DirectionConstructors in net.sourceforge.plantuml.activitydiagram with parameters of type DirectionModifierConstructorDescriptionConditionalContext
(ConditionalContext parent, Entity branch, Direction direction) -
Uses of Direction in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type DirectionModifier and TypeMethodDescriptionvoid
Worm.drawInternalOneColor
(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle colorAndStyle, double strokeValue, Direction emphasizeDirection, UPolygon endDecoration) void
WormTexted.drawInternalOneColor
(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration) Snake.emphasizeDirection
(Direction emphasizeDirection) -
Uses of Direction in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type Direction -
Uses of Direction in net.sourceforge.plantuml.klimt
Methods in net.sourceforge.plantuml.klimt with parameters of type Direction -
Uses of Direction in net.sourceforge.plantuml.klimt.shape
Constructors in net.sourceforge.plantuml.klimt.shape with parameters of type DirectionModifierConstructorDescriptionTextBlockArrow
(Direction arrow, FontConfiguration fontConfiguration) -
Uses of Direction in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type DirectionModifier and TypeMethodDescriptionfinal void
MindMapDiagram.setDefaultDirection
(Direction direction) -
Uses of Direction in net.sourceforge.plantuml.sdot
Methods in net.sourceforge.plantuml.sdot that return Direction -
Uses of Direction in net.sourceforge.plantuml.statediagram.command
Methods in net.sourceforge.plantuml.statediagram.command that return DirectionModifier and TypeMethodDescriptionprotected Direction
CommandLinkStateReverse.getDefaultDirection()
-
Uses of Direction in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek that return DirectionModifier and TypeMethodDescriptionGuideLine.getArrowDirection()
SvekEdge.getArrowDirection()
final Direction
Kal.getPosition()
-
Uses of Direction in net.sourceforge.plantuml.svek.image
Methods in net.sourceforge.plantuml.svek.image with parameters of type Direction -
Uses of Direction in net.sourceforge.plantuml.utils
Methods in net.sourceforge.plantuml.utils that return DirectionModifier and TypeMethodDescriptionDirection.clockwise()
static Direction
Direction.fromChar
(char c) static Direction
Direction.fromVector
(XPoint2D p1, XPoint2D p2) Direction.getInv()
static Direction
Direction.lazzyValueOf
(String s) static Direction
Direction.leftOrRight
(XPoint2D p1, XPoint2D p2) Position.reverseDirection()
static Direction
Returns the enum constant of this class with the specified name.static Direction[]
Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Direction in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type DirectionModifier and TypeMethodDescriptionWBSDiagram.addIdea
(String code, HColor backColor, int level, String label, Direction direction, IdeaShape shape) WBSDiagram.addIdea
(String code, HColor backColor, int level, Display display, Stereotype stereotype, Direction direction, IdeaShape shape) WElement.createElement
(HColor backColor, int newLevel, Display newLabel, Stereotype stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder) WElement.getChildren
(Direction direction)