Package | Description |
---|---|
org.primefaces.model.diagram.connector |
Modifier and Type | Method | Description |
---|---|---|
StateMachineConnector.Orientation |
StateMachineConnector.getOrientation() |
|
static StateMachineConnector.Orientation |
StateMachineConnector.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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
StateMachineConnector.setOrientation(StateMachineConnector.Orientation orientation) |
Constructor | Description |
---|---|
StateMachineConnector(int curviness,
int margin,
int proximityLimit,
int loopbackRadius,
boolean showLoopback,
StateMachineConnector.Orientation orientation) |
Copyright © 2018. All rights reserved.