Uses of Class org.jfree.chart.plot.CategoryMarker

Uses in package org.jfree.chart.plot

Methods with parameter type org.jfree.chart.plot.CategoryMarker

void
CategoryPlot.addDomainMarker(int index, CategoryMarker marker, Layer layer)
Adds a marker for display by a particular renderer.
void
Adds a marker for display (in the foreground) against the domain axis and sends a PlotChangeEvent to all registered listeners.
void
Adds a marker for display against the domain axis and sends a PlotChangeEvent to all registered listeners.

Uses in package org.jfree.chart.renderer.category

Methods with parameter type org.jfree.chart.plot.CategoryMarker

void
AbstractCategoryItemRenderer.drawDomainMarker(Graphics2D g2, CategoryPlot plot, CategoryAxis axis, CategoryMarker marker, Rectangle2D dataArea)
Draws a marker for the domain axis.
void
CategoryItemRenderer.drawDomainMarker(Graphics2D g2, CategoryPlot plot, CategoryAxis axis, CategoryMarker marker, Rectangle2D dataArea)
Draws a line (or some other marker) to indicate a particular category on the domain axis.