com.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
 java.util.Map getAttributes()
          Returns the properties of the cell.
 void setAttributes(java.util.Map properties)
          Sets properties of the cell.
 

Method Detail

getAttributes

public java.util.Map getAttributes()
Returns the properties of the cell.


setAttributes

public void setAttributes(java.util.Map properties)
Sets properties of the cell.