Uses of Interface
com.jrefinery.chart.AxisConstants

Packages that use AxisConstants
com.jrefinery.chart The main classes in the JFreeChart class library. 
 

Uses of AxisConstants in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement AxisConstants
 class Axis
          The base class for all axes in JFreeChart.
 class CategoryAxis
          An axis that displays categories.
 class CategoryPlot
          A general plotting class that uses data from a CategoryDataset, and uses a plug-in renderer to draw individual data items.
 class CombinedXYPlot
          An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
 class CompassPlot
          A compass plot...
 class DateAxis
          The base class for axes that display java.util.Date values.
 class FastScatterPlot
          A fast scatter plot.
 class HorizontalCategoryAxis
          A horizontal axis that displays categories.
 class HorizontalCategoryPlot
          A class that plots data from a CategoryDataset, with the values plotted along the horizontal axis and the categories plotted along the vertical axis.
 class HorizontalDateAxis
          A horizontal axis that displays date values.
 class HorizontalLogarithmicAxis
          A logarithmic value axis, for values displayed horizontally.
 class HorizontalNumberAxis
          A horizontal axis that displays numerical values.
 class HorizontalNumberAxis3D
          A horizontal axis that displays numerical values, and has a 3D-effect.
 class HorizontalSymbolicAxis
          A standard linear value axis, for SYMBOLIC values displayed horizontally.
 class MeterPlot
          A plot that displays a single value in the context of several ranges ('normal', 'warning' and 'critical').
 class NumberAxis
          The base class for axes that display numerical data.
 class OverlaidVerticalCategoryPlot
          An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
 class OverlaidXYPlot
          An extension of XYPlot that allows multiple XYPlots to be overlaid in one space, using common axes.
 class PeriodMarkerPlot
          A plot that marks time periods, for use in overlaid plots.
 class Pie3DPlot
          A plot that displays data in the form of a 3D pie chart, using data from any class that implements the CategoryDataset interface.
 class PiePlot
          A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
 class Plot
          The base class for all plots in JFreeChart.
 class ThermometerPlot
          A plot that displays a single value in a thermometer type display.
 class ValueAxis
          The base class for axes that display value data (a "value" can be a Number or a Date).
 class VerticalCategoryAxis
          A vertical axis that displays categories, used for horizontal bar charts.
 class VerticalCategoryPlot
          A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.
 class VerticalLogarithmicAxis
          A logarithmic value axis, for values displayed vertically.
 class VerticalNumberAxis
          A standard linear value axis, for values displayed vertically.
 class VerticalNumberAxis3D
          A standard linear value axis, for values displayed vertically.
 class VerticalSymbolicAxis
          A standard linear value axis, for SYMBOLIC values displayed vertically.
 class XYPlot
          A general class for plotting data in the form of (x, y) pairs.