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

Uses in package org.jfree.chart.plot

Classes derived from org.jfree.chart.plot.Marker

class
A marker for a category.
class
Represents an interval to be highlighted in some way.
class
A marker that represents a single value.

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

void
XYPlot.addDomainMarker(int index, Marker marker, Layer layer)
Adds a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
void
Adds a marker for the domain axis.
void
Adds a marker for the domain axis and sends a PlotChangeEvent to all registered listeners.
void
XYPlot.addDomainMarker(Marker marker, Layer layer)
Adds a marker for the domain axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.addRangeMarker(int index, Marker marker, Layer layer)
Adds a marker for display by a particular renderer.
void
XYPlot.addRangeMarker(int index, Marker marker, Layer layer)
Adds a marker for a specific dataset/renderer and sends a PlotChangeEvent to all registered listeners.
void
Adds a marker for display (in the foreground) against the range axis and sends a PlotChangeEvent to all registered listeners.
void
Adds a marker for the range axis.
void
Adds a marker for the range axis and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.addRangeMarker(Marker marker, Layer layer)
Adds a marker for display against the range axis and sends a PlotChangeEvent to all registered listeners.
void
XYPlot.addRangeMarker(Marker marker, Layer layer)
Adds a marker for the range axis in the specified layer and sends a PlotChangeEvent to all registered listeners.
void
ContourPlot.drawDomainMarker(Graphics2D g2, ContourPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)
Draws a vertical line on the chart to represent a 'range marker'.
void
ContourPlot.drawRangeMarker(Graphics2D g2, ContourPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea)
Draws a horizontal line across the chart to represent a 'range marker'.

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

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

void
AbstractCategoryItemRenderer.drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)
Draws a marker for the range axis.
void
BarRenderer3D.drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)
Draws a range marker.
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.
void
LineRenderer3D.drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)
Draws a range marker.

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

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

void
AbstractXYItemRenderer.drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)
Draws a vertical line on the chart to represent a 'range marker'.
void
XYItemRenderer.drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)
Draws the specified marker against the domain axis.
void
AbstractXYItemRenderer.drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea)
Draws a horizontal line across the chart to represent a 'range marker'.
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'.

Uses in package org.jfree.chart.event

Constructors with parameter type org.jfree.chart.plot.Marker

Creates a new MarkerChangeEvent instance.

Methods with return type org.jfree.chart.plot.Marker

Marker
Returns the marker that triggered the event.