public class IntervalMarker extends Marker implements Cloneable, Serializable
Constructor and Description |
---|
IntervalMarker(double start,
double end)
Constructs an interval marker.
|
IntervalMarker(double start,
double end,
Paint paint)
Creates a new interval marker with the specified range and fill paint.
|
IntervalMarker(double start,
double end,
Paint paint,
Stroke stroke,
Paint outlinePaint,
Stroke outlineStroke,
float alpha)
Constructs an interval marker.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of the marker.
|
boolean |
equals(Object obj)
Tests the marker for equality with an arbitrary object.
|
double |
getEndValue()
Returns the end value for the interval.
|
org.jfree.ui.GradientPaintTransformer |
getGradientPaintTransformer()
Returns the gradient paint transformer.
|
double |
getStartValue()
Returns the start value for the interval.
|
void |
setEndValue(double value)
Sets the end value for the marker and sends a
MarkerChangeEvent to all registered listeners. |
void |
setGradientPaintTransformer(org.jfree.ui.GradientPaintTransformer transformer)
Sets the gradient paint transformer and sends a
MarkerChangeEvent to all registered listeners. |
void |
setStartValue(double value)
Sets the start value for the marker and sends a
MarkerChangeEvent to all registered listeners. |
addChangeListener, getAlpha, getLabel, getLabelAnchor, getLabelBackgroundColor, getLabelFont, getLabelOffset, getLabelOffsetType, getLabelPaint, getLabelTextAnchor, getListeners, getOutlinePaint, getOutlineStroke, getPaint, getStroke, notifyListeners, removeChangeListener, setAlpha, setLabel, setLabelAnchor, setLabelBackgroundColor, setLabelFont, setLabelOffset, setLabelOffsetType, setLabelPaint, setLabelTextAnchor, setOutlinePaint, setOutlineStroke, setPaint, setStroke
public IntervalMarker(double start, double end)
start
- the start of the interval.end
- the end of the interval.public IntervalMarker(double start, double end, Paint paint)
null
.start
- the lower bound of the interval.end
- the upper bound of the interval.paint
- the fill paint (null
not permitted).public IntervalMarker(double start, double end, Paint paint, Stroke stroke, Paint outlinePaint, Stroke outlineStroke, float alpha)
start
- the start of the interval.end
- the end of the interval.paint
- the paint (null
not permitted).stroke
- the stroke (null
not permitted).outlinePaint
- the outline paint.outlineStroke
- the outline stroke.alpha
- the alpha transparency.public double getStartValue()
public void setStartValue(double value)
MarkerChangeEvent
to all registered listeners.value
- the value.public double getEndValue()
public void setEndValue(double value)
MarkerChangeEvent
to all registered listeners.value
- the value.public org.jfree.ui.GradientPaintTransformer getGradientPaintTransformer()
null
).public void setGradientPaintTransformer(org.jfree.ui.GradientPaintTransformer transformer)
MarkerChangeEvent
to all registered listeners.transformer
- the transformer (null
permitted).public boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone
in class Marker
CloneNotSupportedException
- Not thrown by this class, but the
exception is declared for the use of subclasses.Jas4pp 1.5 © Java Analysis Studio for Particle Physics