Package | Description |
---|---|
org.processmining.algorithms.statechart.layout | |
org.processmining.algorithms.statechart.m2m.ui.style |
Modifier and Type | Method and Description |
---|---|
CenterAlignment |
DefaultPGLayoutConfiguration.getNodeCenterAlignment(T node) |
CenterAlignment |
PGLayoutConfiguration.getNodeCenterAlignment(T node) |
static CenterAlignment |
CenterAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CenterAlignment[] |
CenterAlignment.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 |
---|---|
CenterAlignment |
StatechartStyle.getNodeCenterAlignment(StatechartLayoutNode node) |