JGraph
v5.0


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
 AttributeMap changeAttributes(AttributeMap properties)
          Changes the attributes of the cell.
 AttributeMap getAttributes()
          Returns the attributes of the cell.
 void setAttributes(AttributeMap map)
          Sets the attributes
 

Method Detail

getAttributes

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


changeAttributes

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


setAttributes

public void setAttributes(AttributeMap map)
Sets the attributes


JGraph
v5.0


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