org.jfree.report.modules.misc.survey
public class SurveyScaleExpression extends ColumnAggregationExpression implements Serializable
Constructor Summary | |
---|---|
SurveyScaleExpression() |
Method Summary | |
---|---|
Object | computeValue()
Returns a SurveyScale instance that is set up to display the values in the
current row.
|
protected int | getFieldListParameterPosition() |
int | getHighestValue() |
int | getLowestValue() |
Shape | getOverrideShape()
Returns the override shape.
|
Number | getRangeLowerBound() |
Paint | getRangePaint() |
Number | getRangeUpperBound() |
boolean | isOverrideShapeFilled() |
void | setHighestValue(int highestValue) |
void | setLowestValue(int lowestValue) |
void | setOverrideShape(Shape shape)
Sets the override shape. |
void | setOverrideShapeFilled(boolean b)
Sets a flag that controls whether the override shape is filled or not.
|
void | setRangeLowerBound(Number rangeLowerBound) |
void | setRangePaint(Paint rangePaint) |
void | setRangeUpperBound(Number rangeUpperBound) |
Returns: a SurveyScale instance.
Returns: The override shape (possibly null
).
null
otherwise).
Parameters: shape the shape (null
permitted).
Parameters: b the flag.