Uses of Enum
org.primefaces.model.diagram.connector.StateMachineConnector.Orientation
Packages that use StateMachineConnector.Orientation
-
Uses of StateMachineConnector.Orientation in org.primefaces.model.diagram.connector
Methods in org.primefaces.model.diagram.connector that return StateMachineConnector.OrientationModifier and TypeMethodDescriptionStateMachineConnector.getOrientation()Returns the enum constant of this type with the specified name.static StateMachineConnector.Orientation[]StateMachineConnector.Orientation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.model.diagram.connector with parameters of type StateMachineConnector.OrientationModifier and TypeMethodDescriptionvoidStateMachineConnector.setOrientation(StateMachineConnector.Orientation orientation) Constructors in org.primefaces.model.diagram.connector with parameters of type StateMachineConnector.OrientationModifierConstructorDescriptionStateMachineConnector(int curviness, int margin, int proximityLimit, int loopbackRadius, boolean showLoopback, StateMachineConnector.Orientation orientation)