Uses of Enum Class
de.xam.featdoc.mermaid.flowchart.Edge.Line
Packages that use Edge.Line
-
Uses of Edge.Line in de.xam.featdoc.mermaid.flowchart
Methods in de.xam.featdoc.mermaid.flowchart that return Edge.LineModifier and TypeMethodDescriptionEdge.Arrow.line()Returns the value of thelinerecord component.static Edge.LineReturns the enum constant of this class with the specified name.static Edge.Line[]Edge.Line.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.xam.featdoc.mermaid.flowchart with parameters of type Edge.LineModifierConstructorDescriptionArrow(Edge.Start start, Edge.Line line, int length, Edge.End end) Creates an instance of aArrowrecord class.