void |
CategoryPlot.addDomainMarker(int index,
CategoryMarker marker,
Layer layer) |
Adds a marker for display by a particular renderer and sends a
PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addDomainMarker(int index,
CategoryMarker marker,
Layer layer,
boolean notify) |
Adds a marker for display by a particular renderer and, if requested,
sends a PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addDomainMarker(CategoryMarker marker) |
Adds a marker for display (in the foreground) against the domain axis and
sends a PlotChangeEvent to all registered listeners.
|
void |
CategoryPlot.addDomainMarker(CategoryMarker marker,
Layer layer) |
Adds a marker for display against the domain axis and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(int index,
CategoryMarker marker,
Layer layer) |
Removes a marker for a specific dataset/renderer and sends a
PlotChangeEvent to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(int index,
CategoryMarker 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(CategoryMarker marker) |
Removes a marker for the domain axis and sends a PlotChangeEvent
to all registered listeners.
|
boolean |
CategoryPlot.removeDomainMarker(CategoryMarker marker,
Layer layer) |
Removes a marker for the domain axis in the specified layer and sends a
PlotChangeEvent to all registered listeners.
|