Package | Description |
---|---|
org.processmining.algorithms.statechart.layout | |
org.processmining.algorithms.statechart.m2m.ui.style |
Modifier and Type | Method and Description |
---|---|
ForwardAlignment |
DefaultPGLayoutConfiguration.getNodeForwardAlignment(T node) |
ForwardAlignment |
PGLayoutConfiguration.getNodeForwardAlignment(T node) |
static ForwardAlignment |
ForwardAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForwardAlignment[] |
ForwardAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultPGLayoutConfiguration(Direction direction,
double gapBetweenNodes,
boolean isLayoutOrtogonal,
boolean isLayoutReverse,
Padding paddingNode,
CenterAlignment nodeCenterAlignment,
ForwardAlignment nodeForwardAlignment) |
Modifier and Type | Method and Description |
---|---|
ForwardAlignment |
StatechartStyle.getNodeForwardAlignment(StatechartLayoutNode node) |