| |
|
| com.jgraph.pad.JGraphpadFile com.jgraph.pad.JGraphpadLibrary
JGraphpadLibrary | public class JGraphpadLibrary extends JGraphpadFile implements JGraphEditorDiagram(Code) | | Represents a library in the JGraphpad editor. A library is a file and at the
same time a diagram which contains a set of groups to be used as template
cells.
|
graphLayoutCache | protected GraphLayoutCache graphLayoutCache(Code) | | Holds the graph layout cache that contains the cells.
|
isReadOnly | protected boolean isReadOnly(Code) | | Specifies if the library can be changed. Default is false.
Note: There is no way to change this setting via the UI.
Please use a file edit to change the setting within the
XML file that represents this library.
|
JGraphpadLibrary | public JGraphpadLibrary()(Code) | | Constructs a new library.
|
JGraphpadLibrary | public JGraphpadLibrary(String filename)(Code) | | Constructs a new file using the filename as the user object and a
JGraphpadGraphLayoutCache to hold the cells.
Parameters: filename - The user object of the parent object. |
JGraphpadLibrary | public JGraphpadLibrary(String filename, GraphLayoutCache graphLayoutCache)(Code) | | Constructs a new library with the specified filename as the user object
and the specified graph layout cache to hold the cells.
Parameters: filename - The user object of the parent object. Parameters: graphLayoutCache - The graph layout cache that contains the cells. |
getProperties | public Map getProperties()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | Returns the isReadOnly. |
setReadOnly | public void setReadOnly(boolean isReadOnly)(Code) | | Parameters: isReadOnly - The isReadOnly to set. |
|
|
|