|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jfree.chart.Marker
|
+--org.jfree.chart.IntervalMarker
Represents an interval to be highlighted in some way.
| Constructor Summary | |
IntervalMarker(double start,
double end)
Constructs an interval marker. |
|
IntervalMarker(double start,
double end,
java.lang.String label,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.Paint paint,
float alpha)
Constructs an interval marker. |
|
| Method Summary | |
double |
getEndValue()
Returns the end value for the interval. |
java.lang.String |
getLabel()
Returns the label for the interval (possibly null). |
double |
getStartValue()
Returns the start value for the interval. |
| Methods inherited from class org.jfree.chart.Marker |
getAlpha, getOutlinePaint, getOutlineStroke, getPaint, getValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntervalMarker(double start,
double end)
start - the start of the interval.end - the end of the interval.
public IntervalMarker(double start,
double end,
java.lang.String label,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.Paint paint,
float alpha)
start - the start of the interval.end - the end of the interval.label - the interval label (null permitted).outlinePaint - the outline paint.outlineStroke - the outline stroke.paint - the fill paint.alpha - the alpha transparency.| Method Detail |
public double getStartValue()
public double getEndValue()
public java.lang.String getLabel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||