Package org.rrd4j.graph
Class HSpan
- java.lang.Object
-
- org.rrd4j.graph.PlotElement
-
- org.rrd4j.graph.Span
-
- org.rrd4j.graph.HSpan
-
class HSpan extends Span
-
-
Constructor Summary
Constructors Constructor Description HSpan(double start, double end, Paint color, LegendText legend)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
setLegendVisibility(double min, double max, boolean forceLegend)
-
-
-
Constructor Detail
-
HSpan
HSpan(double start, double end, Paint color, LegendText legend)
-
-