|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - the basic shapeH - the optional hilite shapepublic interface AggregationModel<S,H extends Shape>
This interface provides methods which are common to the aggregation model and sub model.
| Method Summary | |
|---|---|
double |
getAggregationSum()
|
double |
getAggregationValue(AggregationMethod method)
|
Color |
getColor()
|
int |
getHiliteRowCount()
Call the supportsHiliting() method to check if hiliting
is supported. |
H |
getHiliteShape()
Call the supportsHiliting() method to check if hiliting
is supported. |
String |
getName()
|
int |
getRowCount()
|
S |
getShape()
|
int |
getValueCount()
|
boolean |
isEmpty()
|
boolean |
isHilited()
|
boolean |
isPresentable()
|
boolean |
isSelected()
|
boolean |
supportsHiliting()
|
| Method Detail |
|---|
String getName()
null)Color getColor()
double getAggregationValue(AggregationMethod method)
method - the AggregationMethod to use
double getAggregationSum()
S getShape()
boolean isPresentable()
true if the sub elements should be drawnboolean isSelected()
true if this element is selectedboolean isEmpty()
true if this model contains no rowsboolean supportsHiliting()
true if hiliting is supportedboolean isHilited()
true if at least one row of this element is hilitedH getHiliteShape()
supportsHiliting() method to check if hiliting
is supported.
int getHiliteRowCount()
supportsHiliting() method to check if hiliting
is supported.
int getRowCount()
int getValueCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||