Uses of Class
org.jfree.chart.plot.Marker
Packages that use Marker
Package
Description
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
Plot classes and related interfaces.
Plug-in renderers for the
CategoryPlot class.Plug-in renderers for the
XYPlot class.-
Uses of Marker in org.jfree.chart.event
Fields in org.jfree.chart.event declared as MarkerModifier and TypeFieldDescriptionprivate final MarkerMarkerChangeEvent.markerThe plot that generated the 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.Fields in org.jfree.chart.plot with type parameters of type MarkerModifier and TypeFieldDescriptionXYPlot.backgroundDomainMarkersA map of lists of background markers (optional) for the domain axes.private Map<Integer, Collection<Marker>> CategoryPlot.backgroundRangeMarkersA map containing lists of markers for the range axes.XYPlot.backgroundRangeMarkersA map of lists of background markers (optional) for the range axes.XYPlot.foregroundDomainMarkersA map of lists of foreground markers (optional) for the domain axes.private Map<Integer, Collection<Marker>> CategoryPlot.foregroundRangeMarkersA map containing lists of markers for the range axes.XYPlot.foregroundRangeMarkersA map of lists of foreground markers (optional) for the range axes.Methods in org.jfree.chart.plot that return types with arguments of type MarkerModifier and TypeMethodDescriptionXYPlot.getDomainMarkers(int index, Layer layer) Returns a collection of domain markers for a particular renderer and layer.CategoryPlot.getRangeMarkers(int index, Layer layer) Returns a collection of range markers for a particular renderer and layer.XYPlot.getRangeMarkers(int index, Layer layer) Returns a collection of range markers for a particular renderer and layer.XYPlot.getRangeMarkers(Layer layer) Returns the list of range markers (read only) for the specified layer.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'.