Uses of Enum Class
net.sourceforge.plantuml.utils.Direction
Packages that use Direction
Package
Description
Contains classes for processing PlantUML source files.
-
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.project.draw
Methods in net.sourceforge.plantuml.project.draw with parameters of type DirectionModifier and TypeMethodDescriptionfinal double
AbstractTaskDraw.getY
(StringBounder stringBounder, Direction direction) double
TaskDraw.getY
(StringBounder stringBounder, Direction direction) double
TaskDrawSeparator.getY
(StringBounder stringBounder, Direction 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()
SvekLine.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, String stereotype, Direction direction, IdeaShape shape) WElement.createElement
(HColor backColor, int newLevel, Display newLabel, String stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder) WElement.getChildren
(Direction direction)