Uses of Class
org.jfree.chart.plot.Marker
Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
-
Uses of Marker in org.jfree.chart.plot
Subclasses of Marker in org.jfree.chart.plot Modifier and Type Class Description class
IntervalMarker
Represents an interval to be highlighted in some way.class
ValueMarker
A marker that represents a single fixed value.Methods in org.jfree.chart.plot that return types with arguments of type Marker Modifier and Type Method Description Collection<Marker>
XYPlot. getRangeMarkers(int index, org.jfree.ui.Layer layer)
Returns a collection of range markers for a particular renderer and layer.Methods in org.jfree.chart.plot with parameters of type Marker Modifier and Type Method Description void
ContourPlot. addDomainMarker(Marker marker)
Adds a marker for the domain axis.void
XYPlot. addDomainMarker(int index, Marker marker, org.jfree.ui.Layer layer)
Adds a marker for a renderer and 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, org.jfree.ui.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, org.jfree.ui.Layer layer)
Adds a marker for display by a particular renderer.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, org.jfree.ui.Layer layer)
Adds a marker for display against the range axis and sends aPlotChangeEvent
to all registered listeners.void
ContourPlot. addRangeMarker(Marker marker)
Adds a marker for the range axis.void
XYPlot. addRangeMarker(int index, Marker marker, org.jfree.ui.Layer layer)
Adds a marker for a renderer and 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, org.jfree.ui.Layer layer)
Adds a marker for the range axis in the specified layer and sends aPlotChangeEvent
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 of Marker in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer with parameters of type Marker Modifier and Type Method Description 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 a vertical line on the chart to represent a 'range marker'.void
AbstractCategoryItemRenderer. drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)
Draws a marker for the range 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
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
XYItemRenderer. drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)
Draws a horizontal line across the chart to represent a 'range marker'.