public class CrosshairOverlay extends AbstractOverlay implements Overlay, PropertyChangeListener, org.jfree.util.PublicCloneable, Cloneable, Serializable
ChartPanel
that draws crosshairs on a plot.Constructor and Description |
---|
CrosshairOverlay()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addDomainCrosshair(Crosshair crosshair)
Adds a crosshair against the domain axis and sends an
OverlayChangeEvent to all registered listeners. |
void |
addRangeCrosshair(Crosshair crosshair)
Adds a crosshair against the range axis and sends an
OverlayChangeEvent to all registered listeners. |
void |
clearDomainCrosshairs()
Clears all the domain crosshairs from the overlay and sends an
OverlayChangeEvent to all registered listeners. |
void |
clearRangeCrosshairs()
Clears all the range crosshairs from the overlay and sends an
OverlayChangeEvent to all registered listeners. |
Object |
clone()
Returns a clone of this instance.
|
boolean |
equals(Object obj)
Tests this overlay for equality with an arbitrary object.
|
List |
getDomainCrosshairs()
Returns a new list containing the domain crosshairs for this overlay.
|
List |
getRangeCrosshairs()
Returns a new list containing the range crosshairs for this overlay.
|
void |
paintOverlay(Graphics2D g2,
ChartPanel chartPanel)
Paints the crosshairs in the layer.
|
void |
propertyChange(PropertyChangeEvent e)
Receives a property change event (typically a change in one of the
crosshairs).
|
void |
removeDomainCrosshair(Crosshair crosshair)
Removes a domain axis crosshair and sends an
OverlayChangeEvent
to all registered listeners. |
void |
removeRangeCrosshair(Crosshair crosshair)
Removes a range axis crosshair and sends an
OverlayChangeEvent
to all registered listeners. |
addChangeListener, fireOverlayChanged, removeChangeListener
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChangeListener, removeChangeListener
public void addDomainCrosshair(Crosshair crosshair)
OverlayChangeEvent
to all registered listeners.crosshair
- the crosshair (null
not permitted).removeDomainCrosshair(org.jfree.chart.plot.Crosshair)
,
addRangeCrosshair(org.jfree.chart.plot.Crosshair)
public void removeDomainCrosshair(Crosshair crosshair)
OverlayChangeEvent
to all registered listeners.crosshair
- the crosshair (null
not permitted).addDomainCrosshair(org.jfree.chart.plot.Crosshair)
public void clearDomainCrosshairs()
OverlayChangeEvent
to all registered listeners.public List getDomainCrosshairs()
public void addRangeCrosshair(Crosshair crosshair)
OverlayChangeEvent
to all registered listeners.crosshair
- the crosshair (null
not permitted).public void removeRangeCrosshair(Crosshair crosshair)
OverlayChangeEvent
to all registered listeners.crosshair
- the crosshair (null
not permitted).addRangeCrosshair(org.jfree.chart.plot.Crosshair)
public void clearRangeCrosshairs()
OverlayChangeEvent
to all registered listeners.public List getRangeCrosshairs()
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
e
- the event.public void paintOverlay(Graphics2D g2, ChartPanel chartPanel)
paintOverlay
in interface Overlay
g2
- the graphics target.chartPanel
- the chart panel.public boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class Object
CloneNotSupportedException
- if there is some problem
with the cloning.Jas4pp 1.5 © Java Analysis Studio for Particle Physics