| Package | Description |
|---|---|
| grammarscope.grapher | |
| grammarscope.grapher.widget |
| Modifier and Type | Field and Description |
|---|---|
SubGraph.PartitionMode |
Settings.splitFunction |
| Modifier and Type | Field and Description |
|---|---|
private SubGraph.PartitionMode |
View.partitionMode
Partition modes
|
| Modifier and Type | Method and Description |
|---|---|
static SubGraph.PartitionMode |
SubGraph.PartitionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubGraph.PartitionMode[] |
SubGraph.PartitionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphWidget.applyPartitionMode(SubGraph.PartitionMode mode) |
void |
View.applyPartitionMode(SubGraph.PartitionMode mode0) |
void |
Control.applyPartitionMode(SubGraph.PartitionMode mode)
Apply partition mode
|
static edu.uci.ics.jung.graph.util.Pair<edu.uci.ics.jung.graph.Graph<GNode,GEdge>> |
SubGraph.makeSubgraphs(edu.uci.ics.jung.graph.Graph<GNode,GEdge> graph,
SubGraph.PartitionMode mode)
Make subgraphs of this graph
|