JGraph
v3.3


org.jgraph.graph
Interface GraphCell

All Known Subinterfaces:
Edge, Port
All Known Implementing Classes:
DefaultEdge, DefaultGraphCell, DefaultPort

public interface GraphCell

Defines the requirements for objects that appear as GraphCells. This is the base interface for all GraphCells.


Method Summary
 Map changeAttributes(Map properties)
          Changes the attributes of the cell.
 Map getAttributes()
          Returns the attributes of the cell.
 void setAttributes(Map map)
          Sets the attributes
 

Method Detail

getAttributes

public Map getAttributes()
Returns the attributes of the cell.


changeAttributes

public Map changeAttributes(Map properties)
Changes the attributes of the cell.


setAttributes

public void setAttributes(Map map)
Sets the attributes


JGraph
v3.3


Copyright (C) 2001-2004 JGraph.org. All rights reserved.