| com.jgraph.editor.JGraphEditorDiagram
All known Subclasses: com.jgraph.pad.JGraphpadLibrary, com.jgraph.pad.JGraphpadDiagram,
JGraphEditorDiagram | public interface JGraphEditorDiagram extends MutableTreeNode(Code) | | 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.
|
getName | public String getName()(Code) | | Returns the name.
Returns the name. |
getProperties | public Map getProperties()(Code) | | Returns the properties of the diagram.
Returns all properties. |
setGraphLayoutCache | public void setGraphLayoutCache(GraphLayoutCache cache)(Code) | | Parameters: cache - The cache to set. |
setName | public void setName(String name)(Code) | | Sets the name.
Parameters: name - The name to set. |
|
|