JGraph
v5.0


Uses of Class
org.jgraph.graph.AttributeMap

Packages that use AttributeMap
org.jgraph JGraph's topmost package which contains the JGraph class. 
org.jgraph.graph 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 with parameters of type AttributeMap
static 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 AttributeMap
protected  AttributeMap DefaultGraphModel.attributes
          The model's own attributes as a map.
protected  AttributeMap DefaultGraphCell.attributes
          Hashtable for properties.
protected  AttributeMap AbstractCellView.attributes
          Hashtable for attributes.
protected  AttributeMap AbstractCellView.allAttributes
           
 

Methods in org.jgraph.graph that return AttributeMap
 AttributeMap DefaultGraphModel.createAttributes()
          Creates an empty map.
 AttributeMap DefaultGraphModel.getAttributes(Object node)
          Returns a Map that represents the attributes for the specified cell.
 AttributeMap DefaultGraphCell.getAttributes()
          Returns the properies of the cell.
 AttributeMap DefaultGraphCell.changeAttributes(AttributeMap change)
          Apply change to the cell and sync userObject.
 AttributeMap DefaultEdge.changeAttributes(AttributeMap change)
          Override parent method to ensure non-null points.
 AttributeMap GraphCell.getAttributes()
          Returns the attributes of the cell.
 AttributeMap GraphCell.changeAttributes(AttributeMap properties)
          Changes the attributes of the cell.
 AttributeMap AbstractCellView.getAttributes()
          Return the attributes of the view.
 AttributeMap AbstractCellView.getAllAttributes()
          Returns the attributes of the view combined with the attributes of the corresponding cell.
 AttributeMap AbstractCellView.setAttributes(AttributeMap change)
          Applies change to the attributes of the view and calls update.
 AttributeMap CellView.setAttributes(AttributeMap map)
          Apply the specified map of attributes on the view.
 AttributeMap CellView.getAttributes()
          Returns all attributes of the view as a map.
 AttributeMap CellView.getAllAttributes()
           
 AttributeMap AttributeMap.applyMap(Map change)
          Apply the change to the target.
 AttributeMap AttributeMap.diff(AttributeMap newState)
          Returns a new map that contains all (key, value)-pairs of newState where either key is not used or value is different for key in oldState.
 AttributeMap GraphModel.getAttributes(Object node)
          Returns a AttributeMap that represents the properties for the specified cell.
 AttributeMap GraphModel.createAttributes()
          Returns a new AttributeMap that may represent properties for a given cell.
 

Methods in org.jgraph.graph with parameters of type AttributeMap
 AttributeMap DefaultGraphCell.changeAttributes(AttributeMap change)
          Apply change to the cell and sync userObject.
 void DefaultGraphCell.setAttributes(AttributeMap attributes)
          Sets the attributes.
 AttributeMap DefaultEdge.changeAttributes(AttributeMap change)
          Override parent method to ensure non-null points.
 AttributeMap GraphCell.changeAttributes(AttributeMap properties)
          Changes the attributes of the cell.
 void GraphCell.setAttributes(AttributeMap map)
          Sets the attributes
 AttributeMap AbstractCellView.setAttributes(AttributeMap change)
          Applies change to the attributes of the view and calls update.
 AttributeMap CellView.setAttributes(AttributeMap map)
          Apply the specified map of attributes on the view.
 AttributeMap AttributeMap.diff(AttributeMap newState)
          Returns a new map that contains all (key, value)-pairs of newState where either key is not used or value is different for key in oldState.
 


JGraph
v5.0


Copyright (C) 2003-2004 Gaudenz Alder. All rights reserved.