|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.plot.Marker
org.jfree.chart.plot.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.awt.Paint paint,
java.awt.Stroke stroke,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
float alpha)
Constructs an interval marker. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone of the marker. |
double |
getEndValue()
Returns the end value for the interval. |
double |
getStartValue()
Returns the start value for the interval. |
Methods inherited from class org.jfree.chart.plot.Marker |
equals, getAlpha, getLabel, getLabelAnchor, getLabelFont, getLabelOffset, getLabelPaint, getLabelTextAnchor, getOutlinePaint, getOutlineStroke, getPaint, getStroke, setAlpha, setLabel, setLabelAnchor, setLabelFont, setLabelOffset, setLabelPaint, setLabelTextAnchor, setOutlinePaint, setOutlineStroke, setPaint, setStroke |
Methods inherited from class java.lang.Object |
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.awt.Paint paint, java.awt.Stroke stroke, java.awt.Paint outlinePaint, java.awt.Stroke outlineStroke, float alpha)
start
- the start of the interval.end
- the end of the interval.paint
- the paint.stroke
- the stroke.outlinePaint
- the outline paint.outlineStroke
- the outline stroke.alpha
- the alpha transparency.Method Detail |
public double getStartValue()
public double getEndValue()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- Not thrown by this class, but the exception is declared
for the use of subclasses.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |