|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
N - the type of nodespublic interface MutableTreeMapNode<N extends MutableTreeMapNode<N>>
Defines the requirements for a TreeMapNode that can change.
| Method Summary | |
|---|---|
void |
invalidateAggregation()
|
void |
setColor(Color c)
Sets the color of the item in the map. |
void |
setShape(Shape shape)
Sets the shape of the item in the map. |
void |
setSize(double size)
Sets the size of the item. |
| Methods inherited from interface com.jidesoft.treemap.TreeMapNode |
|---|
getAggregateValue, getBounds, getChildrenGroupByField, getGroupByField, getLevel, getShape, getSize, isLeaf |
| Method Detail |
|---|
void setSize(double size)
size - the size of the item.void setColor(Color c)
c - the color of the item in the map.void setShape(Shape shape)
shape - the shape of the item in the map.void invalidateAggregation()
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||