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
-
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 Details
-
Constructor Details
-
Line
Line(String srcName, Paint color, BasicStroke stroke, SourcedPlotElement parent)
-