JIDE 3.5.15

com.jidesoft.treemap
Interface MutableTreeMapNode<N extends MutableTreeMapNode<N>>

Type Parameters:
N - the type of nodes
All Superinterfaces:
TreeMapNode<N>
All Known Implementing Classes:
AbstractTreeMapNode

public interface MutableTreeMapNode<N extends MutableTreeMapNode<N>>
extends TreeMapNode<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

setSize

void setSize(double size)
Sets the size of the item.

Parameters:
size - the size of the item.

setColor

void setColor(Color c)
Sets the color of the item in the map.

Parameters:
c - the color of the item in the map.

setShape

void setShape(Shape shape)
Sets the shape of the item in the map.

Parameters:
shape - the shape of the item in the map.

invalidateAggregation

void invalidateAggregation()

JIDE 3.5.15