Package org.jgraph.graph
Interface GraphCell
-
- All Known Implementing Classes:
DefaultEdge,DefaultGraphCell,DefaultPort
public interface GraphCellDefines the requirements for objects that appear as GraphCells. This is the base interface for all GraphCells.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.MapchangeAttributes(java.util.Map change)Deprecated.Use getAttributes().applyMapAttributeMapgetAttributes()Returns theattributesof the cell.voidsetAttributes(AttributeMap map)Sets the attributes
-
-
-
Method Detail
-
getAttributes
AttributeMap getAttributes()
Returns theattributesof the cell.
-
changeAttributes
java.util.Map changeAttributes(java.util.Map change)
Deprecated.Use getAttributes().applyMapChanges theattributesof the cell.
-
setAttributes
void setAttributes(AttributeMap map)
Sets the attributes
-
-