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.

Version:
1.0 1/1/02
Author:
Gaudenz Alder

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

Map getAttributes()
Returns the attributes of the cell.


changeAttributes

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


setAttributes

void setAttributes(Map map)
Sets the attributes