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
class Line extends SourcedPlotElement
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BasicStroke
stroke
-
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 Line(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 Detail
-
stroke
final BasicStroke stroke
-
-
Constructor Detail
-
Line
Line(String srcName, Paint color, BasicStroke stroke, SourcedPlotElement parent)
-
-