Package org.rrd4j.graph
Class VRule
- java.lang.Object
-
- org.rrd4j.graph.PlotElement
-
- org.rrd4j.graph.Rule
-
- org.rrd4j.graph.VRule
-
class VRule extends Rule
-
-
Constructor Summary
Constructors Constructor Description VRule(long timestamp, Paint color, LegendText legend, BasicStroke stroke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
setLegendVisibility(long minval, long maxval, boolean forceLegend)
-
-
-
Constructor Detail
-
VRule
VRule(long timestamp, Paint color, LegendText legend, BasicStroke stroke)
-
-