Frames | No Frames |
Methods with parameter type org.jfree.chart.plot.CategoryMarker | |
void | 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. |
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. |