Uses of Class
org.jgraph.graph.AttributeMap
Packages that use AttributeMap
Package
Description
JGraph's topmost package which contains the JGraph class.
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph
package.-
Uses of AttributeMap in org.jgraph
Methods in org.jgraph that return AttributeMapModifier and TypeMethodDescriptionJGraph.getAttributes
(Object cell) Returns the attributes for the specified cell.Methods in org.jgraph with parameters of type AttributeMapModifier and TypeMethodDescriptionstatic Map
JGraph.createBounds
(AttributeMap map, int x, int y, Color c) Returns an attributeMap for the specified position and color. -
Uses of AttributeMap in org.jgraph.graph
Fields in org.jgraph.graph declared as AttributeMapModifier and TypeFieldDescriptionprotected AttributeMap
AbstractCellView.allAttributes
Contains the complete set of attributes, including the cell's attributes.protected AttributeMap
AbstractCellView.attributes
Hashtable for attributes.protected AttributeMap
DefaultGraphCell.attributes
Hashtable for properties.protected AttributeMap
DefaultGraphModel.attributes
The model's own attributes as a map.static AttributeMap
AttributeMap.emptyAttributeMap
Shared empty attribute map to return instead of null in applyMap.Methods in org.jgraph.graph that return AttributeMapModifier and TypeMethodDescriptionApply thechange
to this views attributes.AttributeMap.cloneEntries
(AttributeMap newMap) Clones special object entried in the given map.protected AttributeMap
AbstractCellView.createAttributeMap()
Hook for subclassers to avoid creating an empty AttributeMap during construction of the instance.AbstractCellView.getAllAttributes()
Returns the attributes of the view combined with the attributes of the corresponding cell.CellView.getAllAttributes()
AbstractCellView.getAttributes()
Return the attributes of the view.CellView.getAttributes()
Returns all attributes of the view as a map.DefaultGraphCell.getAttributes()
Returns the properies of the cell.DefaultGraphModel.getAttributes
(Object node) Returns aMap
that represents the attributes for the specified cell.GraphCell.getAttributes()
Returns theattributes
of the cell.GraphModel.getAttributes
(Object node) Returns aAttributeMap
that represents the properties for the specified cell.protected AttributeMap
AbstractCellView.getCellAttributes
(GraphModel model) Hook for subclassers to avoid cloning the cell's attributes.Methods in org.jgraph.graph with parameters of type AttributeMapModifier and TypeMethodDescriptionAttributeMap.cloneEntries
(AttributeMap newMap) Clones special object entried in the given map.void
AbstractCellView.setAttributes
(AttributeMap attributes) Sets the attributes of this view to the specified valuevoid
DefaultGraphCell.setAttributes
(AttributeMap attributes) Sets the attributes.void
GraphCell.setAttributes
(AttributeMap map) Sets the attributesConstructors in org.jgraph.graph with parameters of type AttributeMapModifierConstructorDescriptionDefaultEdge
(Object userObject, AttributeMap storageMap) Constructs an edge that holds a reference to the specified user object and sets default values for points and the label position.DefaultGraphCell
(Object userObject, AttributeMap storageMap) 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
(Object userObject, AttributeMap storageMap, MutableTreeNode[] children) Creates a graph cell and initializes it with the specified user object.DefaultGraphModel
(List roots, AttributeMap attributes) Constructs a model that is not an attribute store.DefaultGraphModel
(List roots, AttributeMap attributes, ConnectionSet cs) Constructs a model using the specified information to construct the cells, attributes and connection data.