Uses of Interface
com.jrefinery.chart.CategoryPlotConstants

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

Uses of CategoryPlotConstants in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement CategoryPlotConstants
 class CategoryPlot
          A general plotting class that uses data from a CategoryDataset, and uses a plug-in renderer to draw individual data items.
 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 OverlaidVerticalCategoryPlot
          An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
 class VerticalCategoryPlot
          A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.