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 DirectionStringUtils.getArrowDirection(String s) static DirectionStringUtils.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 TypeMethodDescriptionvoidWorm.drawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle colorAndStyle, double strokeValue, 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 voidMindMapDiagram.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 DirectionCommandLinkStateReverse.getDefaultDirection() -
Uses of Direction in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek that return DirectionModifier and TypeMethodDescriptionGuideLine.getArrowDirection()SvekEdge.getArrowDirection()final DirectionKal.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 DirectionDirection.fromChar(char c) static DirectionDirection.fromVector(XPoint2D p1, XPoint2D p2) Direction.getInv()static DirectionDirection.lazzyValueOf(String s) static DirectionDirection.leftOrRight(XPoint2D p1, XPoint2D p2) Position.reverseDirection()static DirectionReturns 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 that return DirectionModifier and TypeMethodDescriptionstatic DirectionCommandWBSItem.parseDirection(RegexResult arg, String type) 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)