Uses of Class
org.primefaces.model.diagram.connector.StateMachineConnector.Orientation
-
Packages that use StateMachineConnector.Orientation Package Description org.primefaces.model.diagram.connector -
-
Uses of StateMachineConnector.Orientation in org.primefaces.model.diagram.connector
Methods in org.primefaces.model.diagram.connector that return StateMachineConnector.Orientation Modifier and Type Method Description StateMachineConnector.OrientationStateMachineConnector. getOrientation()static StateMachineConnector.OrientationStateMachineConnector.Orientation. valueOf(String name)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.Orientation Modifier and Type Method Description voidStateMachineConnector. setOrientation(StateMachineConnector.Orientation orientation)Constructors in org.primefaces.model.diagram.connector with parameters of type StateMachineConnector.Orientation Constructor Description StateMachineConnector(int curviness, int margin, int proximityLimit, int loopbackRadius, boolean showLoopback, StateMachineConnector.Orientation orientation)
-