Package | Description |
---|---|
org.processmining.algorithms.statechart.layout | |
org.processmining.algorithms.statechart.m2m.ui.style | |
org.processmining.recipes.statechart.m2m.ui |
Modifier and Type | Method and Description |
---|---|
Direction |
DefaultPGLayoutConfiguration.getDirection() |
Direction |
PGLayoutConfiguration.getDirection() |
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.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 |
---|---|
Direction |
StatechartStyle.getDirection() |
Constructor and Description |
---|
StatechartStyle(Statechart model,
Direction layoutDir,
IActivityLabeler activityLabeler) |
Modifier and Type | Field and Description |
---|---|
Direction |
Statechart2SVGRecipe.Parameters.layoutDir |
Modifier and Type | Method and Description |
---|---|
static Direction |
Statechart2SVGRecipe.map(org.processmining.plugins.graphviz.dot.Dot.GraphDirection t) |