Package org.rrd4j.graph
Class Area
- java.lang.Object
-
- org.rrd4j.graph.PlotElement
-
- org.rrd4j.graph.SourcedPlotElement
-
- org.rrd4j.graph.Area
-
- Direct Known Subclasses:
ConstantArea
class Area extends SourcedPlotElement
-
-
Field Summary
-
Fields inherited from class org.rrd4j.graph.SourcedPlotElement
parent, srcName, values
-
Fields inherited from class org.rrd4j.graph.PlotElement
color
-
-
Constructor Summary
Constructors Constructor Description Area(String srcName, Paint color, SourcedPlotElement parent)
-
Method Summary
-
Methods inherited from class org.rrd4j.graph.SourcedPlotElement
assignValues, getMaxValue, getMinValue, getParentColor, getValues, stackValues
-
-
-
-
Constructor Detail
-
Area
Area(String srcName, Paint color, SourcedPlotElement parent)
-
-