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 theattributesof the cell.voidSets the attributes
-
Method Details
-
getAttributes
AttributeMap getAttributes()Returns theattributesof the cell. -
changeAttributes
-
setAttributes
Sets the attributes
-