|
||||||||||
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. |
boolean |
equals(java.lang.Object obj)
Tests the marker for equality with an arbitrary object. |
double |
getEndValue()
Returns the end value for the interval. |
GradientPaintTransformer |
getGradientPaintTransformer()
Returns the gradient paint transformer. |
double |
getStartValue()
Returns the start value for the interval. |
void |
setGradientPaintTransformer(GradientPaintTransformer transformer)
Sets the gradient paint transformer. |
Methods inherited from class org.jfree.chart.plot.Marker |
getAlpha, getLabel, getLabelAnchor, getLabelFont, getLabelOffset, getLabelOffsetTypeForDomain, getLabelOffsetTypeForRange, getLabelPaint, getLabelTextAnchor, getOutlinePaint, getOutlineStroke, getPaint, getStroke, setAlpha, setLabel, setLabelAnchor, setLabelFont, setLabelOffset, setLabelOffsetTypeForDomain, setLabelOffsetTypeForRange, 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 GradientPaintTransformer getGradientPaintTransformer()
null
).public void setGradientPaintTransformer(GradientPaintTransformer transformer)
transformer
- the transformer (null
permitted).public boolean equals(java.lang.Object obj)
equals
in class Marker
obj
- the object (null
permitted).
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Marker
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 |