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 classIntervalMarkerRepresents an interval to be highlighted in some way.classValueMarkerA 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 voidContourPlot. addDomainMarker(Marker marker)Adds a marker for the domain axis.voidXYPlot. addDomainMarker(int index, Marker marker, org.jfree.ui.Layer layer)Adds a marker for a renderer and sends aPlotChangeEventto all registered listeners.voidXYPlot. addDomainMarker(Marker marker)Adds a marker for the domain axis and sends aPlotChangeEventto all registered listeners.voidXYPlot. addDomainMarker(Marker marker, org.jfree.ui.Layer layer)Adds a marker for the domain axis in the specified layer and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. addRangeMarker(int index, Marker marker, org.jfree.ui.Layer layer)Adds a marker for display by a particular renderer.voidCategoryPlot. addRangeMarker(Marker marker)Adds a marker for display (in the foreground) against the range axis and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. addRangeMarker(Marker marker, org.jfree.ui.Layer layer)Adds a marker for display against the range axis and sends aPlotChangeEventto all registered listeners.voidContourPlot. addRangeMarker(Marker marker)Adds a marker for the range axis.voidXYPlot. addRangeMarker(int index, Marker marker, org.jfree.ui.Layer layer)Adds a marker for a renderer and sends aPlotChangeEventto all registered listeners.voidXYPlot. addRangeMarker(Marker marker)Adds a marker for the range axis and sends aPlotChangeEventto all registered listeners.voidXYPlot. addRangeMarker(Marker marker, org.jfree.ui.Layer layer)Adds a marker for the range axis in the specified layer and sends aPlotChangeEventto all registered listeners.voidContourPlot. drawDomainMarker(Graphics2D g2, ContourPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)Draws a vertical line on the chart to represent a 'range marker'.voidContourPlot. 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 voidAbstractXYItemRenderer. drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)Draws a vertical line on the chart to represent a 'range marker'.voidXYItemRenderer. drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a vertical line on the chart to represent a 'range marker'.voidAbstractCategoryItemRenderer. drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a marker for the range axis.voidAbstractXYItemRenderer. drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea)Draws a horizontal line across the chart to represent a 'range marker'.voidBarRenderer3D. drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a range marker.voidCategoryItemRenderer. 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.voidXYItemRenderer. drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a horizontal line across the chart to represent a 'range marker'.