public interface GraphCell
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
changeAttributes(java.util.Map change)
Deprecated.
Use getAttributes().applyMap
|
AttributeMap |
getAttributes()
Returns the
attributes of the cell. |
void |
setAttributes(AttributeMap map)
Sets the attributes
|
AttributeMap getAttributes()
attributes of the cell.java.util.Map changeAttributes(java.util.Map change)
attributes of the cell.void setAttributes(AttributeMap map)
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.