Uses of Enum Class
de.xam.featdoc.mermaid.flowchart.Edge.Start
Packages that use Edge.Start
-
Uses of Edge.Start in de.xam.featdoc.mermaid.flowchart
Methods in de.xam.featdoc.mermaid.flowchart that return Edge.StartModifier and TypeMethodDescriptionEdge.Arrow.start()Returns the value of thestartrecord component.static Edge.StartReturns the enum constant of this class with the specified name.static Edge.Start[]Edge.Start.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.StartModifierConstructorDescriptionArrow(Edge.Start start, Edge.Line line, int length, Edge.End end) Creates an instance of aArrowrecord class.