JGraph | |
Frames | No Frames |
Methods with parameter type org.jgraph.graph.AttributeMap | |
Map | Returns an attributeMap for the specified position and color. |
Methods with return type org.jgraph.graph.AttributeMap | |
AttributeMap | JGraph.getAttributes(Object cell) Returns the attributes for the specified cell. |
Constructors with parameter type org.jgraph.graph.AttributeMap | |
Constructs an edge that holds a reference to the specified user object
and sets default values for points and the label position. | |
Constructs a cell that holds a reference to the specified user object
and contains the specified array of children and sets default values
for the bounds attribute. | |
DefaultGraphCell.DefaultGraphCell(Object userObject, AttributeMap storageMap, MutableTreeNode[] children) Creates a graph cell and initializes it with the specified user object. | |
Constructs a model that is not an attribute store. | |
Constructs a model using the specified information to construct the
cells, attributes and connection data. |
Fields of type org.jgraph.graph.AttributeMap | |
AttributeMap | Contains the complete set of attributes, including the cell's attributes. |
AttributeMap | Hashtable for attributes. |
AttributeMap | Hashtable for properties. |
AttributeMap | The model's own attributes as a map. |
AttributeMap | Shared empty attribute map to return instead of null in applyMap. |
Methods with parameter type org.jgraph.graph.AttributeMap | |
AttributeMap | Clones special object entried in the given map. |
void | Sets the attributes of this view to the specified value
|
void | Sets the attributes. |
void | Sets the attributes
|
Methods with return type org.jgraph.graph.AttributeMap | |
AttributeMap | AttributeMap.applyMap(Map change) Apply the change to this views attributes. |
AttributeMap | Clones special object entried in the given map. |
AttributeMap | Hook for subclassers to avoid creating an empty AttributeMap during
construction of the instance. |
AttributeMap | Returns the attributes of the view combined with the attributes of the
corresponding cell. |
AttributeMap | |
AttributeMap | Return the attributes of the view. |
AttributeMap | Returns all attributes of the view as a map. |
AttributeMap | Returns the properies of the cell. |
AttributeMap | Returns the attributes of the cell. |
AttributeMap | DefaultGraphModel.getAttributes(Object node) Returns a Map that represents the attributes for the
specified cell. |
AttributeMap | GraphModel.getAttributes(Object node) Returns a AttributeMap that represents the properties for
the specified cell. |
AttributeMap | Hook for subclassers to avoid cloning the cell's attributes. |