| Package | Description |
|---|---|
| org.apache.cayenne.modeler.graph |
| Modifier and Type | Method and Description |
|---|---|
GraphType |
GraphMap.getSelectedType()
Returns type that is currently selected
|
GraphType |
GraphBuilder.getType()
Returns type of the graph
|
static GraphType |
GraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphType[] |
GraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GraphBuilder |
GraphMap.createGraphBuilder(GraphType type,
boolean doLayout) |
org.jgraph.JGraph |
GraphRegistry.loadGraph(ProjectController mediator,
DataChannelDescriptor domain,
GraphType type)
Builds graph with specified type, or returns existing one
|
void |
GraphMap.setSelectedType(GraphType selectedType)
Sets type that is currently selected
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.