Package | Description |
---|---|
org.processmining.plugins.etm.model.narytree.visualisation |
Modifier and Type | Method and Description |
---|---|
static TreeLayoutBuilder.EdgeRouting |
TreeLayoutBuilder.EdgeRouting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeLayoutBuilder.EdgeRouting[] |
TreeLayoutBuilder.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 |
TreeLayoutBuilder.drawEdge(org.jgraph.graph.GraphLayoutCache g,
org.jgraph.graph.DefaultPort from,
java.awt.geom.Point2D fromPoint,
org.jgraph.graph.DefaultPort to,
java.awt.geom.Point2D toPoint,
TreeLayoutBuilder.EdgeRouting startHorizontal) |