Package org.rrd4j.graph
Class Line
java.lang.Object
org.rrd4j.graph.PlotElement
org.rrd4j.graph.SourcedPlotElement
org.rrd4j.graph.Line
- Direct Known Subclasses:
ConstantLine
-
Field Summary
Fields inherited from class org.rrd4j.graph.SourcedPlotElement
parent, srcName, values
Fields inherited from class org.rrd4j.graph.PlotElement
color
-
Constructor Summary
ConstructorDescriptionLine
(String srcName, Paint color, BasicStroke stroke, SourcedPlotElement parent) -
Method Summary
Methods inherited from class org.rrd4j.graph.SourcedPlotElement
assignValues, getMaxValue, getMinValue, getParentColor, getValues, stackValues
-
Field Details
-
stroke
-
-
Constructor Details
-
Line
Line(String srcName, Paint color, BasicStroke stroke, SourcedPlotElement parent)
-