Package org.rrd4j.graph
Class HSpan
java.lang.Object
org.rrd4j.graph.PlotElement
org.rrd4j.graph.Span
org.rrd4j.graph.HSpan
-
Field Summary
Modifier and TypeFieldDescription(package private) final double
(package private) final double
Fields inherited from class org.rrd4j.graph.PlotElement
color
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
setLegendVisibility
(double min, double max, boolean forceLegend)
-
Field Details
-
start
final double start -
end
final double end
-
-
Constructor Details
-
HSpan
HSpan(double start, double end, Paint color, LegendText legend)
-
-
Method Details
-
setLegendVisibility
void setLegendVisibility(double min, double max, boolean forceLegend)
-