public class ConstantArea extends Area
parent, srcName, valuescolor| Constructor and Description |
|---|
ConstantArea(double value,
Paint color,
SourcedPlotElement parent)
Creates a constant area with the specified value, color, and parent.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
assignValues(DataProcessor dproc)
Assigns constant values to all data points, optionally stacking with parent values.
|
getMaxValue, getMinValue, getParentColor, getValues, stackValuesConstantArea(double value,
Paint color,
SourcedPlotElement parent)
value - the constant value for all data pointscolor - the fill color for the areaparent - the parent plot element for stackingvoid assignValues(DataProcessor dproc)
assignValues in class SourcedPlotElementdproc - the data processor for value assignment