Package | Description |
---|---|
org.processmining.processtree.visualization.bpmn |
Modifier and Type | Method and Description |
---|---|
static TreeBPMNLayoutBuilder.EdgeRouting |
TreeBPMNLayoutBuilder.EdgeRouting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeBPMNLayoutBuilder.EdgeRouting[] |
TreeBPMNLayoutBuilder.EdgeRouting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeBPMNLayoutBuilder.drawEdge(org.jgraph.graph.GraphLayoutCache g,
org.jgraph.graph.DefaultGraphCell parent,
org.jgraph.graph.DefaultPort from,
org.jgraph.graph.DefaultPort to,
TreeBPMNLayoutBuilder.EdgeRouting routing,
double routeYAt,
boolean blockable,
boolean hideable,
boolean dashed,
Expression label) |