Package org.rrd4j.graph
Class HRule
java.lang.Object
org.rrd4j.graph.PlotElement
org.rrd4j.graph.Rule
org.rrd4j.graph.HRule
class HRule extends Rule
-
Field Summary
Fields Modifier and Type Field Description (package private) double
value
-
Constructor Summary
Constructors Constructor Description HRule(double value, Paint color, LegendText legend, BasicStroke stroke)
-
Method Summary
Modifier and Type Method Description (package private) void
setLegendVisibility(double minval, double maxval, boolean forceLegend)
-
Field Details
-
value
final double value
-
-
Constructor Details
-
HRule
HRule(double value, Paint color, LegendText legend, BasicStroke stroke)
-
-
Method Details
-
setLegendVisibility
void setLegendVisibility(double minval, double maxval, boolean forceLegend)
-