|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeMapNode<N extends TreeMapNode<N>>
Interface representing an object that can be placed in a treemap layout.
Method Summary | |
---|---|
Object |
getAggregateValue(int columnIndex)
Gets the aggregate value of the children of this node. |
Rectangle2D |
getBounds()
Gets the bounding rectangle of the item in the map. |
TreeMapField<N> |
getChildrenGroupByField()
Returns the number of levels above this node -- the distance from the root to this node. |
TreeMapField<N> |
getGroupByField()
Returns the number of levels above this node -- the distance from the root to this node. |
int |
getLevel()
Returns the number of levels above this node -- the distance from the root to this node. |
Shape |
getShape()
Gets the shape of the item in the map. |
double |
getSize()
Corresponds to area in map. |
boolean |
isLeaf()
Tells whether this node contains children. |
Method Detail |
---|
double getSize()
Shape getShape()
Rectangle2D getBounds()
int getLevel()
TreeMapField<N> getGroupByField()
TreeMapField<N> getChildrenGroupByField()
boolean isLeaf()
Object getAggregateValue(int columnIndex)
columnIndex
- the column
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |