Uses of Class
org.jfree.chart.plot.Marker
Packages that use Marker
Package
Description
-
Uses of Marker in org.jfree.chart.event
Methods in org.jfree.chart.event that return MarkerModifier and TypeMethodDescriptionMarkerChangeEvent.getMarker()Returns the marker that triggered the event.Constructors in org.jfree.chart.event with parameters of type MarkerModifierConstructorDescriptionMarkerChangeEvent(Marker marker) Creates a newMarkerChangeEventinstance. -
Uses of Marker in org.jfree.chart.plot
Subclasses of Marker in org.jfree.chart.plotModifier and TypeClassDescriptionclassA marker for a category.classRepresents an interval to be highlighted in some way.classA marker that represents a single value.Methods in org.jfree.chart.plot with parameters of type MarkerModifier and TypeMethodDescriptionvoidXYPlot.addDomainMarker(int index, Marker marker, Layer layer) Adds a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.voidXYPlot.addDomainMarker(int index, Marker marker, Layer layer, boolean notify) Adds a marker for a specific dataset/renderer and, if requested, 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, 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, Layer layer) Adds a marker for display by a particular renderer and sends aPlotChangeEventto all registered listeners.voidCategoryPlot.addRangeMarker(int index, Marker marker, Layer layer, boolean notify) Adds a marker for display by a particular renderer and sends aPlotChangeEventto all registered listeners.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, Layer layer) Adds a marker for display against the range axis and sends aPlotChangeEventto all registered listeners.voidXYPlot.addRangeMarker(int index, Marker marker, Layer layer) Adds a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.voidXYPlot.addRangeMarker(int index, Marker marker, Layer layer, boolean notify) Adds a marker for a specific dataset/renderer and, if requested, 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, Layer layer) Adds a marker for the range axis in the specified layer and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeDomainMarker(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeDomainMarker(int index, Marker marker, Layer layer, boolean notify) Removes a marker for a specific dataset/renderer and, if requested, sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeDomainMarker(Marker marker) Removes a marker for the domain axis and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeDomainMarker(Marker marker, Layer layer) Removes a marker for the domain axis in the specified layer and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeDomainMarker(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeDomainMarker(int index, Marker marker, Layer layer, boolean notify) Removes a marker for a specific dataset/renderer and, if requested, sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeDomainMarker(Marker marker) Removes a marker for the domain axis and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeDomainMarker(Marker marker, Layer layer) Removes a marker for the domain axis in the specified layer and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeRangeMarker(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeRangeMarker(int index, Marker marker, Layer layer, boolean notify) Removes a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeRangeMarker(Marker marker) Removes a marker for the range axis and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeRangeMarker(Marker marker, Layer layer) Removes a marker for the range axis in the specified layer and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeRangeMarker(int index, Marker marker, Layer layer) Removes a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeRangeMarker(int index, Marker marker, Layer layer, boolean notify) Removes a marker for a specific dataset/renderer and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeRangeMarker(Marker marker) Removes a marker for the range axis and sends aPlotChangeEventto all registered listeners.booleanXYPlot.removeRangeMarker(Marker marker, Layer layer) Removes a marker for the range axis in the specified layer and sends aPlotChangeEventto all registered listeners. -
Uses of Marker in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type MarkerModifier and TypeMethodDescriptionvoidAbstractCategoryItemRenderer.drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws a marker for the range axis.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. -
Uses of Marker in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type MarkerModifier and TypeMethodDescriptionvoidAbstractXYItemRenderer.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.voidXYItemRenderer.drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws the specifiedmarkeragainst the domain axis.voidAbstractXYItemRenderer.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.voidXYItemRenderer.drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea) Draws a horizontal line across the chart to represent a 'range marker'.