|
JGraphpad Pro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the basic requirements for a named diagram in a JGraph editor document model. A diagram contains a (stateful) layout cache with a graph model. The properties of document model elements should be changed via the document model in order to update all attached listeners.
| Method Summary | |
org.jgraph.graph.GraphLayoutCache |
getGraphLayoutCache()
|
String |
getName()
Returns the name. |
Map |
getProperties()
Returns the properties of the diagram. |
void |
setGraphLayoutCache(org.jgraph.graph.GraphLayoutCache cache)
|
void |
setName(String name)
Sets the name. |
| Methods inherited from interface javax.swing.tree.MutableTreeNode |
insert, remove, remove, removeFromParent, setParent, setUserObject |
| Methods inherited from interface javax.swing.tree.TreeNode |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
public void setName(String name)
name - The name to set.public String getName()
public void setGraphLayoutCache(org.jgraph.graph.GraphLayoutCache cache)
cache - The cache to set.public org.jgraph.graph.GraphLayoutCache getGraphLayoutCache()
public Map getProperties()
|
JGraphpad Pro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||