Uses of Enum Class
de.xam.featdoc.mermaid.flowchart.FlowchartDiagram.Orientation
Packages that use FlowchartDiagram.Orientation
-
Uses of FlowchartDiagram.Orientation in de.xam.featdoc.mermaid.flowchart
Methods in de.xam.featdoc.mermaid.flowchart that return FlowchartDiagram.OrientationModifier and TypeMethodDescriptionFlowchartDiagram.orientation()static FlowchartDiagram.OrientationReturns the enum constant of this class with the specified name.static FlowchartDiagram.Orientation[]FlowchartDiagram.Orientation.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 FlowchartDiagram.OrientationModifierConstructorDescriptionFlowchartDiagram(String title, FlowchartDiagram.Orientation orientation)