Package org.jgraph.graph
Interface GraphCell
- 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
Modifier and TypeMethodDescriptionchangeAttributes
(Map change) Deprecated.Use getAttributes().applyMapReturns theattributes
of the cell.void
Sets the attributes
-
Method Details
-
getAttributes
AttributeMap getAttributes()Returns theattributes
of the cell. -
changeAttributes
Deprecated.Use getAttributes().applyMapChanges theattributes
of the cell. -
setAttributes
Sets the attributes
-