Package org.rrd4j.graph
Class Rule
- java.lang.Object
-
- org.rrd4j.graph.PlotElement
-
- org.rrd4j.graph.Rule
-
class Rule extends PlotElement
-
-
Field Summary
Fields Modifier and Type Field Description (package private) LegendText
legend
(package private) BasicStroke
stroke
-
Fields inherited from class org.rrd4j.graph.PlotElement
color
-
-
Constructor Summary
Constructors Constructor Description Rule(Paint color, LegendText legend, BasicStroke stroke)
-
-
-
Field Detail
-
legend
final LegendText legend
-
stroke
final BasicStroke stroke
-
-
Constructor Detail
-
Rule
Rule(Paint color, LegendText legend, BasicStroke stroke)
-
-