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