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