Uses of Class
org.jfree.chart.plot.CategoryMarker
-
Uses of CategoryMarker in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
CategoryPlot.addDomainMarker
(int index, CategoryMarker marker, Layer layer) Adds a marker for display by a particular renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.void
CategoryPlot.addDomainMarker
(CategoryMarker marker) Adds a marker for display (in the foreground) against the domain axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.addDomainMarker
(CategoryMarker marker, Layer layer) Adds a marker for display against the domain axis and sends aPlotChangeEvent
to all registered listeners. -
Uses of CategoryMarker in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionvoid
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.