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