Uses of Class
org.jfree.chart.plot.Marker
| Package | Description |
|---|---|
| org.jfree.chart.event |
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.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
-
Uses of Marker in org.jfree.chart.event
Methods in org.jfree.chart.event that return Marker Modifier and Type Method Description MarkerMarkerChangeEvent. getMarker()Returns the marker that triggered the event.Constructors in org.jfree.chart.event with parameters of type Marker Constructor Description MarkerChangeEvent(Marker marker)Creates a newMarkerChangeEventinstance. -
Uses of Marker in org.jfree.chart.plot
Subclasses of Marker in org.jfree.chart.plot Modifier and Type Class Description classCategoryMarkerA marker for a category.classIntervalMarkerRepresents an interval to be highlighted in some way.classValueMarkerA marker that represents a single value.Methods in org.jfree.chart.plot with parameters of type Marker Modifier and Type Method Description voidXYPlot. 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 Marker Modifier and Type Method Description voidAbstractCategoryItemRenderer. 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 Marker Modifier and Type Method Description voidAbstractXYItemRenderer. 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'.