Uses of Class
net.sourceforge.plantuml.Direction
-
-
Uses of Direction in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return Direction Modifier and Type Method Description Direction
Direction. clockwise()
static Direction
Direction. fromChar(char c)
static Direction
Direction. fromVector(Point2D p1, Point2D p2)
static Direction
StringUtils. getArrowDirection(String s)
Direction
Direction. getInv()
static Direction
StringUtils. getQueueDirection(String s)
static Direction
Direction. leftOrRight(Point2D p1, Point2D p2)
static Direction
Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Direction[]
Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Direction in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram that return Direction Modifier and Type Method Description Direction
ConditionalContext. getDirection()
Constructors in net.sourceforge.plantuml.activitydiagram with parameters of type Direction Constructor Description ConditionalContext(ConditionalContext parent, IEntity branch, Direction direction)
-
Uses of Direction in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type Direction Modifier and Type Method Description static UPolygon
Arrows. asTo(Direction direction)
void
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
Snake. emphasizeDirection(Direction emphasizeDirection)
-
Uses of Direction in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return Direction Modifier and Type Method Description Direction
Position. reverseDirection()
-
Uses of Direction in net.sourceforge.plantuml.graphic
Constructors in net.sourceforge.plantuml.graphic with parameters of type Direction Constructor Description TextBlockArrow(Direction arrow, FontConfiguration fontConfiguration)
-
Uses of Direction in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type Direction Modifier and Type Method Description CommandExecutionResult
MindMapDiagram. addIdea(HColor backColor, int level, Display label, IdeaShape shape, Direction direction)
static FingerImpl
FingerImpl. build(net.sourceforge.plantuml.mindmap.Idea idea, ISkinParam skinParam, Direction direction)
void
MindMapDiagram. setDefaultDirection(Direction defaultDirection)
-
Uses of Direction in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type Direction Modifier and Type Method Description static UPolygon
Arrows. asTo(Direction direction)
-
Uses of Direction in net.sourceforge.plantuml.project.draw
Methods in net.sourceforge.plantuml.project.draw with parameters of type Direction Modifier and Type Method Description 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 Direction Modifier and Type Method Description protected Direction
CommandLinkStateReverse. getDefaultDirection()
-
Uses of Direction in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek that return Direction Modifier and Type Method Description Direction
GuideLine. getArrowDirection()
Direction
SvekLine. getArrowDirection()
-
Uses of Direction in net.sourceforge.plantuml.svek.image
Methods in net.sourceforge.plantuml.svek.image with parameters of type Direction Modifier and Type Method Description void
Opale. setOpale(Direction strategy, Point2D pp1, Point2D pp2)
-
Uses of Direction in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type Direction Modifier and Type Method Description CommandExecutionResult
WBSDiagram. addIdea(HColor backColor, int level, String label, Direction direction, IdeaShape shape)
CommandExecutionResult
WBSDiagram. addIdea(HColor backColor, int level, Display display, String stereotype, Direction direction, IdeaShape shape)
-