Uses of Interface
org.jfree.chart.event.MarkerChangeListener
Packages that use MarkerChangeListener
Package
Description
Plot classes and related interfaces.
Classes for creating dial plots.
Classes for creating flow plots (a type of Sankey chart).
-
Uses of MarkerChangeListener in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement MarkerChangeListenerModifier and TypeClassDescriptionclassA general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classA combined category plot where the domain axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classA combined category plot where the range axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common range axis.classA specialised plot that draws a compass to indicate a direction based on the value from aValueDataset.classA fast scatter plot.classA plot that displays a single value in the form of a needle on a dial.classA plot that displays multiple pie plots using data from aCategoryDataset.classPiePlot<K extends Comparable<K>>A plot that displays data in the form of a pie chart, using data from any class that implements thePieDatasetinterface.classDeprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).classThe base class for all plots in JFreeChart.classPlots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.classA customised pie plot that leaves a hole in the middle.classA plot that displays data from aCategoryDatasetin the form of a "spider web".classA plot that displays a single value (from aValueDataset) in a thermometer type display.classA wafer map plot.classA general class for plotting data in the form of (x, y) pairs.Methods in org.jfree.chart.plot with parameters of type MarkerChangeListenerModifier and TypeMethodDescriptionvoidMarker.addChangeListener(MarkerChangeListener listener) Registers an object for notification of changes to the marker.voidMarker.removeChangeListener(MarkerChangeListener listener) Unregisters an object for notification of changes to the marker. -
Uses of MarkerChangeListener in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement MarkerChangeListener -
Uses of MarkerChangeListener in org.jfree.chart.plot.flow
Classes in org.jfree.chart.plot.flow that implement MarkerChangeListener