| Package | Description |
|---|---|
| org.processmining.linearlayouts | |
| org.processmining.linearlayouts.emperors | |
| org.processmining.linearlayouts.graph | |
| org.processmining.linearlayouts.processtrees |
| Modifier and Type | Field and Description |
|---|---|
protected LinearLayout |
Connector.ll |
LinearLayout |
LayoutPanel.process |
| Modifier and Type | Method and Description |
|---|---|
static ProcessLayouter.RowHeight |
ProcessLayouter.computeRowHeight(LinearLayout process,
double width,
int from,
int to,
boolean reversed)
Computes the height of a row.
|
static void |
IpeGraphics2D.generateIpeOutput(LinearLayout p,
java.lang.String name) |
static Layout |
AspectRatioProcessLayout.layout(LinearLayout process,
double aspectRatio,
AspectRatioProcessLayout.Margins margin,
double spineArcRadius) |
static Layout |
ProcessLayouter.layout(LinearLayout process,
double width,
double spineArcRadius) |
| Constructor and Description |
|---|
BlockConnector(LinearLayout ll,
int id,
int from,
int to,
Block block,
Connector parent) |
Connector(LinearLayout ll,
int id,
Connector parent) |
Connector(LinearLayout ll,
int id,
int from,
int to,
Connector parent) |
Layout(LinearLayout process,
double width,
double height,
java.util.List<java.lang.Integer> foldingPoints,
java.util.List<Layout.Row> rows,
double spineArcRadius) |
LayoutPanel(LinearLayout process) |
PlainConnector(LinearLayout ll,
int id,
Connector parent) |
PlainConnector(LinearLayout ll,
int id,
int from,
int to,
Connector parent) |
| Constructor and Description |
|---|
EmperorConnector(LinearLayout ll,
int id,
int from,
int to,
java.lang.String label,
Connector parent) |
| Constructor and Description |
|---|
LabeledConnector(LinearLayout ll,
int id,
int from,
int to,
java.lang.String label,
Connector parent) |
| Modifier and Type | Method and Description |
|---|---|
static LinearLayout |
ProcessFactory.getDefaultProcess() |
static LinearLayout |
ProcessFactory.getRepairProcess() |
static LinearLayout |
ProcessFactory.getTestingProcess() |