Uses of Interface
org.jfree.chart.event.AxisChangeListener
-
Packages that use AxisChangeListener Package Description org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.compass Theorg.jfree.chart.plot.CompassPlotclass and related code.org.jfree.chart.plot.dial Classes for creating dial plots.org.jfree.chart.plot.flow Classes for creating flow plots (a type of Sankey chart).org.jfree.chart.plot.pie Classes used to create pie charts. -
-
Uses of AxisChangeListener in org.jfree.chart.axis
Methods in org.jfree.chart.axis with parameters of type AxisChangeListener Modifier and Type Method Description voidAxis. addChangeListener(AxisChangeListener listener)Registers an object for notification of changes to the axis.voidAxis. removeChangeListener(AxisChangeListener listener)Deregisters an object for notification of changes to the axis. -
Uses of AxisChangeListener in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement AxisChangeListener Modifier and Type Class Description classCategoryPlot<R extends Comparable<R>,C extends Comparable<C>>A general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedDomainXYPlot<S extends Comparable<S>>An extension ofXYPlotthat contains multiple subplots that share a common domain axis.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.classCombinedRangeXYPlot<S extends Comparable<S>>An extension ofXYPlotthat contains multiple subplots that share a common range axis.classFastScatterPlotA fast scatter plot.classMeterPlotA plot that displays a single value in the form of a needle on a dial.classPlotThe base class for all plots in JFreeChart.classPolarPlotPlots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.classRingPlotA customised pie plot that leaves a hole in the middle.classSpiderWebPlotA plot that displays data from aCategoryDatasetin the form of a "spider web".classThermometerPlotA plot that displays a single value (from aValueDataset) in a thermometer type display.classWaferMapPlotA wafer map plot.classXYPlot<S extends Comparable<S>>A general class for plotting data in the form of (x, y) pairs. -
Uses of AxisChangeListener in org.jfree.chart.plot.compass
Classes in org.jfree.chart.plot.compass that implement AxisChangeListener Modifier and Type Class Description classCompassPlotA specialised plot that draws a compass to indicate a direction based on the value from aValueDataset. -
Uses of AxisChangeListener in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement AxisChangeListener Modifier and Type Class Description classDialPlotA dial plot composed of user-definable layers. -
Uses of AxisChangeListener in org.jfree.chart.plot.flow
Classes in org.jfree.chart.plot.flow that implement AxisChangeListener Modifier and Type Class Description classFlowPlotA plot for visualising flows defined in aFlowDataset. -
Uses of AxisChangeListener in org.jfree.chart.plot.pie
Classes in org.jfree.chart.plot.pie that implement AxisChangeListener Modifier and Type Class Description classMultiplePiePlotA 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.
-