void |
XYPlot.addDomainMarker(int index,
Marker marker,
Layer layer) |
Adds a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
void |
XYPlot.addDomainMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Adds a marker for a specific dataset/renderer and, if requested, sends a
PlotChangeEvent to all registered listeners.
|
void |
XYPlot.addDomainMarker(Marker marker) |
Adds a marker for the domain axis and sends a PlotChangeEvent
to all registered listeners.
|
void |
XYPlot.addDomainMarker(Marker marker,
Layer layer) |
Adds a marker for the domain axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addRangeMarker(int index,
Marker marker,
Layer layer) |
Adds a marker for display by a particular renderer and sends a
PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addRangeMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Adds a marker for display by a particular renderer and sends a
PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addRangeMarker(Marker marker) |
Adds a marker for display (in the foreground) against the range axis and
sends a PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addRangeMarker(Marker marker,
Layer layer) |
Adds a marker for display against the range axis and sends a
PlotChangeEvent to all registered listeners.
|
void |
XYPlot.addRangeMarker(int index,
Marker marker,
Layer layer) |
Adds a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
void |
XYPlot.addRangeMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Adds a marker for a specific dataset/renderer and, if requested, sends a
PlotChangeEvent to all registered listeners.
|
void |
XYPlot.addRangeMarker(Marker marker) |
Adds a marker for the range axis and sends a PlotChangeEvent to
all registered listeners.
|
void |
XYPlot.addRangeMarker(Marker marker,
Layer layer) |
Adds a marker for the range axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(int index,
Marker marker,
Layer layer) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Removes a marker for a specific dataset/renderer and, if requested,
sends a PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(Marker marker) |
Removes a marker for the domain axis and sends a PlotChangeEvent
to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(Marker marker,
Layer layer) |
Removes a marker for the domain axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
XYPlot.removeDomainMarker(int index,
Marker marker,
Layer layer) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
XYPlot.removeDomainMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Removes a marker for a specific dataset/renderer and, if requested,
sends a PlotChangeEvent to all registered listeners.
|
boolean |
XYPlot.removeDomainMarker(Marker marker) |
Removes a marker for the domain axis and sends a PlotChangeEvent
to all registered listeners.
|
boolean |
XYPlot.removeDomainMarker(Marker marker,
Layer layer) |
Removes a marker for the domain axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeRangeMarker(int index,
Marker marker,
Layer layer) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeRangeMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeRangeMarker(Marker marker) |
Removes a marker for the range axis and sends a PlotChangeEvent
to all registered listeners.
|
boolean |
CategoryPlot.removeRangeMarker(Marker marker,
Layer layer) |
Removes a marker for the range axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
XYPlot.removeRangeMarker(int index,
Marker marker,
Layer layer) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
XYPlot.removeRangeMarker(int index,
Marker marker,
Layer layer,
boolean notify) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
XYPlot.removeRangeMarker(Marker marker) |
Removes a marker for the range axis and sends a PlotChangeEvent
to all registered listeners.
|
boolean |
XYPlot.removeRangeMarker(Marker marker,
Layer layer) |
Removes a marker for the range axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|