Package org.jrobin.graph
Class SourcedPlotElement
- java.lang.Object
-
- org.jrobin.graph.PlotElement
-
- org.jrobin.graph.SourcedPlotElement
-
class SourcedPlotElement extends PlotElement
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String
srcName
(package private) double[]
values
-
Fields inherited from class org.jrobin.graph.PlotElement
color
-
-
Constructor Summary
Constructors Constructor Description SourcedPlotElement(String srcName, Paint color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
assignValues(DataProcessor dproc)
(package private) double
getMaxValue()
(package private) double
getMinValue()
(package private) double[]
getValues()
-
-
-
Field Detail
-
srcName
final String srcName
-
values
double[] values
-
-
Method Detail
-
assignValues
void assignValues(DataProcessor dproc) throws RrdException
- Throws:
RrdException
-
getValues
double[] getValues()
-
getMinValue
double getMinValue()
-
getMaxValue
double getMaxValue()
-
-