Uses of Class
org.jfree.chart.plot.Marker
Package
Description
-
Uses of Marker in org.jfree.chart.event
Modifier and TypeMethodDescriptionMarkerChangeEvent.getMarker()
Returns the marker that triggered the event.ModifierConstructorDescriptionMarkerChangeEvent
(Marker marker) Creates a newMarkerChangeEvent
instance. -
Uses of Marker in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
A marker for a category.class
Represents an interval to be highlighted in some way.class
A marker that represents a single value.Modifier and TypeMethodDescriptionvoid
XYPlot.addDomainMarker
(int index, Marker marker, Layer layer) Adds a marker for a specific dataset/renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.void
XYPlot.addDomainMarker
(Marker marker) Adds a marker for the domain axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.addDomainMarker
(Marker marker, Layer layer) Adds a marker for the domain axis in the specified layer and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.addRangeMarker
(int index, Marker marker, Layer layer) Adds a marker for display by a particular renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.void
CategoryPlot.addRangeMarker
(Marker marker) Adds a marker for display (in the foreground) against the range axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.addRangeMarker
(Marker marker, Layer layer) Adds a marker for display against the range axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.addRangeMarker
(int index, Marker marker, Layer layer) Adds a marker for a specific dataset/renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.void
XYPlot.addRangeMarker
(Marker marker) Adds a marker for the range axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.addRangeMarker
(Marker marker, Layer layer) Adds a marker for the range axis in the specified layer and sends aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeDomainMarker
(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeDomainMarker
(Marker marker) Removes a marker for the domain axis and sends aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeDomainMarker
(Marker marker, Layer layer) Removes a marker for the domain axis in the specified layer and sends aPlotChangeEvent
to all registered listeners.boolean
XYPlot.removeDomainMarker
(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.boolean
XYPlot.removeDomainMarker
(Marker marker) Removes a marker for the domain axis and sends aPlotChangeEvent
to all registered listeners.boolean
XYPlot.removeDomainMarker
(Marker marker, Layer layer) Removes a marker for the domain axis in the specified layer and sends aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeRangeMarker
(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeRangeMarker
(Marker marker) Removes a marker for the range axis and sends aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeRangeMarker
(Marker marker, Layer layer) Removes a marker for the range axis in the specified layer and sends aPlotChangeEvent
to all registered listeners.boolean
XYPlot.removeRangeMarker
(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEvent
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 aPlotChangeEvent
to all registered listeners.boolean
XYPlot.removeRangeMarker
(Marker marker) Removes a marker for the range axis and sends aPlotChangeEvent
to all registered listeners.boolean
XYPlot.removeRangeMarker
(Marker marker, Layer layer) Removes a marker for the range axis in the specified layer and sends aPlotChangeEvent
to all registered listeners. -
Uses of Marker in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionvoid
AbstractCategoryItemRenderer.drawRangeMarker
(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws a marker for the range axis.void
CategoryItemRenderer.drawRangeMarker
(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws a line (or some other marker) to indicate a particular value on the range axis. -
Uses of Marker in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionvoid
AbstractXYItemRenderer.drawDomainMarker
(Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea) Draws a line on the chart perpendicular to the x-axis to mark a value or range of values.void
XYItemRenderer.drawDomainMarker
(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws the specifiedmarker
against the domain axis.void
AbstractXYItemRenderer.drawRangeMarker
(Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea) Draws a line on the chart perpendicular to the y-axis to mark a value or range of values.void
XYItemRenderer.drawRangeMarker
(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws a horizontal line across the chart to represent a 'range marker'.