Home | History | Annotate | Download | only in lib

META-INF/
META-INF/MANIFEST.MF
org/
org/jfree/
org/jfree/chart/
org/jfree/chart/annotations/
org/jfree/chart/axis/
org/jfree/chart/block/
org/jfree/chart/demo/
org/jfree/chart/editor/
org/jfree/chart/encoders/
org/jfree/chart/entity/
org/jfree/chart/event/
org/jfree/chart/imagemap/
org/jfree/chart/labels/
org/jfree/chart/needle/
org/jfree/chart/plot/
org/jfree/chart/plot/dial/
org/jfree/chart/renderer/
org/jfree/chart/renderer/category/
org/jfree/chart/renderer/xy/
org/jfree/chart/resources/
org/jfree/chart/servlet/
org/jfree/chart/title/
org/jfree/chart/urls/
org/jfree/chart/util/
org/jfree/data/
org/jfree/data/category/
org/jfree/data/contour/
org/jfree/data/function/
org/jfree/data/gantt/
org/jfree/data/general/
org/jfree/data/io/
org/jfree/data/jdbc/
org/jfree/data/resources/
org/jfree/data/statistics/
org/jfree/data/time/
org/jfree/data/time/ohlc/
org/jfree/data/xml/
org/jfree/data/xy/
org/jfree/chart/ChartColor.class
ChartColor.java
package org.jfree.chart
public org.jfree.chart.ChartColor extends java.awt.Color {
	public static final java.awt.Color VERY_DARK_RED
	public static final java.awt.Color DARK_RED
	public static final java.awt.Color LIGHT_RED
	public static final java.awt.Color VERY_LIGHT_RED
	public static final java.awt.Color VERY_DARK_YELLOW
	public static final java.awt.Color DARK_YELLOW
	public static final java.awt.Color LIGHT_YELLOW
	public static final java.awt.Color VERY_LIGHT_YELLOW
	public static final java.awt.Color VERY_DARK_GREEN
	public static final java.awt.Color DARK_GREEN
	public static final java.awt.Color LIGHT_GREEN
	public static final java.awt.Color VERY_LIGHT_GREEN
	public static final java.awt.Color VERY_DARK_CYAN
	public static final java.awt.Color DARK_CYAN
	public static final java.awt.Color LIGHT_CYAN
	public static final java.awt.Color VERY_LIGHT_CYAN
	public static final java.awt.Color VERY_DARK_BLUE
	public static final java.awt.Color DARK_BLUE
	public static final java.awt.Color LIGHT_BLUE
	public static final java.awt.Color VERY_LIGHT_BLUE
	public static final java.awt.Color VERY_DARK_MAGENTA
	public static final java.awt.Color DARK_MAGENTA
	public static final java.awt.Color LIGHT_MAGENTA
	public static final java.awt.Color VERY_LIGHT_MAGENTA
	public void  (int, int, int) 
		int r
		int g
		int b
	public static java.awt.Paint[] createDefaultPaintArray () 
	static void  () 
}

org/jfree/chart/ChartFactory.class
ChartFactory.java
package org.jfree.chart
public abstract org.jfree.chart.ChartFactory extends java.lang.Object {
	public void  () 
	public static org.jfree.chart.JFreeChart createPieChart (java.lang.String, org.jfree.data.general.PieDataset, boolean, boolean, java.util.Locale) 
		String title
		org.jfree.data.general.PieDataset dataset
		boolean legend
		boolean tooltips
		java.util.Locale locale
		org.jfree.chart.plot.PiePlot plot
	public static org.jfree.chart.JFreeChart createPieChart (java.lang.String, org.jfree.data.general.PieDataset, boolean, boolean, boolean) 
		String title
		org.jfree.data.general.PieDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.PiePlot plot
	public static org.jfree.chart.JFreeChart createPieChart (java.lang.String, org.jfree.data.general.PieDataset, org.jfree.data.general.PieDataset, int, boolean, boolean, boolean, java.util.Locale, boolean, boolean) 
		double percentChange
		double shade
		Comparable key
		Number newValue
		Number oldValue
		java.util.Iterator it
		org.jfree.chart.title.TextTitle subtitle
		String title
		org.jfree.data.general.PieDataset dataset
		org.jfree.data.general.PieDataset previousDataset
		int percentDiffForMaxScale
		boolean greenForIncrease
		boolean legend
		boolean tooltips
		java.util.Locale locale
		boolean subTitle
		boolean showDifference
		org.jfree.chart.plot.PiePlot plot
		java.util.List keys
		org.jfree.data.general.DefaultPieDataset series
		double colorPerPercent
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createPieChart (java.lang.String, org.jfree.data.general.PieDataset, org.jfree.data.general.PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean) 
		double percentChange
		double shade
		Comparable key
		Number newValue
		Number oldValue
		java.util.Iterator it
		org.jfree.chart.title.TextTitle subtitle
		String title
		org.jfree.data.general.PieDataset dataset
		org.jfree.data.general.PieDataset previousDataset
		int percentDiffForMaxScale
		boolean greenForIncrease
		boolean legend
		boolean tooltips
		boolean urls
		boolean subTitle
		boolean showDifference
		org.jfree.chart.plot.PiePlot plot
		java.util.List keys
		org.jfree.data.general.DefaultPieDataset series
		double colorPerPercent
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createRingChart (java.lang.String, org.jfree.data.general.PieDataset, boolean, boolean, java.util.Locale) 
		String title
		org.jfree.data.general.PieDataset dataset
		boolean legend
		boolean tooltips
		java.util.Locale locale
		org.jfree.chart.plot.RingPlot plot
	public static org.jfree.chart.JFreeChart createRingChart (java.lang.String, org.jfree.data.general.PieDataset, boolean, boolean, boolean) 
		String title
		org.jfree.data.general.PieDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.RingPlot plot
	public static org.jfree.chart.JFreeChart createMultiplePieChart (java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.util.TableOrder, boolean, boolean, boolean) 
		org.jfree.chart.labels.PieToolTipGenerator tooltipGenerator
		org.jfree.chart.plot.PiePlot pp
		org.jfree.chart.urls.PieURLGenerator urlGenerator
		org.jfree.chart.plot.PiePlot pp
		String title
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.util.TableOrder order
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.MultiplePiePlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createPieChart3D (java.lang.String, org.jfree.data.general.PieDataset, boolean, boolean, java.util.Locale) 
		String title
		org.jfree.data.general.PieDataset dataset
		boolean legend
		boolean tooltips
		java.util.Locale locale
		org.jfree.chart.plot.PiePlot3D plot
	public static org.jfree.chart.JFreeChart createPieChart3D (java.lang.String, org.jfree.data.general.PieDataset, boolean, boolean, boolean) 
		String title
		org.jfree.data.general.PieDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.PiePlot3D plot
	public static org.jfree.chart.JFreeChart createMultiplePieChart3D (java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.util.TableOrder, boolean, boolean, boolean) 
		org.jfree.chart.labels.PieToolTipGenerator tooltipGenerator
		org.jfree.chart.plot.PiePlot pp
		org.jfree.chart.urls.PieURLGenerator urlGenerator
		org.jfree.chart.plot.PiePlot pp
		String title
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.util.TableOrder order
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.MultiplePiePlot plot
		org.jfree.chart.JFreeChart pieChart
		org.jfree.chart.title.TextTitle seriesTitle
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createBarChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		org.jfree.chart.labels.ItemLabelPosition position1
		org.jfree.chart.labels.ItemLabelPosition position2
		org.jfree.chart.labels.ItemLabelPosition position1
		org.jfree.chart.labels.ItemLabelPosition position2
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.BarRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createStackedBarChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String domainAxisLabel
		String rangeAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.StackedBarRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createBarChart3D (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.BarRenderer3D renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createStackedBarChart3D (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createAreaChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.AreaRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createStackedAreaChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.StackedAreaRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createLineChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.LineAndShapeRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createLineChart3D (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.LineRenderer3D renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createGanttChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.IntervalCategoryDataset, boolean, boolean, boolean) 
		String title
		String categoryAxisLabel
		String dateAxisLabel
		org.jfree.data.category.IntervalCategoryDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.DateAxis dateAxis
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createWaterfallChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		org.jfree.chart.labels.ItemLabelPosition position
		org.jfree.chart.labels.ItemLabelPosition position
		org.jfree.chart.labels.StandardCategoryToolTipGenerator generator
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.category.WaterfallBarRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.Marker baseline
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createPolarChart (java.lang.String, org.jfree.data.xy.XYDataset, boolean, boolean, boolean) 
		String title
		org.jfree.data.xy.XYDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.PolarPlot plot
		org.jfree.chart.axis.NumberAxis rangeAxis
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createScatterPlot (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createXYBarChart (java.lang.String, java.lang.String, boolean, java.lang.String, org.jfree.data.xy.IntervalXYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		org.jfree.chart.axis.NumberAxis axis
		org.jfree.chart.labels.XYToolTipGenerator tt
		org.jfree.chart.labels.XYToolTipGenerator tt
		String title
		String xAxisLabel
		boolean dateAxis
		String yAxisLabel
		org.jfree.data.xy.IntervalXYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.chart.renderer.xy.XYBarRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createXYAreaChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.labels.XYToolTipGenerator tipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createStackedXYAreaChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.TableXYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.TableXYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		org.jfree.chart.renderer.xy.StackedXYAreaRenderer2 renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createXYLineChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createXYStepChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.DateAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createXYStepAreaChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createTimeSeriesChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYDataset, boolean, boolean, boolean) 
		String title
		String timeAxisLabel
		String valueAxisLabel
		org.jfree.data.xy.XYDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.ValueAxis timeAxis
		org.jfree.chart.axis.NumberAxis valueAxis
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer renderer
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createCandlestickChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.OHLCDataset, boolean) 
		String title
		String timeAxisLabel
		String valueAxisLabel
		org.jfree.data.xy.OHLCDataset dataset
		boolean legend
		org.jfree.chart.axis.ValueAxis timeAxis
		org.jfree.chart.axis.NumberAxis valueAxis
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createHighLowChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.OHLCDataset, boolean) 
		String title
		String timeAxisLabel
		String valueAxisLabel
		org.jfree.data.xy.OHLCDataset dataset
		boolean legend
		org.jfree.chart.axis.ValueAxis timeAxis
		org.jfree.chart.axis.NumberAxis valueAxis
		org.jfree.chart.renderer.xy.HighLowRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createHighLowChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.OHLCDataset, org.jfree.chart.axis.Timeline, boolean) 
		String title
		String timeAxisLabel
		String valueAxisLabel
		org.jfree.data.xy.OHLCDataset dataset
		org.jfree.chart.axis.Timeline timeline
		boolean legend
		org.jfree.chart.axis.DateAxis timeAxis
		org.jfree.chart.axis.NumberAxis valueAxis
		org.jfree.chart.renderer.xy.HighLowRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createBubbleChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.XYZDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.XYZDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.NumberAxis yAxis
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createHistogram (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.IntervalXYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.IntervalXYDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.NumberAxis xAxis
		org.jfree.chart.axis.ValueAxis yAxis
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createBoxAndWhiskerChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.statistics.BoxAndWhiskerCategoryDataset, boolean) 
		String title
		String categoryAxisLabel
		String valueAxisLabel
		org.jfree.data.statistics.BoxAndWhiskerCategoryDataset dataset
		boolean legend
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.chart.axis.NumberAxis valueAxis
		org.jfree.chart.renderer.category.BoxAndWhiskerRenderer renderer
		org.jfree.chart.plot.CategoryPlot plot
	public static org.jfree.chart.JFreeChart createBoxAndWhiskerChart (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.statistics.BoxAndWhiskerXYDataset, boolean) 
		String title
		String timeAxisLabel
		String valueAxisLabel
		org.jfree.data.statistics.BoxAndWhiskerXYDataset dataset
		boolean legend
		org.jfree.chart.axis.ValueAxis timeAxis
		org.jfree.chart.axis.NumberAxis valueAxis
		org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer renderer
		org.jfree.chart.plot.XYPlot plot
	public static org.jfree.chart.JFreeChart createWindPlot (java.lang.String, java.lang.String, java.lang.String, org.jfree.data.xy.WindDataset, boolean, boolean, boolean) 
		String title
		String xAxisLabel
		String yAxisLabel
		org.jfree.data.xy.WindDataset dataset
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.axis.ValueAxis xAxis
		org.jfree.chart.axis.ValueAxis yAxis
		org.jfree.chart.renderer.xy.WindItemRenderer renderer
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.JFreeChart chart
	public static org.jfree.chart.JFreeChart createWaferMapChart (java.lang.String, org.jfree.data.general.WaferMapDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean) 
		String title
		org.jfree.data.general.WaferMapDataset dataset
		org.jfree.chart.plot.PlotOrientation orientation
		boolean legend
		boolean tooltips
		boolean urls
		org.jfree.chart.plot.WaferMapPlot plot
		org.jfree.chart.renderer.WaferMapRenderer renderer
		org.jfree.chart.JFreeChart chart
}

org/jfree/chart/ChartFrame.class
ChartFrame.java
package org.jfree.chart
public org.jfree.chart.ChartFrame extends javax.swing.JFrame {
	private org.jfree.chart.ChartPanel chartPanel
	public void  (java.lang.String, org.jfree.chart.JFreeChart) 
		String title
		org.jfree.chart.JFreeChart chart
	public void  (java.lang.String, org.jfree.chart.JFreeChart, boolean) 
		String title
		org.jfree.chart.JFreeChart chart
		boolean scrollPane
	public org.jfree.chart.ChartPanel getChartPanel () 
}

org/jfree/chart/ChartMouseEvent.class
ChartMouseEvent.java
package org.jfree.chart
public org.jfree.chart.ChartMouseEvent extends java.util.EventObject implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.JFreeChart chart
	private java.awt.event.MouseEvent trigger
	private org.jfree.chart.entity.ChartEntity entity
	public void  (org.jfree.chart.JFreeChart, java.awt.event.MouseEvent, org.jfree.chart.entity.ChartEntity) 
		org.jfree.chart.JFreeChart chart
		java.awt.event.MouseEvent trigger
		org.jfree.chart.entity.ChartEntity entity
	public org.jfree.chart.JFreeChart getChart () 
	public java.awt.event.MouseEvent getTrigger () 
	public org.jfree.chart.entity.ChartEntity getEntity () 
}

org/jfree/chart/ChartMouseListener.class
ChartMouseListener.java
package org.jfree.chart
public abstract org.jfree.chart.ChartMouseListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void chartMouseClicked (org.jfree.chart.ChartMouseEvent) 
	public abstract void chartMouseMoved (org.jfree.chart.ChartMouseEvent) 
}

org/jfree/chart/ChartPanel.class
ChartPanel.java
package org.jfree.chart
public org.jfree.chart.ChartPanel extends javax.swing.JPanel implements org.jfree.chart.event.ChartChangeListener org.jfree.chart.event.ChartProgressListener java.awt.event.ActionListener java.awt.event.MouseListener java.awt.event.MouseMotionListener java.awt.print.Printable java.io.Serializable  {
	private static final long serialVersionUID
	public static final boolean DEFAULT_BUFFER_USED
	public static final int DEFAULT_WIDTH
	public static final int DEFAULT_HEIGHT
	public static final int DEFAULT_MINIMUM_DRAW_WIDTH
	public static final int DEFAULT_MINIMUM_DRAW_HEIGHT
	public static final int DEFAULT_MAXIMUM_DRAW_WIDTH
	public static final int DEFAULT_MAXIMUM_DRAW_HEIGHT
	public static final int DEFAULT_ZOOM_TRIGGER_DISTANCE
	public static final String PROPERTIES_COMMAND
	public static final String SAVE_COMMAND
	public static final String PRINT_COMMAND
	public static final String ZOOM_IN_BOTH_COMMAND
	public static final String ZOOM_IN_DOMAIN_COMMAND
	public static final String ZOOM_IN_RANGE_COMMAND
	public static final String ZOOM_OUT_BOTH_COMMAND
	public static final String ZOOM_OUT_DOMAIN_COMMAND
	public static final String ZOOM_OUT_RANGE_COMMAND
	public static final String ZOOM_RESET_BOTH_COMMAND
	public static final String ZOOM_RESET_DOMAIN_COMMAND
	public static final String ZOOM_RESET_RANGE_COMMAND
	private org.jfree.chart.JFreeChart chart
	private javax.swing.event.EventListenerList chartMouseListeners
	private boolean useBuffer
	private boolean refreshBuffer
	private java.awt.Image chartBuffer
	private int chartBufferHeight
	private int chartBufferWidth
	private int minimumDrawWidth
	private int minimumDrawHeight
	private int maximumDrawWidth
	private int maximumDrawHeight
	private javax.swing.JPopupMenu popup
	private org.jfree.chart.ChartRenderingInfo info
	private java.awt.geom.Point2D anchor
	private double scaleX
	private double scaleY
	private org.jfree.chart.plot.PlotOrientation orientation
	private boolean domainZoomable
	private boolean rangeZoomable
	private java.awt.Point zoomPoint
	private transient java.awt.geom.Rectangle2D zoomRectangle
	private boolean fillZoomRectangle
	private int zoomTriggerDistance
	private boolean horizontalAxisTrace
	private boolean verticalAxisTrace
	private transient java.awt.geom.Line2D verticalTraceLine
	private transient java.awt.geom.Line2D horizontalTraceLine
	private javax.swing.JMenuItem zoomInBothMenuItem
	private javax.swing.JMenuItem zoomInDomainMenuItem
	private javax.swing.JMenuItem zoomInRangeMenuItem
	private javax.swing.JMenuItem zoomOutBothMenuItem
	private javax.swing.JMenuItem zoomOutDomainMenuItem
	private javax.swing.JMenuItem zoomOutRangeMenuItem
	private javax.swing.JMenuItem zoomResetBothMenuItem
	private javax.swing.JMenuItem zoomResetDomainMenuItem
	private javax.swing.JMenuItem zoomResetRangeMenuItem
	private java.io.File defaultDirectoryForSaveAs
	private boolean enforceFileExtensions
	private boolean ownToolTipDelaysActive
	private int originalToolTipInitialDelay
	private int originalToolTipReshowDelay
	private int originalToolTipDismissDelay
	private int ownToolTipInitialDelay
	private int ownToolTipReshowDelay
	private int ownToolTipDismissDelay
	private double zoomInFactor
	private double zoomOutFactor
	private boolean zoomAroundAnchor
	protected static java.util.ResourceBundle localizationResources
	static Class class$org$jfree$chart$ChartMouseListener
	public void  (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	public void  (org.jfree.chart.JFreeChart, boolean) 
		org.jfree.chart.JFreeChart chart
		boolean useBuffer
	public void  (org.jfree.chart.JFreeChart, boolean, boolean, boolean, boolean, boolean) 
		org.jfree.chart.JFreeChart chart
		boolean properties
		boolean save
		boolean print
		boolean zoom
		boolean tooltips
	public void  (org.jfree.chart.JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) 
		org.jfree.chart.JFreeChart chart
		int width
		int height
		int minimumDrawWidth
		int minimumDrawHeight
		int maximumDrawWidth
		int maximumDrawHeight
		boolean useBuffer
		boolean properties
		boolean save
		boolean print
		boolean zoom
		boolean tooltips
		javax.swing.ToolTipManager ttm
	public org.jfree.chart.JFreeChart getChart () 
	public void setChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.plot.Zoomable z
		org.jfree.chart.plot.Plot plot
		org.jfree.chart.JFreeChart chart
	public int getMinimumDrawWidth () 
	public void setMinimumDrawWidth (int) 
		int width
	public int getMaximumDrawWidth () 
	public void setMaximumDrawWidth (int) 
		int width
	public int getMinimumDrawHeight () 
	public void setMinimumDrawHeight (int) 
		int height
	public int getMaximumDrawHeight () 
	public void setMaximumDrawHeight (int) 
		int height
	public double getScaleX () 
	public double getScaleY () 
	public java.awt.geom.Point2D getAnchor () 
	protected void setAnchor (java.awt.geom.Point2D) 
		java.awt.geom.Point2D anchor
	public javax.swing.JPopupMenu getPopupMenu () 
	public void setPopupMenu (javax.swing.JPopupMenu) 
		javax.swing.JPopupMenu popup
	public org.jfree.chart.ChartRenderingInfo getChartRenderingInfo () 
	public void setMouseZoomable (boolean) 
		boolean flag
	public void setMouseZoomable (boolean, boolean) 
		boolean flag
		boolean fillRectangle
	public boolean isDomainZoomable () 
	public void setDomainZoomable (boolean) 
		org.jfree.chart.plot.Zoomable z
		org.jfree.chart.plot.Plot plot
		boolean flag
	public boolean isRangeZoomable () 
	public void setRangeZoomable (boolean) 
		org.jfree.chart.plot.Zoomable z
		org.jfree.chart.plot.Plot plot
		boolean flag
	public boolean getFillZoomRectangle () 
	public void setFillZoomRectangle (boolean) 
		boolean flag
	public int getZoomTriggerDistance () 
	public void setZoomTriggerDistance (int) 
		int distance
	public boolean getHorizontalAxisTrace () 
	public void setHorizontalAxisTrace (boolean) 
		boolean flag
	protected java.awt.geom.Line2D getHorizontalTraceLine () 
	protected void setHorizontalTraceLine (java.awt.geom.Line2D) 
		java.awt.geom.Line2D line
	public boolean getVerticalAxisTrace () 
	public void setVerticalAxisTrace (boolean) 
		boolean flag
	protected java.awt.geom.Line2D getVerticalTraceLine () 
	protected void setVerticalTraceLine (java.awt.geom.Line2D) 
		java.awt.geom.Line2D line
	public java.io.File getDefaultDirectoryForSaveAs () 
	public void setDefaultDirectoryForSaveAs (java.io.File) 
		java.io.File directory
	public boolean isEnforceFileExtensions () 
	public void setEnforceFileExtensions (boolean) 
		boolean enforce
	public boolean getZoomAroundAnchor () 
	public void setZoomAroundAnchor (boolean) 
		boolean zoomAroundAnchor
	public void setDisplayToolTips (boolean) 
		boolean flag
	public java.lang.String getToolTipText (java.awt.event.MouseEvent) 
		java.awt.Insets insets
		org.jfree.chart.entity.ChartEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.event.MouseEvent e
		String result
	public java.awt.Point translateJava2DToScreen (java.awt.geom.Point2D) 
		java.awt.geom.Point2D java2DPoint
		java.awt.Insets insets
		int x
		int y
	public java.awt.geom.Point2D translateScreenToJava2D (java.awt.Point) 
		java.awt.Point screenPoint
		java.awt.Insets insets
		double x
		double y
	public java.awt.geom.Rectangle2D scale (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D rect
		java.awt.Insets insets
		double x
		double y
		double w
		double h
	public org.jfree.chart.entity.ChartEntity getEntityForPoint (int, int) 
		java.awt.Insets insets
		double x
		double y
		org.jfree.chart.entity.EntityCollection entities
		int viewX
		int viewY
		org.jfree.chart.entity.ChartEntity result
	public boolean getRefreshBuffer () 
	public void setRefreshBuffer (boolean) 
		boolean flag
	public void paintComponent (java.awt.Graphics) 
		java.awt.geom.AffineTransform saved
		java.awt.geom.AffineTransform st
		java.awt.geom.Rectangle2D bufferArea
		java.awt.Graphics2D bufferG2
		boolean clearBuffer
		java.awt.geom.AffineTransform st
		java.awt.geom.AffineTransform saved
		java.awt.Graphics g
		java.awt.Graphics2D g2
		java.awt.Dimension size
		java.awt.Insets insets
		java.awt.geom.Rectangle2D available
		boolean scale
		double drawWidth
		double drawHeight
		java.awt.geom.Rectangle2D chartArea
	public void chartChanged (org.jfree.chart.event.ChartChangeEvent) 
		org.jfree.chart.plot.Zoomable z
		org.jfree.chart.event.ChartChangeEvent event
		org.jfree.chart.plot.Plot plot
	public void chartProgress (org.jfree.chart.event.ChartProgressEvent) 
		org.jfree.chart.event.ChartProgressEvent event
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.io.IOException e
		java.awt.event.ActionEvent event
		String command
		double screenX
		double screenY
	public void mouseEntered (java.awt.event.MouseEvent) 
		javax.swing.ToolTipManager ttm
		java.awt.event.MouseEvent e
	public void mouseExited (java.awt.event.MouseEvent) 
		javax.swing.ToolTipManager ttm
		java.awt.event.MouseEvent e
	public void mousePressed (java.awt.event.MouseEvent) 
		java.awt.geom.Rectangle2D screenDataArea
		java.awt.event.MouseEvent e
	private java.awt.Point getPointInRectangle (int, int, java.awt.geom.Rectangle2D) 
		int x
		int y
		java.awt.geom.Rectangle2D area
	public void mouseDragged (java.awt.event.MouseEvent) 
		double xmax
		double ymax
		double xmax
		double ymax
		java.awt.event.MouseEvent e
		java.awt.Graphics2D g2
		boolean hZoom
		boolean vZoom
		java.awt.geom.Rectangle2D scaledDataArea
	public void mouseReleased (java.awt.event.MouseEvent) 
		double x
		double y
		double w
		double h
		double x
		double y
		double w
		double h
		double x
		double y
		double w
		double h
		java.awt.geom.Rectangle2D screenDataArea
		java.awt.geom.Rectangle2D zoomArea
		java.awt.Graphics2D g2
		boolean hZoom
		boolean vZoom
		boolean zoomTrigger1
		boolean zoomTrigger2
		java.awt.event.MouseEvent e
	public void mouseClicked (java.awt.event.MouseEvent) 
		org.jfree.chart.entity.EntityCollection entities
		int i
		java.awt.event.MouseEvent event
		java.awt.Insets insets
		int x
		int y
		Object[] listeners
		org.jfree.chart.entity.ChartEntity entity
		org.jfree.chart.ChartMouseEvent chartEvent
	public void mouseMoved (java.awt.event.MouseEvent) 
		org.jfree.chart.entity.EntityCollection entities
		int i
		org.jfree.chart.ChartMouseEvent event
		java.awt.event.MouseEvent e
		java.awt.Graphics2D g2
		Object[] listeners
		java.awt.Insets insets
		int x
		int y
		org.jfree.chart.entity.ChartEntity entity
	public void zoomInBoth (double, double) 
		double x
		double y
	public void zoomInDomain (double, double) 
		org.jfree.chart.plot.Zoomable plot
		double x
		double y
		org.jfree.chart.plot.Plot p
	public void zoomInRange (double, double) 
		org.jfree.chart.plot.Zoomable z
		double x
		double y
		org.jfree.chart.plot.Plot p
	public void zoomOutBoth (double, double) 
		double x
		double y
	public void zoomOutDomain (double, double) 
		org.jfree.chart.plot.Zoomable z
		double x
		double y
		org.jfree.chart.plot.Plot p
	public void zoomOutRange (double, double) 
		org.jfree.chart.plot.Zoomable z
		double x
		double y
		org.jfree.chart.plot.Plot p
	public void zoom (java.awt.geom.Rectangle2D) 
		org.jfree.chart.plot.Zoomable z
		double hLower
		double hUpper
		double vLower
		double vUpper
		org.jfree.chart.plot.Plot p
		java.awt.geom.Rectangle2D selection
		java.awt.geom.Point2D selectOrigin
		org.jfree.chart.plot.PlotRenderingInfo plotInfo
		java.awt.geom.Rectangle2D scaledDataArea
	public void restoreAutoBounds () 
	public void restoreAutoDomainBounds () 
		org.jfree.chart.plot.Zoomable z
		java.awt.Point zp
		org.jfree.chart.plot.Plot p
	public void restoreAutoRangeBounds () 
		org.jfree.chart.plot.Zoomable z
		java.awt.Point zp
		org.jfree.chart.plot.Plot p
	public java.awt.geom.Rectangle2D getScreenDataArea () 
		java.awt.geom.Rectangle2D dataArea
		java.awt.Insets insets
		double x
		double y
		double w
		double h
	public java.awt.geom.Rectangle2D getScreenDataArea (int, int) 
		java.awt.geom.Rectangle2D result
		java.awt.geom.Point2D selectOrigin
		int subplotIndex
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo plotInfo
		java.awt.geom.Rectangle2D result
	public int getInitialDelay () 
	public int getReshowDelay () 
	public int getDismissDelay () 
	public void setInitialDelay (int) 
		int delay
	public void setReshowDelay (int) 
		int delay
	public void setDismissDelay (int) 
		int delay
	public double getZoomInFactor () 
	public void setZoomInFactor (double) 
		double factor
	public double getZoomOutFactor () 
	public void setZoomOutFactor (double) 
		double factor
	private void drawZoomRectangle (java.awt.Graphics2D) 
		java.awt.Graphics2D g2
	private void drawHorizontalAxisTrace (java.awt.Graphics2D, int) 
		java.awt.Graphics2D g2
		int x
		java.awt.geom.Rectangle2D dataArea
	private void drawVerticalAxisTrace (java.awt.Graphics2D, int) 
		java.awt.Graphics2D g2
		int y
		java.awt.geom.Rectangle2D dataArea
	public void doEditChartProperties () 
		org.jfree.chart.editor.ChartEditor editor
		int result
	public void doSaveAs ()  throws java.io.IOException 
		String filename
		javax.swing.JFileChooser fileChooser
		org.jfree.ui.ExtensionFileFilter filter
		int option
	public void createChartPrintJob () 
		java.awt.print.PrinterException e
		java.awt.print.PrinterJob job
		java.awt.print.PageFormat pf
		java.awt.print.PageFormat pf2
	public int print (java.awt.Graphics, java.awt.print.PageFormat, int) 
		java.awt.Graphics g
		java.awt.print.PageFormat pf
		int pageIndex
		java.awt.Graphics2D g2
		double x
		double y
		double w
		double h
	public void addChartMouseListener (org.jfree.chart.ChartMouseListener) 
		org.jfree.chart.ChartMouseListener listener
	public void removeChartMouseListener (org.jfree.chart.ChartMouseListener) 
		org.jfree.chart.ChartMouseListener listener
	public java.util.EventListener[] getListeners (java.lang.Class) 
		Class listenerType
	protected javax.swing.JPopupMenu createPopupMenu (boolean, boolean, boolean, boolean) 
		javax.swing.JMenuItem propertiesItem
		javax.swing.JMenuItem saveItem
		javax.swing.JMenuItem printItem
		javax.swing.JMenu zoomInMenu
		javax.swing.JMenu zoomOutMenu
		javax.swing.JMenu autoRangeMenu
		boolean properties
		boolean save
		boolean print
		boolean zoom
		javax.swing.JPopupMenu result
		boolean separator
	protected void displayPopupMenu (int, int) 
		org.jfree.chart.plot.Zoomable z
		org.jfree.chart.plot.Plot plot
		boolean isDomainZoomable
		boolean isRangeZoomable
		int x
		int y
	public void updateUI () 
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/ChartRenderingInfo.class
ChartRenderingInfo.java
package org.jfree.chart
public org.jfree.chart.ChartRenderingInfo extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.geom.Rectangle2D chartArea
	private org.jfree.chart.plot.PlotRenderingInfo plotInfo
	private org.jfree.chart.entity.EntityCollection entities
	public void  () 
	public void  (org.jfree.chart.entity.EntityCollection) 
		org.jfree.chart.entity.EntityCollection entities
	public java.awt.geom.Rectangle2D getChartArea () 
	public void setChartArea (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	public org.jfree.chart.entity.EntityCollection getEntityCollection () 
	public void setEntityCollection (org.jfree.chart.entity.EntityCollection) 
		org.jfree.chart.entity.EntityCollection entities
	public void clear () 
	public org.jfree.chart.plot.PlotRenderingInfo getPlotInfo () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.ChartRenderingInfo that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		org.jfree.chart.ChartRenderingInfo clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/ChartUtilities.class
ChartUtilities.java
package org.jfree.chart
public abstract org.jfree.chart.ChartUtilities extends java.lang.Object {
	public void  () 
	public static void writeChartAsPNG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int)  throws java.io.IOException 
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
	public static void writeChartAsPNG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int, boolean, int)  throws java.io.IOException 
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
		boolean encodeAlpha
		int compression
	public static void writeChartAsPNG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		java.awt.image.BufferedImage bufferedImage
	public static void writeChartAsPNG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo, boolean, int)  throws java.io.IOException 
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		boolean encodeAlpha
		int compression
		java.awt.image.BufferedImage chartImage
	public static void writeScaledChartAsPNG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int, int, int)  throws java.io.IOException 
		java.awt.geom.AffineTransform saved
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
		int widthScaleFactor
		int heightScaleFactor
		double desiredWidth
		double desiredHeight
		double defaultWidth
		double defaultHeight
		boolean scale
		double scaleX
		double scaleY
		java.awt.image.BufferedImage image
		java.awt.Graphics2D g2
	public static void saveChartAsPNG (java.io.File, org.jfree.chart.JFreeChart, int, int)  throws java.io.IOException 
		java.io.File file
		org.jfree.chart.JFreeChart chart
		int width
		int height
	public static void saveChartAsPNG (java.io.File, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.File file
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		java.io.OutputStream out
	public static void saveChartAsPNG (java.io.File, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo, boolean, int)  throws java.io.IOException 
		java.io.File file
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		boolean encodeAlpha
		int compression
		java.io.OutputStream out
	public static void writeChartAsJPEG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int)  throws java.io.IOException 
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
	public static void writeChartAsJPEG (java.io.OutputStream, float, org.jfree.chart.JFreeChart, int, int)  throws java.io.IOException 
		java.io.OutputStream out
		float quality
		org.jfree.chart.JFreeChart chart
		int width
		int height
	public static void writeChartAsJPEG (java.io.OutputStream, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.OutputStream out
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		java.awt.image.BufferedImage image
	public static void writeChartAsJPEG (java.io.OutputStream, float, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.OutputStream out
		float quality
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		java.awt.image.BufferedImage image
	public static void saveChartAsJPEG (java.io.File, org.jfree.chart.JFreeChart, int, int)  throws java.io.IOException 
		java.io.File file
		org.jfree.chart.JFreeChart chart
		int width
		int height
	public static void saveChartAsJPEG (java.io.File, float, org.jfree.chart.JFreeChart, int, int)  throws java.io.IOException 
		java.io.File file
		float quality
		org.jfree.chart.JFreeChart chart
		int width
		int height
	public static void saveChartAsJPEG (java.io.File, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.File file
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		java.io.OutputStream out
	public static void saveChartAsJPEG (java.io.File, float, org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.File file
		float quality
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		java.io.OutputStream out
	public static void writeBufferedImageAsJPEG (java.io.OutputStream, java.awt.image.BufferedImage)  throws java.io.IOException 
		java.io.OutputStream out
		java.awt.image.BufferedImage image
	public static void writeBufferedImageAsJPEG (java.io.OutputStream, float, java.awt.image.BufferedImage)  throws java.io.IOException 
		java.io.OutputStream out
		float quality
		java.awt.image.BufferedImage image
	public static void writeBufferedImageAsPNG (java.io.OutputStream, java.awt.image.BufferedImage)  throws java.io.IOException 
		java.io.OutputStream out
		java.awt.image.BufferedImage image
	public static void writeBufferedImageAsPNG (java.io.OutputStream, java.awt.image.BufferedImage, boolean, int)  throws java.io.IOException 
		java.io.OutputStream out
		java.awt.image.BufferedImage image
		boolean encodeAlpha
		int compression
	public static byte[] encodeAsPNG (java.awt.image.BufferedImage)  throws java.io.IOException 
		java.awt.image.BufferedImage image
	public static byte[] encodeAsPNG (java.awt.image.BufferedImage, boolean, int)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		boolean encodeAlpha
		int compression
	public static void writeImageMap (java.io.PrintWriter, java.lang.String, org.jfree.chart.ChartRenderingInfo, boolean)  throws java.io.IOException 
		java.io.PrintWriter writer
		String name
		org.jfree.chart.ChartRenderingInfo info
		boolean useOverLibForToolTips
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
	public static void writeImageMap (java.io.PrintWriter, java.lang.String, org.jfree.chart.ChartRenderingInfo, org.jfree.chart.imagemap.ToolTipTagFragmentGenerator, org.jfree.chart.imagemap.URLTagFragmentGenerator)  throws java.io.IOException 
		java.io.PrintWriter writer
		String name
		org.jfree.chart.ChartRenderingInfo info
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
		org.jfree.chart.imagemap.URLTagFragmentGenerator urlTagFragmentGenerator
	public static java.lang.String getImageMap (java.lang.String, org.jfree.chart.ChartRenderingInfo) 
		String name
		org.jfree.chart.ChartRenderingInfo info
	public static java.lang.String getImageMap (java.lang.String, org.jfree.chart.ChartRenderingInfo, org.jfree.chart.imagemap.ToolTipTagFragmentGenerator, org.jfree.chart.imagemap.URLTagFragmentGenerator) 
		String name
		org.jfree.chart.ChartRenderingInfo info
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
		org.jfree.chart.imagemap.URLTagFragmentGenerator urlTagFragmentGenerator
}

org/jfree/chart/ClipPath.class
ClipPath.java
package org.jfree.chart
public org.jfree.chart.ClipPath extends java.lang.Object implements java.lang.Cloneable  {
	private double[] xValue
	private double[] yValue
	private boolean clip
	private boolean drawPath
	private boolean fillPath
	private java.awt.Paint fillPaint
	private java.awt.Paint drawPaint
	private java.awt.Stroke drawStroke
	private java.awt.Composite composite
	public void  () 
	public void  (double[], double[]) 
		double[] xValue
		double[] yValue
	public void  (double[], double[], boolean, boolean, boolean) 
		double[] xValue
		double[] yValue
		boolean clip
		boolean fillPath
		boolean drawPath
	public void  (double[], double[], boolean, boolean, java.awt.Paint, java.awt.Paint, java.awt.Stroke, java.awt.Composite) 
		double[] xValue
		double[] yValue
		boolean fillPath
		boolean drawPath
		java.awt.Paint fillPaint
		java.awt.Paint drawPaint
		java.awt.Stroke drawStroke
		java.awt.Composite composite
	public java.awt.geom.GeneralPath draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis) 
		java.awt.Composite saveComposite
		java.awt.Paint savePaint
		java.awt.Stroke saveStroke
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis horizontalAxis
		org.jfree.chart.axis.ValueAxis verticalAxis
		java.awt.geom.GeneralPath generalPath
	public java.awt.geom.GeneralPath generateClipPath (java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis) 
		int k
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis horizontalAxis
		org.jfree.chart.axis.ValueAxis verticalAxis
		java.awt.geom.GeneralPath generalPath
		double transX
		double transY
	public java.awt.Composite getComposite () 
	public java.awt.Paint getDrawPaint () 
	public boolean isDrawPath () 
	public java.awt.Stroke getDrawStroke () 
	public java.awt.Paint getFillPaint () 
	public boolean isFillPath () 
	public double[] getXValue () 
	public double[] getYValue () 
	public void setComposite (java.awt.Composite) 
		java.awt.Composite composite
	public void setDrawPaint (java.awt.Paint) 
		java.awt.Paint drawPaint
	public void setDrawPath (boolean) 
		boolean drawPath
	public void setDrawStroke (java.awt.Stroke) 
		java.awt.Stroke drawStroke
	public void setFillPaint (java.awt.Paint) 
		java.awt.Paint fillPaint
	public void setFillPath (boolean) 
		boolean fillPath
	public void setXValue (double[]) 
		double[] xValue
	public void setYValue (double[]) 
		double[] yValue
	public boolean isClip () 
	public void setClip (boolean) 
		boolean clip
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.ClipPath clone
}

org/jfree/chart/DrawableLegendItem.class
DrawableLegendItem.java
package org.jfree.chart
public org.jfree.chart.DrawableLegendItem extends java.lang.Object {
	private org.jfree.chart.LegendItem item
	private double x
	private double y
	private double width
	private double height
	private java.awt.Shape marker
	private java.awt.geom.Line2D line
	private java.awt.geom.Point2D labelPosition
	public void  (org.jfree.chart.LegendItem) 
		org.jfree.chart.LegendItem item
	public org.jfree.chart.LegendItem getItem () 
	public double getX () 
	public void setX (double) 
		double x
	public double getY () 
	public void setY (double) 
		double y
	public double getWidth () 
	public double getHeight () 
	public double getMaxX () 
	public double getMaxY () 
	public java.awt.Shape getMarker () 
	public void setMarker (java.awt.Shape) 
		java.awt.Shape marker
	public void setLine (java.awt.geom.Line2D) 
		java.awt.geom.Line2D l
	public java.awt.geom.Line2D getLine () 
	public java.awt.geom.Point2D getLabelPosition () 
	public void setLabelPosition (java.awt.geom.Point2D) 
		java.awt.geom.Point2D position
	public void setBounds (double, double, double, double) 
		double x
		double y
		double width
		double height
}

org/jfree/chart/Effect3D.class
Effect3D.java
package org.jfree.chart
public abstract org.jfree.chart.Effect3D extends java.lang.Object {
	public abstract double getXOffset () 
	public abstract double getYOffset () 
}

org/jfree/chart/HashUtilities.class
HashUtilities.java
package org.jfree.chart
public org.jfree.chart.HashUtilities extends java.lang.Object {
	public void  () 
	public static int hashCodeForPaint (java.awt.Paint) 
		java.awt.GradientPaint gp
		java.awt.Paint p
		int result
	public static int hashCodeForDoubleArray (double[]) 
		long temp
		int i
		double[] a
		int result
	public static int hashCode (int, boolean) 
		int pre
		boolean b
	public static int hashCode (int, int) 
		int pre
		int i
	public static int hashCode (int, double) 
		int pre
		double d
		long l
	public static int hashCode (int, java.awt.Paint) 
		int pre
		java.awt.Paint p
	public static int hashCode (int, java.awt.Stroke) 
		int pre
		java.awt.Stroke s
		int h
	public static int hashCode (int, java.lang.String) 
		int pre
		String s
		int h
	public static int hashCode (int, java.lang.Comparable) 
		int pre
		Comparable c
		int h
	public static int hashCode (int, java.lang.Object) 
		int pre
		Object obj
		int h
	public static int hashCode (int, org.jfree.util.BooleanList) 
		int pre
		org.jfree.util.BooleanList list
		int result
		int size
	public static int hashCode (int, org.jfree.util.PaintList) 
		int pre
		org.jfree.util.PaintList list
		int result
		int size
	public static int hashCode (int, org.jfree.util.StrokeList) 
		int pre
		org.jfree.util.StrokeList list
		int result
		int size
}

org/jfree/chart/JFreeChart.class
JFreeChart.java
package org.jfree.chart
public org.jfree.chart.JFreeChart extends java.lang.Object implements org.jfree.ui.Drawable org.jfree.chart.event.TitleChangeListener org.jfree.chart.event.PlotChangeListener java.io.Serializable java.lang.Cloneable  {
	private static final long serialVersionUID
	public static final org.jfree.ui.about.ProjectInfo INFO
	public static final java.awt.Font DEFAULT_TITLE_FONT
	public static final java.awt.Paint DEFAULT_BACKGROUND_PAINT
	public static final java.awt.Image DEFAULT_BACKGROUND_IMAGE
	public static final int DEFAULT_BACKGROUND_IMAGE_ALIGNMENT
	public static final float DEFAULT_BACKGROUND_IMAGE_ALPHA
	private transient java.awt.RenderingHints renderingHints
	private boolean borderVisible
	private transient java.awt.Stroke borderStroke
	private transient java.awt.Paint borderPaint
	private org.jfree.ui.RectangleInsets padding
	private org.jfree.chart.title.TextTitle title
	private java.util.List subtitles
	private org.jfree.chart.plot.Plot plot
	private transient java.awt.Paint backgroundPaint
	private transient java.awt.Image backgroundImage
	private int backgroundImageAlignment
	private float backgroundImageAlpha
	private transient javax.swing.event.EventListenerList changeListeners
	private transient javax.swing.event.EventListenerList progressListeners
	private boolean notify
	static Class class$org$jfree$chart$event$ChartChangeListener
	static Class class$org$jfree$chart$event$ChartProgressListener
	public void  (org.jfree.chart.plot.Plot) 
		org.jfree.chart.plot.Plot plot
	public void  (java.lang.String, org.jfree.chart.plot.Plot) 
		String title
		org.jfree.chart.plot.Plot plot
	public void  (java.lang.String, java.awt.Font, org.jfree.chart.plot.Plot, boolean) 
		org.jfree.chart.title.LegendTitle legend
		String title
		java.awt.Font titleFont
		org.jfree.chart.plot.Plot plot
		boolean createLegend
	public java.awt.RenderingHints getRenderingHints () 
	public void setRenderingHints (java.awt.RenderingHints) 
		java.awt.RenderingHints renderingHints
	public boolean isBorderVisible () 
	public void setBorderVisible (boolean) 
		boolean visible
	public java.awt.Stroke getBorderStroke () 
	public void setBorderStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getBorderPaint () 
	public void setBorderPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getPadding () 
	public void setPadding (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets padding
	public org.jfree.chart.title.TextTitle getTitle () 
	public void setTitle (org.jfree.chart.title.TextTitle) 
		org.jfree.chart.title.TextTitle title
	public void setTitle (java.lang.String) 
		String text
	public void addLegend (org.jfree.chart.title.LegendTitle) 
		org.jfree.chart.title.LegendTitle legend
	public org.jfree.chart.title.LegendTitle getLegend () 
	public org.jfree.chart.title.LegendTitle getLegend (int) 
		org.jfree.chart.title.Title subtitle
		int index
		int seen
		java.util.Iterator iterator
	public void removeLegend () 
	public java.util.List getSubtitles () 
	public void setSubtitles (java.util.List) 
		org.jfree.chart.title.Title t
		java.util.List subtitles
		java.util.Iterator iterator
	public int getSubtitleCount () 
	public org.jfree.chart.title.Title getSubtitle (int) 
		int index
	public void addSubtitle (org.jfree.chart.title.Title) 
		org.jfree.chart.title.Title subtitle
	public void addSubtitle (int, org.jfree.chart.title.Title) 
		int index
		org.jfree.chart.title.Title subtitle
	public void clearSubtitles () 
		org.jfree.chart.title.Title t
		java.util.Iterator iterator
	public void removeSubtitle (org.jfree.chart.title.Title) 
		org.jfree.chart.title.Title title
	public org.jfree.chart.plot.Plot getPlot () 
	public org.jfree.chart.plot.CategoryPlot getCategoryPlot () 
	public org.jfree.chart.plot.XYPlot getXYPlot () 
	public boolean getAntiAlias () 
		Object val
	public void setAntiAlias (boolean) 
		boolean flag
		Object val
	public java.lang.Object getTextAntiAlias () 
	public void setTextAntiAlias (boolean) 
		boolean flag
	public void setTextAntiAlias (java.lang.Object) 
		Object val
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Image getBackgroundImage () 
	public void setBackgroundImage (java.awt.Image) 
		java.awt.Image image
	public int getBackgroundImageAlignment () 
	public void setBackgroundImageAlignment (int) 
		int alignment
	public float getBackgroundImageAlpha () 
	public void setBackgroundImageAlpha (float) 
		float alpha
	public boolean isNotify () 
	public void setNotify (boolean) 
		boolean notify
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.ChartRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		org.jfree.chart.ChartRenderingInfo info
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.ChartRenderingInfo) 
		java.awt.Composite originalComposite
		java.awt.geom.Rectangle2D dest
		java.awt.geom.Rectangle2D borderArea
		java.awt.Paint paint
		java.awt.Stroke stroke
		org.jfree.chart.entity.EntityCollection e
		org.jfree.chart.title.Title currentTitle
		org.jfree.chart.entity.EntityCollection e
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D chartArea
		java.awt.geom.Point2D anchor
		org.jfree.chart.ChartRenderingInfo info
		java.awt.Shape savedClip
		java.awt.geom.Rectangle2D nonTitleArea
		org.jfree.chart.entity.EntityCollection entities
		java.util.Iterator iterator
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.plot.PlotRenderingInfo plotInfo
	private java.awt.geom.Rectangle2D createAlignedRectangle2D (org.jfree.ui.Size2D, java.awt.geom.Rectangle2D, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment) 
		org.jfree.ui.Size2D dimensions
		java.awt.geom.Rectangle2D frame
		org.jfree.ui.HorizontalAlignment hAlign
		org.jfree.ui.VerticalAlignment vAlign
		double x
		double y
	protected org.jfree.chart.entity.EntityCollection drawTitle (org.jfree.chart.title.Title, java.awt.Graphics2D, java.awt.geom.Rectangle2D, boolean) 
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.chart.block.EntityBlockResult ebr
		org.jfree.chart.title.Title t
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		boolean entities
		java.awt.geom.Rectangle2D titleArea
		org.jfree.ui.RectangleEdge position
		double ww
		double hh
		org.jfree.chart.block.RectangleConstraint constraint
		Object retValue
		org.jfree.chart.block.BlockParams p
		org.jfree.chart.entity.EntityCollection result
	public java.awt.image.BufferedImage createBufferedImage (int, int) 
		int width
		int height
	public java.awt.image.BufferedImage createBufferedImage (int, int, org.jfree.chart.ChartRenderingInfo) 
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
	public java.awt.image.BufferedImage createBufferedImage (int, int, int, org.jfree.chart.ChartRenderingInfo) 
		int width
		int height
		int imageType
		org.jfree.chart.ChartRenderingInfo info
		java.awt.image.BufferedImage image
		java.awt.Graphics2D g2
	public java.awt.image.BufferedImage createBufferedImage (int, int, double, double, org.jfree.chart.ChartRenderingInfo) 
		int imageWidth
		int imageHeight
		double drawWidth
		double drawHeight
		org.jfree.chart.ChartRenderingInfo info
		java.awt.image.BufferedImage image
		java.awt.Graphics2D g2
		double scaleX
		double scaleY
		java.awt.geom.AffineTransform st
	public void handleClick (int, int, org.jfree.chart.ChartRenderingInfo) 
		int x
		int y
		org.jfree.chart.ChartRenderingInfo info
	public void addChangeListener (org.jfree.chart.event.ChartChangeListener) 
		org.jfree.chart.event.ChartChangeListener listener
	public void removeChangeListener (org.jfree.chart.event.ChartChangeListener) 
		org.jfree.chart.event.ChartChangeListener listener
	public void fireChartChanged () 
		org.jfree.chart.event.ChartChangeEvent event
	protected void notifyListeners (org.jfree.chart.event.ChartChangeEvent) 
		int i
		Object[] listeners
		org.jfree.chart.event.ChartChangeEvent event
	public void addProgressListener (org.jfree.chart.event.ChartProgressListener) 
		org.jfree.chart.event.ChartProgressListener listener
	public void removeProgressListener (org.jfree.chart.event.ChartProgressListener) 
		org.jfree.chart.event.ChartProgressListener listener
	protected void notifyListeners (org.jfree.chart.event.ChartProgressEvent) 
		int i
		org.jfree.chart.event.ChartProgressEvent event
		Object[] listeners
	public void titleChanged (org.jfree.chart.event.TitleChangeEvent) 
		org.jfree.chart.event.TitleChangeEvent event
	public void plotChanged (org.jfree.chart.event.PlotChangeEvent) 
		org.jfree.chart.event.PlotChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.JFreeChart that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		int i
		java.io.ObjectInputStream stream
	public static void main (java.lang.String[]) 
		String[] args
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.title.Title subtitle
		int i
		org.jfree.chart.JFreeChart chart
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/JFreeChartInfo.class
JFreeChart.java
package org.jfree.chart
 org.jfree.chart.JFreeChartInfo extends org.jfree.ui.about.ProjectInfo {
	public void  () 
		String baseResourceClass
		java.util.ResourceBundle resources
	public java.awt.Image getLogo () 
		javax.swing.ImageIcon temp
		java.net.URL imageURL
		java.awt.Image logo
}

org/jfree/chart/LegendItem.class
LegendItem.java
package org.jfree.chart
public org.jfree.chart.LegendItem extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.general.Dataset dataset
	private Comparable seriesKey
	private int datasetIndex
	private int series
	private String label
	private transient java.text.AttributedString attributedLabel
	private String description
	private String toolTipText
	private String urlText
	private boolean shapeVisible
	private transient java.awt.Shape shape
	private boolean shapeFilled
	private transient java.awt.Paint fillPaint
	private org.jfree.ui.GradientPaintTransformer fillPaintTransformer
	private boolean shapeOutlineVisible
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Stroke outlineStroke
	private boolean lineVisible
	private transient java.awt.Shape line
	private transient java.awt.Stroke lineStroke
	private transient java.awt.Paint linePaint
	private static final java.awt.Shape UNUSED_SHAPE
	private static final java.awt.Stroke UNUSED_STROKE
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.awt.Shape, java.awt.Paint) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint fillPaint
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.awt.Shape, java.awt.Paint, java.awt.Stroke, java.awt.Paint) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint fillPaint
		java.awt.Stroke outlineStroke
		java.awt.Paint outlinePaint
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.awt.Shape, java.awt.Stroke, java.awt.Paint) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape line
		java.awt.Stroke lineStroke
		java.awt.Paint linePaint
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.awt.Shape, boolean, java.awt.Paint, boolean, java.awt.Paint, java.awt.Stroke, boolean, java.awt.Shape, java.awt.Stroke, java.awt.Paint) 
		String label
		String description
		String toolTipText
		String urlText
		boolean shapeVisible
		java.awt.Shape shape
		boolean shapeFilled
		java.awt.Paint fillPaint
		boolean shapeOutlineVisible
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		boolean lineVisible
		java.awt.Shape line
		java.awt.Stroke lineStroke
		java.awt.Paint linePaint
	public void  (java.text.AttributedString, java.lang.String, java.lang.String, java.lang.String, java.awt.Shape, java.awt.Paint) 
		java.text.AttributedString label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint fillPaint
	public void  (java.text.AttributedString, java.lang.String, java.lang.String, java.lang.String, java.awt.Shape, java.awt.Paint, java.awt.Stroke, java.awt.Paint) 
		java.text.AttributedString label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint fillPaint
		java.awt.Stroke outlineStroke
		java.awt.Paint outlinePaint
	public void  (java.text.AttributedString, java.lang.String, java.lang.String, java.lang.String, java.awt.Shape, java.awt.Stroke, java.awt.Paint) 
		java.text.AttributedString label
		String description
		String toolTipText
		String urlText
		java.awt.Shape line
		java.awt.Stroke lineStroke
		java.awt.Paint linePaint
	public void  (java.text.AttributedString, java.lang.String, java.lang.String, java.lang.String, boolean, java.awt.Shape, boolean, java.awt.Paint, boolean, java.awt.Paint, java.awt.Stroke, boolean, java.awt.Shape, java.awt.Stroke, java.awt.Paint) 
		java.text.AttributedString label
		String description
		String toolTipText
		String urlText
		boolean shapeVisible
		java.awt.Shape shape
		boolean shapeFilled
		java.awt.Paint fillPaint
		boolean shapeOutlineVisible
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		boolean lineVisible
		java.awt.Shape line
		java.awt.Stroke lineStroke
		java.awt.Paint linePaint
	private java.lang.String characterIteratorToString (java.text.CharacterIterator) 
		java.text.CharacterIterator iterator
		int endIndex
		int beginIndex
		int count
		char[] chars
		int i
		char c
	public org.jfree.data.general.Dataset getDataset () 
	public void setDataset (org.jfree.data.general.Dataset) 
		org.jfree.data.general.Dataset dataset
	public int getDatasetIndex () 
	public void setDatasetIndex (int) 
		int index
	public java.lang.Comparable getSeriesKey () 
	public void setSeriesKey (java.lang.Comparable) 
		Comparable key
	public int getSeriesIndex () 
	public void setSeriesIndex (int) 
		int index
	public java.lang.String getLabel () 
	public java.text.AttributedString getAttributedLabel () 
	public java.lang.String getDescription () 
	public java.lang.String getToolTipText () 
	public java.lang.String getURLText () 
	public boolean isShapeVisible () 
	public java.awt.Shape getShape () 
	public boolean isShapeFilled () 
	public java.awt.Paint getFillPaint () 
	public boolean isShapeOutlineVisible () 
	public java.awt.Stroke getLineStroke () 
	public java.awt.Paint getLinePaint () 
	public java.awt.Paint getOutlinePaint () 
	public java.awt.Stroke getOutlineStroke () 
	public boolean isLineVisible () 
	public java.awt.Shape getLine () 
	public org.jfree.ui.GradientPaintTransformer getFillPaintTransformer () 
	public void setFillPaintTransformer (org.jfree.ui.GradientPaintTransformer) 
		org.jfree.ui.GradientPaintTransformer transformer
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.LegendItem that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/LegendItemCollection.class
LegendItemCollection.java
package org.jfree.chart
public org.jfree.chart.LegendItemCollection extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List items
	public void  () 
	public void add (org.jfree.chart.LegendItem) 
		org.jfree.chart.LegendItem item
	public void addAll (org.jfree.chart.LegendItemCollection) 
		org.jfree.chart.LegendItemCollection collection
	public org.jfree.chart.LegendItem get (int) 
		int index
	public int getItemCount () 
	public java.util.Iterator iterator () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.LegendItemCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/LegendItemSource.class
LegendItemSource.java
package org.jfree.chart
public abstract org.jfree.chart.LegendItemSource extends java.lang.Object {
	public abstract org.jfree.chart.LegendItemCollection getLegendItems () 
}

org/jfree/chart/LegendRenderingOrder.class
LegendRenderingOrder.java
package org.jfree.chart
public final org.jfree.chart.LegendRenderingOrder extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.LegendRenderingOrder STANDARD
	public static final org.jfree.chart.LegendRenderingOrder REVERSE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.LegendRenderingOrder order
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/LocalizationBundle.properties
org/jfree/chart/LocalizationBundle_de.properties
org/jfree/chart/LocalizationBundle_es.properties
org/jfree/chart/LocalizationBundle_fr.properties
org/jfree/chart/LocalizationBundle_it.properties
org/jfree/chart/LocalizationBundle_nl.properties
org/jfree/chart/LocalizationBundle_pl.properties
org/jfree/chart/LocalizationBundle_pt_BR.properties
org/jfree/chart/LocalizationBundle_pt_PT.properties
org/jfree/chart/LocalizationBundle_ru.properties
org/jfree/chart/LocalizationBundle_zh_CN.properties
org/jfree/chart/LocalizationBundle_zh_TW.properties
org/jfree/chart/PaintMap.class
PaintMap.java
package org.jfree.chart
public org.jfree.chart.PaintMap extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	static final long serialVersionUID
	private transient java.util.Map store
	public void  () 
	public java.awt.Paint getPaint (java.lang.Comparable) 
		Comparable key
	public boolean containsKey (java.lang.Comparable) 
		Comparable key
	public void put (java.lang.Comparable, java.awt.Paint) 
		Comparable key
		java.awt.Paint paint
	public void clear () 
	public boolean equals (java.lang.Object) 
		Comparable key
		java.awt.Paint p1
		java.awt.Paint p2
		Object obj
		org.jfree.chart.PaintMap that
		java.util.Set keys
		java.util.Iterator iterator
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		Comparable key
		java.awt.Paint paint
		java.io.ObjectOutputStream stream
		java.util.Set keys
		java.util.Iterator iterator
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		Comparable key
		java.awt.Paint paint
		int i
		java.io.ObjectInputStream stream
		int keyCount
}

org/jfree/chart/PolarChartPanel.class
PolarChartPanel.java
package org.jfree.chart
public org.jfree.chart.PolarChartPanel extends org.jfree.chart.ChartPanel {
	private static final String POLAR_ZOOM_IN_ACTION_COMMAND
	private static final String POLAR_ZOOM_OUT_ACTION_COMMAND
	private static final String POLAR_AUTO_RANGE_ACTION_COMMAND
	public void  (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	public void  (org.jfree.chart.JFreeChart, boolean) 
		org.jfree.chart.JFreeChart chart
		boolean useBuffer
	public void setChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	protected javax.swing.JPopupMenu createPopupMenu (boolean, boolean, boolean, boolean) 
		javax.swing.JMenuItem zoomIn
		javax.swing.JMenuItem zoomOut
		javax.swing.JMenuItem auto
		boolean properties
		boolean save
		boolean print
		boolean zoom
		javax.swing.JPopupMenu result
		int zoomInIndex
		int zoomOutIndex
		int autoIndex
	public void actionPerformed (java.awt.event.ActionEvent) 
		org.jfree.chart.plot.PolarPlot plot
		org.jfree.chart.plot.PolarPlot plot
		org.jfree.chart.plot.PolarPlot plot
		java.awt.event.ActionEvent event
		String command
	private void checkChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
		org.jfree.chart.plot.Plot plot
	private int getPopupMenuItem (javax.swing.JPopupMenu, java.lang.String) 
		javax.swing.JMenuItem item
		java.awt.Component comp
		int i
		javax.swing.JPopupMenu menu
		String text
		int index
}

org/jfree/chart/StrokeMap.class
StrokeMap.java
package org.jfree.chart
public org.jfree.chart.StrokeMap extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	static final long serialVersionUID
	private transient java.util.Map store
	public void  () 
	public java.awt.Stroke getStroke (java.lang.Comparable) 
		Comparable key
	public boolean containsKey (java.lang.Comparable) 
		Comparable key
	public void put (java.lang.Comparable, java.awt.Stroke) 
		Comparable key
		java.awt.Stroke stroke
	public void clear () 
	public boolean equals (java.lang.Object) 
		Comparable key
		java.awt.Stroke s1
		java.awt.Stroke s2
		Object obj
		org.jfree.chart.StrokeMap that
		java.util.Set keys
		java.util.Iterator iterator
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		Comparable key
		java.awt.Stroke stroke
		java.io.ObjectOutputStream stream
		java.util.Set keys
		java.util.Iterator iterator
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		Comparable key
		java.awt.Stroke stroke
		int i
		java.io.ObjectInputStream stream
		int keyCount
}

org/jfree/chart/annotations/AbstractXYAnnotation.class
AbstractXYAnnotation.java
package org.jfree.chart.annotations
public abstract org.jfree.chart.annotations.AbstractXYAnnotation extends java.lang.Object implements org.jfree.chart.annotations.XYAnnotation  {
	private String toolTipText
	private String url
	protected void  () 
	public java.lang.String getToolTipText () 
	public void setToolTipText (java.lang.String) 
		String text
	public java.lang.String getURL () 
	public void setURL (java.lang.String) 
		String url
	public abstract void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
	protected void addEntity (org.jfree.chart.plot.PlotRenderingInfo, java.awt.Shape, int, java.lang.String, java.lang.String) 
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.Shape hotspot
		int rendererIndex
		String toolTipText
		String urlText
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.chart.entity.XYAnnotationEntity entity
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.AbstractXYAnnotation that
	public int hashCode () 
		int result
}

org/jfree/chart/annotations/CategoryAnnotation.class
CategoryAnnotation.java
package org.jfree.chart.annotations
public abstract org.jfree.chart.annotations.CategoryAnnotation extends java.lang.Object {
	public abstract void draw (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis) 
}

org/jfree/chart/annotations/CategoryLineAnnotation.class
CategoryLineAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.CategoryLineAnnotation extends java.lang.Object implements org.jfree.chart.annotations.CategoryAnnotation java.lang.Cloneable java.io.Serializable  {
	static final long serialVersionUID
	private Comparable category1
	private double value1
	private Comparable category2
	private double value2
	private transient java.awt.Paint paint
	private transient java.awt.Stroke stroke
	public void  (java.lang.Comparable, double, java.lang.Comparable, double, java.awt.Paint, java.awt.Stroke) 
		Comparable category1
		double value1
		Comparable category2
		double value2
		java.awt.Paint paint
		java.awt.Stroke stroke
	public java.lang.Comparable getCategory1 () 
	public void setCategory1 (java.lang.Comparable) 
		Comparable category
	public double getValue1 () 
	public void setValue1 (double) 
		double value
	public java.lang.Comparable getCategory2 () 
	public void setCategory2 (java.lang.Comparable) 
		Comparable category
	public double getValue2 () 
	public void setValue2 (double) 
		double value
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getStroke () 
	public void setStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int catIndex1
		int catIndex2
		int catCount
		double lineX1
		double lineY1
		double lineX2
		double lineY2
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.CategoryLineAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/CategoryPointerAnnotation.class
CategoryPointerAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.CategoryPointerAnnotation extends org.jfree.chart.annotations.CategoryTextAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_TIP_RADIUS
	public static final double DEFAULT_BASE_RADIUS
	public static final double DEFAULT_LABEL_OFFSET
	public static final double DEFAULT_ARROW_LENGTH
	public static final double DEFAULT_ARROW_WIDTH
	private double angle
	private double tipRadius
	private double baseRadius
	private double arrowLength
	private double arrowWidth
	private transient java.awt.Stroke arrowStroke
	private transient java.awt.Paint arrowPaint
	private double labelOffset
	public void  (java.lang.String, java.lang.Comparable, double, double) 
		String label
		Comparable key
		double value
		double angle
	public double getAngle () 
	public void setAngle (double) 
		double angle
	public double getTipRadius () 
	public void setTipRadius (double) 
		double radius
	public double getBaseRadius () 
	public void setBaseRadius (double) 
		double radius
	public double getLabelOffset () 
	public void setLabelOffset (double) 
		double offset
	public double getArrowLength () 
	public void setArrowLength (double) 
		double length
	public double getArrowWidth () 
	public void setArrowWidth (double) 
		double width
	public java.awt.Stroke getArrowStroke () 
	public void setArrowStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getArrowPaint () 
	public void setArrowPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis) 
		double temp
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		org.jfree.data.category.CategoryDataset dataset
		int catIndex
		int catCount
		double j2DX
		double j2DY
		double startX
		double startY
		double endX
		double endY
		double arrowBaseX
		double arrowBaseY
		double arrowLeftX
		double arrowLeftY
		double arrowRightX
		double arrowRightY
		java.awt.geom.GeneralPath arrow
		java.awt.geom.Line2D line
		double labelX
		double labelY
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.CategoryPointerAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/CategoryTextAnnotation.class
CategoryTextAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.CategoryTextAnnotation extends org.jfree.chart.annotations.TextAnnotation implements org.jfree.chart.annotations.CategoryAnnotation java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable category
	private org.jfree.chart.axis.CategoryAnchor categoryAnchor
	private double value
	public void  (java.lang.String, java.lang.Comparable, double) 
		String text
		Comparable category
		double value
	public java.lang.Comparable getCategory () 
	public void setCategory (java.lang.Comparable) 
		Comparable category
	public org.jfree.chart.axis.CategoryAnchor getCategoryAnchor () 
	public void setCategoryAnchor (org.jfree.chart.axis.CategoryAnchor) 
		org.jfree.chart.axis.CategoryAnchor anchor
	public double getValue () 
	public void setValue (double) 
		double value
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int catIndex
		int catCount
		float anchorX
		float anchorY
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.CategoryTextAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/annotations/TextAnnotation.class
TextAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.TextAnnotation extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Font DEFAULT_FONT
	public static final java.awt.Paint DEFAULT_PAINT
	public static final org.jfree.ui.TextAnchor DEFAULT_TEXT_ANCHOR
	public static final org.jfree.ui.TextAnchor DEFAULT_ROTATION_ANCHOR
	public static final double DEFAULT_ROTATION_ANGLE
	private String text
	private java.awt.Font font
	private transient java.awt.Paint paint
	private org.jfree.ui.TextAnchor textAnchor
	private org.jfree.ui.TextAnchor rotationAnchor
	private double rotationAngle
	protected void  (java.lang.String) 
		String text
	public java.lang.String getText () 
	public void setText (java.lang.String) 
		String text
	public java.awt.Font getFont () 
	public void setFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.TextAnchor getTextAnchor () 
	public void setTextAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public org.jfree.ui.TextAnchor getRotationAnchor () 
	public void setRotationAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public double getRotationAngle () 
	public void setRotationAngle (double) 
		double angle
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.TextAnnotation that
	public int hashCode () 
		int result
		long temp
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/annotations/XYAnnotation.class
XYAnnotation.java
package org.jfree.chart.annotations
public abstract org.jfree.chart.annotations.XYAnnotation extends java.lang.Object {
	public abstract void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
}

org/jfree/chart/annotations/XYBoxAnnotation.class
XYBoxAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYBoxAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double x0
	private double y0
	private double x1
	private double y1
	private transient java.awt.Stroke stroke
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Paint fillPaint
	public void  (double, double, double, double) 
		double x0
		double y0
		double x1
		double y1
	public void  (double, double, double, double, java.awt.Stroke, java.awt.Paint) 
		double x0
		double y0
		double x1
		double y1
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
	public void  (double, double, double, double, java.awt.Stroke, java.awt.Paint, java.awt.Paint) 
		double x0
		double y0
		double x1
		double y1
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Paint fillPaint
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		double transX0
		double transY0
		double transX1
		double transY1
		java.awt.geom.Rectangle2D box
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYBoxAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/XYDrawableAnnotation.class
XYDrawableAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYDrawableAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double x
	private double y
	private double width
	private double height
	private org.jfree.ui.Drawable drawable
	public void  (double, double, double, double, org.jfree.ui.Drawable) 
		double x
		double y
		double width
		double height
		org.jfree.ui.Drawable drawable
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		float j2DX
		float j2DY
		java.awt.geom.Rectangle2D area
		String toolTip
		String url
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYDrawableAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/annotations/XYImageAnnotation.class
XYImageAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYImageAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double x
	private double y
	private transient java.awt.Image image
	private org.jfree.ui.RectangleAnchor anchor
	public void  (double, double, java.awt.Image) 
		double x
		double y
		java.awt.Image image
	public void  (double, double, java.awt.Image, org.jfree.ui.RectangleAnchor) 
		double x
		double y
		java.awt.Image image
		org.jfree.ui.RectangleAnchor anchor
	public double getX () 
	public double getY () 
	public java.awt.Image getImage () 
	public org.jfree.ui.RectangleAnchor getImageAnchor () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.axis.AxisLocation domainAxisLocation
		org.jfree.chart.axis.AxisLocation rangeAxisLocation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		float j2DX
		float j2DY
		float xx
		float yy
		int w
		int h
		java.awt.geom.Rectangle2D imageRect
		java.awt.geom.Point2D anchorPoint
		String toolTip
		String url
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYImageAnnotation that
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/XYLineAnnotation.class
XYLineAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYLineAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double x1
	private double y1
	private double x2
	private double y2
	private transient java.awt.Stroke stroke
	private transient java.awt.Paint paint
	public void  (double, double, double, double) 
		double x1
		double y1
		double x2
		double y2
	public void  (double, double, double, double, java.awt.Stroke, java.awt.Paint) 
		double x1
		double y1
		double x2
		double y2
		java.awt.Stroke stroke
		java.awt.Paint paint
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		float j2DX1
		float j2DX2
		float j2DY1
		float j2DY2
		java.awt.geom.Line2D line
		String toolTip
		String url
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYLineAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/XYPointerAnnotation.class
XYPointerAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYPointerAnnotation extends org.jfree.chart.annotations.XYTextAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_TIP_RADIUS
	public static final double DEFAULT_BASE_RADIUS
	public static final double DEFAULT_LABEL_OFFSET
	public static final double DEFAULT_ARROW_LENGTH
	public static final double DEFAULT_ARROW_WIDTH
	private double angle
	private double tipRadius
	private double baseRadius
	private double arrowLength
	private double arrowWidth
	private transient java.awt.Stroke arrowStroke
	private transient java.awt.Paint arrowPaint
	private double labelOffset
	public void  (java.lang.String, double, double, double) 
		String label
		double x
		double y
		double angle
	public double getAngle () 
	public void setAngle (double) 
		double angle
	public double getTipRadius () 
	public void setTipRadius (double) 
		double radius
	public double getBaseRadius () 
	public void setBaseRadius (double) 
		double radius
	public double getLabelOffset () 
	public void setLabelOffset (double) 
		double offset
	public double getArrowLength () 
	public void setArrowLength (double) 
		double length
	public double getArrowWidth () 
	public void setArrowWidth (double) 
		double width
	public java.awt.Stroke getArrowStroke () 
	public void setArrowStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getArrowPaint () 
	public void setArrowPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		double temp
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		double j2DX
		double j2DY
		double startX
		double startY
		double endX
		double endY
		double arrowBaseX
		double arrowBaseY
		double arrowLeftX
		double arrowLeftY
		double arrowRightX
		double arrowRightY
		java.awt.geom.GeneralPath arrow
		java.awt.geom.Line2D line
		double labelX
		double labelY
		java.awt.geom.Rectangle2D hotspot
		String toolTip
		String url
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYPointerAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/XYPolygonAnnotation.class
XYPolygonAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYPolygonAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double[] polygon
	private transient java.awt.Stroke stroke
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Paint fillPaint
	public void  (double[]) 
		double[] polygon
	public void  (double[], java.awt.Stroke, java.awt.Paint) 
		double[] polygon
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
	public void  (double[], java.awt.Stroke, java.awt.Paint, java.awt.Paint) 
		double[] polygon
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Paint fillPaint
	public double[] getPolygonCoordinates () 
	public java.awt.Paint getFillPaint () 
	public java.awt.Stroke getOutlineStroke () 
	public java.awt.Paint getOutlinePaint () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		int i
		int i
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		java.awt.geom.GeneralPath area
		double x
		double y
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYPolygonAnnotation that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/XYShapeAnnotation.class
XYShapeAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYShapeAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Shape shape
	private transient java.awt.Stroke stroke
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Paint fillPaint
	public void  (java.awt.Shape) 
		java.awt.Shape shape
	public void  (java.awt.Shape, java.awt.Stroke, java.awt.Paint) 
		java.awt.Shape shape
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
	public void  (java.awt.Shape, java.awt.Stroke, java.awt.Paint, java.awt.Paint) 
		java.awt.Shape shape
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Paint fillPaint
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.geom.AffineTransform t1
		java.awt.geom.AffineTransform t2
		java.awt.geom.AffineTransform t
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		java.awt.geom.Rectangle2D bounds
		double x0
		double x1
		double xx0
		double xx1
		double m00
		double m02
		double y0
		double y1
		double yy0
		double yy1
		double m11
		double m12
		java.awt.Shape s
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYShapeAnnotation that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/annotations/XYTextAnnotation.class
XYTextAnnotation.java
package org.jfree.chart.annotations
public org.jfree.chart.annotations.XYTextAnnotation extends org.jfree.chart.annotations.AbstractXYAnnotation implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Font DEFAULT_FONT
	public static final java.awt.Paint DEFAULT_PAINT
	public static final org.jfree.ui.TextAnchor DEFAULT_TEXT_ANCHOR
	public static final org.jfree.ui.TextAnchor DEFAULT_ROTATION_ANCHOR
	public static final double DEFAULT_ROTATION_ANGLE
	private String text
	private java.awt.Font font
	private transient java.awt.Paint paint
	private double x
	private double y
	private org.jfree.ui.TextAnchor textAnchor
	private org.jfree.ui.TextAnchor rotationAnchor
	private double rotationAngle
	public void  (java.lang.String, double, double) 
		String text
		double x
		double y
	public java.lang.String getText () 
	public void setText (java.lang.String) 
		String text
	public java.awt.Font getFont () 
	public void setFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.TextAnchor getTextAnchor () 
	public void setTextAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public org.jfree.ui.TextAnchor getRotationAnchor () 
	public void setRotationAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public double getRotationAngle () 
	public void setRotationAngle (double) 
		double angle
	public double getX () 
	public void setX (double) 
		double x
	public double getY () 
	public void setY (double) 
		double y
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, int, org.jfree.chart.plot.PlotRenderingInfo) 
		float tempAnchor
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge domainEdge
		org.jfree.ui.RectangleEdge rangeEdge
		float anchorX
		float anchorY
		java.awt.Shape hotspot
		String toolTip
		String url
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.annotations.XYTextAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/axis/Axis.class
Axis.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.Axis extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final boolean DEFAULT_AXIS_VISIBLE
	public static final java.awt.Font DEFAULT_AXIS_LABEL_FONT
	public static final java.awt.Paint DEFAULT_AXIS_LABEL_PAINT
	public static final org.jfree.ui.RectangleInsets DEFAULT_AXIS_LABEL_INSETS
	public static final java.awt.Paint DEFAULT_AXIS_LINE_PAINT
	public static final java.awt.Stroke DEFAULT_AXIS_LINE_STROKE
	public static final boolean DEFAULT_TICK_LABELS_VISIBLE
	public static final java.awt.Font DEFAULT_TICK_LABEL_FONT
	public static final java.awt.Paint DEFAULT_TICK_LABEL_PAINT
	public static final org.jfree.ui.RectangleInsets DEFAULT_TICK_LABEL_INSETS
	public static final boolean DEFAULT_TICK_MARKS_VISIBLE
	public static final java.awt.Stroke DEFAULT_TICK_MARK_STROKE
	public static final java.awt.Paint DEFAULT_TICK_MARK_PAINT
	public static final float DEFAULT_TICK_MARK_INSIDE_LENGTH
	public static final float DEFAULT_TICK_MARK_OUTSIDE_LENGTH
	private boolean visible
	private String label
	private java.awt.Font labelFont
	private transient java.awt.Paint labelPaint
	private org.jfree.ui.RectangleInsets labelInsets
	private double labelAngle
	private boolean axisLineVisible
	private transient java.awt.Stroke axisLineStroke
	private transient java.awt.Paint axisLinePaint
	private boolean tickLabelsVisible
	private java.awt.Font tickLabelFont
	private transient java.awt.Paint tickLabelPaint
	private org.jfree.ui.RectangleInsets tickLabelInsets
	private boolean tickMarksVisible
	private float tickMarkInsideLength
	private float tickMarkOutsideLength
	private transient java.awt.Stroke tickMarkStroke
	private transient java.awt.Paint tickMarkPaint
	private double fixedDimension
	private transient org.jfree.chart.plot.Plot plot
	private transient javax.swing.event.EventListenerList listenerList
	static Class class$org$jfree$chart$event$AxisChangeListener
	protected void  (java.lang.String) 
		String label
	public boolean isVisible () 
	public void setVisible (boolean) 
		boolean flag
	public java.lang.String getLabel () 
	public void setLabel (java.lang.String) 
		String label
		String existing
	public java.awt.Font getLabelFont () 
	public void setLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getLabelPaint () 
	public void setLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getLabelInsets () 
	public void setLabelInsets (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets insets
	public double getLabelAngle () 
	public void setLabelAngle (double) 
		double angle
	public boolean isAxisLineVisible () 
	public void setAxisLineVisible (boolean) 
		boolean visible
	public java.awt.Paint getAxisLinePaint () 
	public void setAxisLinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getAxisLineStroke () 
	public void setAxisLineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public boolean isTickLabelsVisible () 
	public void setTickLabelsVisible (boolean) 
		boolean flag
	public java.awt.Font getTickLabelFont () 
	public void setTickLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getTickLabelPaint () 
	public void setTickLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getTickLabelInsets () 
	public void setTickLabelInsets (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets insets
	public boolean isTickMarksVisible () 
	public void setTickMarksVisible (boolean) 
		boolean flag
	public float getTickMarkInsideLength () 
	public void setTickMarkInsideLength (float) 
		float length
	public float getTickMarkOutsideLength () 
	public void setTickMarkOutsideLength (float) 
		float length
	public java.awt.Stroke getTickMarkStroke () 
	public void setTickMarkStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getTickMarkPaint () 
	public void setTickMarkPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.plot.Plot getPlot () 
	public void setPlot (org.jfree.chart.plot.Plot) 
		org.jfree.chart.plot.Plot plot
	public double getFixedDimension () 
	public void setFixedDimension (double) 
		double dimension
	public abstract void configure () 
	public abstract org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
	public abstract org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
	public abstract java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
	public void addChangeListener (org.jfree.chart.event.AxisChangeListener) 
		org.jfree.chart.event.AxisChangeListener listener
	public void removeChangeListener (org.jfree.chart.event.AxisChangeListener) 
		org.jfree.chart.event.AxisChangeListener listener
	public boolean hasListener (java.util.EventListener) 
		java.util.EventListener listener
		java.util.List list
	protected void notifyListeners (org.jfree.chart.event.AxisChangeEvent) 
		int i
		org.jfree.chart.event.AxisChangeEvent event
		Object[] listeners
	protected java.awt.geom.Rectangle2D getLabelEnclosure (java.awt.Graphics2D, org.jfree.ui.RectangleEdge) 
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D bounds
		org.jfree.ui.RectangleInsets insets
		double angle
		double x
		double y
		java.awt.geom.AffineTransform transformer
		java.awt.Shape labelBounds
		java.awt.Graphics2D g2
		org.jfree.ui.RectangleEdge edge
		java.awt.geom.Rectangle2D result
		String axisLabel
	protected org.jfree.chart.axis.AxisState drawLabel (java.lang.String, java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisState) 
		java.awt.geom.AffineTransform t
		java.awt.Shape rotatedLabelBounds
		double labelx
		double labely
		java.awt.geom.AffineTransform t
		java.awt.Shape rotatedLabelBounds
		double labelx
		double labely
		java.awt.geom.AffineTransform t
		java.awt.Shape rotatedLabelBounds
		double labelx
		double labely
		java.awt.geom.AffineTransform t
		java.awt.Shape rotatedLabelBounds
		double labelx
		double labely
		String label
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisState state
		java.awt.Font font
		org.jfree.ui.RectangleInsets insets
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D labelBounds
	protected void drawAxisLine (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.awt.geom.Line2D axisLine
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.Axis clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.Axis that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/axis/AxisCollection.class
AxisCollection.java
package org.jfree.chart.axis
public org.jfree.chart.axis.AxisCollection extends java.lang.Object {
	private java.util.List axesAtTop
	private java.util.List axesAtBottom
	private java.util.List axesAtLeft
	private java.util.List axesAtRight
	public void  () 
	public java.util.List getAxesAtTop () 
	public java.util.List getAxesAtBottom () 
	public java.util.List getAxesAtLeft () 
	public java.util.List getAxesAtRight () 
	public void add (org.jfree.chart.axis.Axis, org.jfree.ui.RectangleEdge) 
		org.jfree.chart.axis.Axis axis
		org.jfree.ui.RectangleEdge edge
}

org/jfree/chart/axis/AxisLocation.class
AxisLocation.java
package org.jfree.chart.axis
public final org.jfree.chart.axis.AxisLocation extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.axis.AxisLocation TOP_OR_LEFT
	public static final org.jfree.chart.axis.AxisLocation TOP_OR_RIGHT
	public static final org.jfree.chart.axis.AxisLocation BOTTOM_OR_LEFT
	public static final org.jfree.chart.axis.AxisLocation BOTTOM_OR_RIGHT
	private String name
	private void  (java.lang.String) 
		String name
	public org.jfree.chart.axis.AxisLocation getOpposite () 
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.AxisLocation location
	public static org.jfree.chart.axis.AxisLocation getOpposite (org.jfree.chart.axis.AxisLocation) 
		org.jfree.chart.axis.AxisLocation location
		org.jfree.chart.axis.AxisLocation result
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/axis/AxisSpace.class
AxisSpace.java
package org.jfree.chart.axis
public org.jfree.chart.axis.AxisSpace extends java.lang.Object implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double top
	private double bottom
	private double left
	private double right
	public void  () 
	public double getTop () 
	public void setTop (double) 
		double space
	public double getBottom () 
	public void setBottom (double) 
		double space
	public double getLeft () 
	public void setLeft (double) 
		double space
	public double getRight () 
	public void setRight (double) 
		double space
	public void add (double, org.jfree.ui.RectangleEdge) 
		double space
		org.jfree.ui.RectangleEdge edge
	public void ensureAtLeast (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisSpace space
	public void ensureAtLeast (double, org.jfree.ui.RectangleEdge) 
		double space
		org.jfree.ui.RectangleEdge edge
	public java.awt.geom.Rectangle2D shrink (java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
		java.awt.geom.Rectangle2D result
	public java.awt.geom.Rectangle2D expand (java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
		java.awt.geom.Rectangle2D result
	public java.awt.geom.Rectangle2D reserved (java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		java.awt.geom.Rectangle2D result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.AxisSpace that
	public int hashCode () 
		int result
		long l
	public java.lang.String toString () 
}

org/jfree/chart/axis/AxisState.class
AxisState.java
package org.jfree.chart.axis
public org.jfree.chart.axis.AxisState extends java.lang.Object {
	private double cursor
	private java.util.List ticks
	private double max
	public void  () 
	public void  (double) 
		double cursor
	public double getCursor () 
	public void setCursor (double) 
		double cursor
	public void moveCursor (double, org.jfree.ui.RectangleEdge) 
		double units
		org.jfree.ui.RectangleEdge edge
	public void cursorUp (double) 
		double units
	public void cursorDown (double) 
		double units
	public void cursorLeft (double) 
		double units
	public void cursorRight (double) 
		double units
	public java.util.List getTicks () 
	public void setTicks (java.util.List) 
		java.util.List ticks
	public double getMax () 
	public void setMax (double) 
		double max
}

org/jfree/chart/axis/CategoryAnchor.class
CategoryAnchor.java
package org.jfree.chart.axis
public final org.jfree.chart.axis.CategoryAnchor extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.axis.CategoryAnchor START
	public static final org.jfree.chart.axis.CategoryAnchor MIDDLE
	public static final org.jfree.chart.axis.CategoryAnchor END
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.CategoryAnchor position
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/axis/CategoryAxis.class
CategoryAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CategoryAxis extends org.jfree.chart.axis.Axis implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_AXIS_MARGIN
	public static final double DEFAULT_CATEGORY_MARGIN
	private double lowerMargin
	private double upperMargin
	private double categoryMargin
	private int maximumCategoryLabelLines
	private float maximumCategoryLabelWidthRatio
	private int categoryLabelPositionOffset
	private org.jfree.chart.axis.CategoryLabelPositions categoryLabelPositions
	private java.util.Map tickLabelFontMap
	private transient java.util.Map tickLabelPaintMap
	private java.util.Map categoryLabelToolTips
	public void  () 
	public void  (java.lang.String) 
		String label
	public double getLowerMargin () 
	public void setLowerMargin (double) 
		double margin
	public double getUpperMargin () 
	public void setUpperMargin (double) 
		double margin
	public double getCategoryMargin () 
	public void setCategoryMargin (double) 
		double margin
	public int getMaximumCategoryLabelLines () 
	public void setMaximumCategoryLabelLines (int) 
		int lines
	public float getMaximumCategoryLabelWidthRatio () 
	public void setMaximumCategoryLabelWidthRatio (float) 
		float ratio
	public int getCategoryLabelPositionOffset () 
	public void setCategoryLabelPositionOffset (int) 
		int offset
	public org.jfree.chart.axis.CategoryLabelPositions getCategoryLabelPositions () 
	public void setCategoryLabelPositions (org.jfree.chart.axis.CategoryLabelPositions) 
		org.jfree.chart.axis.CategoryLabelPositions positions
	public java.awt.Font getTickLabelFont (java.lang.Comparable) 
		Comparable category
		java.awt.Font result
	public void setTickLabelFont (java.lang.Comparable, java.awt.Font) 
		Comparable category
		java.awt.Font font
	public java.awt.Paint getTickLabelPaint (java.lang.Comparable) 
		Comparable category
		java.awt.Paint result
	public void setTickLabelPaint (java.lang.Comparable, java.awt.Paint) 
		Comparable category
		java.awt.Paint paint
	public void addCategoryLabelToolTip (java.lang.Comparable, java.lang.String) 
		Comparable category
		String tooltip
	public java.lang.String getCategoryLabelToolTip (java.lang.Comparable) 
		Comparable category
	public void removeCategoryLabelToolTip (java.lang.Comparable) 
		Comparable category
	public void clearCategoryLabelToolTips () 
	public double getCategoryJava2DCoordinate (org.jfree.chart.axis.CategoryAnchor, int, int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		org.jfree.chart.axis.CategoryAnchor anchor
		int category
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
	public double getCategoryStart (int, int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		int category
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		double categorySize
		double categoryGapWidth
	public double getCategoryMiddle (int, int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		int category
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
	public double getCategoryEnd (int, int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		int category
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
	public double getCategorySeriesMiddle (java.lang.Comparable, java.lang.Comparable, org.jfree.data.category.CategoryDataset, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double gap
		double ww
		Comparable category
		Comparable seriesKey
		org.jfree.data.category.CategoryDataset dataset
		double itemMargin
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		int categoryIndex
		int categoryCount
		int seriesIndex
		int seriesCount
		double start
		double end
		double width
	protected double calculateCategorySize (int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		double available
	protected double calculateCategoryGapSize (int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		double available
	public org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisState state
		java.awt.Graphics2D g2
		org.jfree.chart.plot.Plot plot
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisSpace space
		double tickLabelHeight
		double tickLabelWidth
		java.awt.geom.Rectangle2D labelEnclosure
		double labelHeight
		double labelWidth
	public void configure () 
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState state
	protected org.jfree.chart.axis.AxisState drawCategoryLabels (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisState, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisState state
		org.jfree.chart.plot.PlotRenderingInfo plotState
	protected org.jfree.chart.axis.AxisState drawCategoryLabels (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisState, org.jfree.chart.plot.PlotRenderingInfo) 
		String tooltip
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.chart.axis.CategoryTick tick
		org.jfree.chart.axis.CategoryLabelPosition position
		double x0
		double x1
		double y0
		double y1
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchorPoint
		org.jfree.text.TextBlock block
		java.awt.Shape bounds
		double h
		double h
		double w
		double w
		java.util.List ticks
		int categoryIndex
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisState state
		org.jfree.chart.plot.PlotRenderingInfo plotState
	public java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		Comparable category
		org.jfree.text.TextBlock label
		org.jfree.chart.axis.Tick tick
		org.jfree.chart.axis.CategoryLabelPosition position
		float r
		float l
		int categoryIndex
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		org.jfree.chart.plot.CategoryPlot plot
		java.util.List categories
		double max
	protected org.jfree.text.TextBlock createLabel (java.lang.Comparable, float, org.jfree.ui.RectangleEdge, java.awt.Graphics2D) 
		Comparable category
		float width
		org.jfree.ui.RectangleEdge edge
		java.awt.Graphics2D g2
		org.jfree.text.TextBlock label
	protected double calculateTextBlockWidth (org.jfree.text.TextBlock, org.jfree.chart.axis.CategoryLabelPosition, java.awt.Graphics2D) 
		org.jfree.text.TextBlock block
		org.jfree.chart.axis.CategoryLabelPosition position
		java.awt.Graphics2D g2
		org.jfree.ui.RectangleInsets insets
		org.jfree.ui.Size2D size
		java.awt.geom.Rectangle2D box
		java.awt.Shape rotatedBox
		double w
	protected double calculateTextBlockHeight (org.jfree.text.TextBlock, org.jfree.chart.axis.CategoryLabelPosition, java.awt.Graphics2D) 
		org.jfree.text.TextBlock block
		org.jfree.chart.axis.CategoryLabelPosition position
		java.awt.Graphics2D g2
		org.jfree.ui.RectangleInsets insets
		org.jfree.ui.Size2D size
		java.awt.geom.Rectangle2D box
		java.awt.Shape rotatedBox
		double h
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.CategoryAxis clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.CategoryAxis that
	public int hashCode () 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private java.util.Map readPaintMap (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		Comparable category
		java.awt.Paint paint
		int i
		java.io.ObjectInputStream in
		boolean isNull
		java.util.Map result
		int count
	private void writePaintMap (java.util.Map, java.io.ObjectOutputStream)  throws java.io.IOException 
		Comparable key
		java.util.Set keys
		int count
		java.util.Iterator iterator
		java.util.Map map
		java.io.ObjectOutputStream out
	private boolean equalPaintMaps (java.util.Map, java.util.Map) 
		java.util.Map$Entry entry
		java.awt.Paint p1
		java.awt.Paint p2
		java.util.Map map1
		java.util.Map map2
		java.util.Set entries
		java.util.Iterator iterator
}

org/jfree/chart/axis/CategoryAxis3D.class
CategoryAxis3D.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CategoryAxis3D extends org.jfree.chart.axis.CategoryAxis implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void  (java.lang.String) 
		String label
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.Effect3D e3D
		double adjustedX
		double adjustedY
		double adjustedW
		double adjustedH
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D adjustedDataArea
		org.jfree.chart.axis.AxisState state
	public double getCategoryJava2DCoordinate (org.jfree.chart.axis.CategoryAnchor, int, int, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		org.jfree.chart.Effect3D e3D
		double adjustedX
		double adjustedY
		double adjustedW
		double adjustedH
		org.jfree.chart.axis.CategoryAnchor anchor
		int category
		int categoryCount
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		java.awt.geom.Rectangle2D adjustedArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/axis/CategoryLabelPosition.class
CategoryLabelPosition.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CategoryLabelPosition extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.ui.RectangleAnchor categoryAnchor
	private org.jfree.text.TextBlockAnchor labelAnchor
	private org.jfree.ui.TextAnchor rotationAnchor
	private double angle
	private org.jfree.chart.axis.CategoryLabelWidthType widthType
	private float widthRatio
	public void  () 
	public void  (org.jfree.ui.RectangleAnchor, org.jfree.text.TextBlockAnchor) 
		org.jfree.ui.RectangleAnchor categoryAnchor
		org.jfree.text.TextBlockAnchor labelAnchor
	public void  (org.jfree.ui.RectangleAnchor, org.jfree.text.TextBlockAnchor, org.jfree.chart.axis.CategoryLabelWidthType, float) 
		org.jfree.ui.RectangleAnchor categoryAnchor
		org.jfree.text.TextBlockAnchor labelAnchor
		org.jfree.chart.axis.CategoryLabelWidthType widthType
		float widthRatio
	public void  (org.jfree.ui.RectangleAnchor, org.jfree.text.TextBlockAnchor, org.jfree.ui.TextAnchor, double, org.jfree.chart.axis.CategoryLabelWidthType, float) 
		org.jfree.ui.RectangleAnchor categoryAnchor
		org.jfree.text.TextBlockAnchor labelAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.CategoryLabelWidthType widthType
		float widthRatio
	public org.jfree.ui.RectangleAnchor getCategoryAnchor () 
	public org.jfree.text.TextBlockAnchor getLabelAnchor () 
	public org.jfree.ui.TextAnchor getRotationAnchor () 
	public double getAngle () 
	public org.jfree.chart.axis.CategoryLabelWidthType getWidthType () 
	public float getWidthRatio () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.CategoryLabelPosition that
	public int hashCode () 
		int result
}

org/jfree/chart/axis/CategoryLabelPositions.class
CategoryLabelPositions.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CategoryLabelPositions extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.axis.CategoryLabelPositions STANDARD
	public static final org.jfree.chart.axis.CategoryLabelPositions UP_90
	public static final org.jfree.chart.axis.CategoryLabelPositions DOWN_90
	public static final org.jfree.chart.axis.CategoryLabelPositions UP_45
	public static final org.jfree.chart.axis.CategoryLabelPositions DOWN_45
	private org.jfree.chart.axis.CategoryLabelPosition positionForAxisAtTop
	private org.jfree.chart.axis.CategoryLabelPosition positionForAxisAtBottom
	private org.jfree.chart.axis.CategoryLabelPosition positionForAxisAtLeft
	private org.jfree.chart.axis.CategoryLabelPosition positionForAxisAtRight
	public static org.jfree.chart.axis.CategoryLabelPositions createUpRotationLabelPositions (double) 
		double angle
	public static org.jfree.chart.axis.CategoryLabelPositions createDownRotationLabelPositions (double) 
		double angle
	public void  () 
	public void  (org.jfree.chart.axis.CategoryLabelPosition, org.jfree.chart.axis.CategoryLabelPosition, org.jfree.chart.axis.CategoryLabelPosition, org.jfree.chart.axis.CategoryLabelPosition) 
		org.jfree.chart.axis.CategoryLabelPosition top
		org.jfree.chart.axis.CategoryLabelPosition bottom
		org.jfree.chart.axis.CategoryLabelPosition left
		org.jfree.chart.axis.CategoryLabelPosition right
	public org.jfree.chart.axis.CategoryLabelPosition getLabelPosition (org.jfree.ui.RectangleEdge) 
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.CategoryLabelPosition result
	public static org.jfree.chart.axis.CategoryLabelPositions replaceTopPosition (org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition) 
		org.jfree.chart.axis.CategoryLabelPositions base
		org.jfree.chart.axis.CategoryLabelPosition top
	public static org.jfree.chart.axis.CategoryLabelPositions replaceBottomPosition (org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition) 
		org.jfree.chart.axis.CategoryLabelPositions base
		org.jfree.chart.axis.CategoryLabelPosition bottom
	public static org.jfree.chart.axis.CategoryLabelPositions replaceLeftPosition (org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition) 
		org.jfree.chart.axis.CategoryLabelPositions base
		org.jfree.chart.axis.CategoryLabelPosition left
	public static org.jfree.chart.axis.CategoryLabelPositions replaceRightPosition (org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition) 
		org.jfree.chart.axis.CategoryLabelPositions base
		org.jfree.chart.axis.CategoryLabelPosition right
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.CategoryLabelPositions that
	public int hashCode () 
		int result
	static void  () 
}

org/jfree/chart/axis/CategoryLabelWidthType.class
CategoryLabelWidthType.java
package org.jfree.chart.axis
public final org.jfree.chart.axis.CategoryLabelWidthType extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.axis.CategoryLabelWidthType CATEGORY
	public static final org.jfree.chart.axis.CategoryLabelWidthType RANGE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.CategoryLabelWidthType t
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/axis/CategoryTick.class
CategoryTick.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CategoryTick extends org.jfree.chart.axis.Tick {
	private Comparable category
	private org.jfree.text.TextBlock label
	private org.jfree.text.TextBlockAnchor labelAnchor
	public void  (java.lang.Comparable, org.jfree.text.TextBlock, org.jfree.text.TextBlockAnchor, org.jfree.ui.TextAnchor, double) 
		Comparable category
		org.jfree.text.TextBlock label
		org.jfree.text.TextBlockAnchor labelAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public java.lang.Comparable getCategory () 
	public org.jfree.text.TextBlock getLabel () 
	public org.jfree.text.TextBlockAnchor getLabelAnchor () 
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.CategoryTick that
		Object obj
	public int hashCode () 
		int result
}

org/jfree/chart/axis/ColorBar.class
ColorBar.java
package org.jfree.chart.axis
public org.jfree.chart.axis.ColorBar extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int DEFAULT_COLORBAR_THICKNESS
	public static final double DEFAULT_COLORBAR_THICKNESS_PERCENT
	public static final int DEFAULT_OUTERGAP
	private org.jfree.chart.axis.ValueAxis axis
	private int colorBarThickness
	private double colorBarThicknessPercent
	private org.jfree.chart.plot.ColorPalette colorPalette
	private int colorBarLength
	private int outerGap
	public void  (java.lang.String) 
		String label
		org.jfree.chart.axis.NumberAxis a
	public void configure (org.jfree.chart.plot.ContourPlot) 
		org.jfree.chart.plot.ContourPlot plot
		double minZ
		double maxZ
	public org.jfree.chart.axis.ValueAxis getAxis () 
	public void setAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public void autoAdjustRange () 
	public double draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D reservedArea
		org.jfree.ui.RectangleEdge edge
		java.awt.geom.Rectangle2D colorBarArea
		double thickness
		double length
		org.jfree.chart.axis.AxisState state
	public void drawColorBar (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double value
		double y1
		double y2
		double xx
		java.awt.geom.Line2D line
		double value
		double y1
		double y2
		double xx
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D colorBarArea
		org.jfree.ui.RectangleEdge edge
		Object antiAlias
		java.awt.Stroke strokeSaved
	public org.jfree.chart.plot.ColorPalette getColorPalette () 
	public java.awt.Paint getPaint (double) 
		double value
	public void setColorPalette (org.jfree.chart.plot.ColorPalette) 
		org.jfree.chart.plot.ColorPalette palette
	public void setMaximumValue (double) 
		double value
	public void setMinimumValue (double) 
		double value
	public org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.Plot plot
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisSpace space
		org.jfree.chart.axis.AxisSpace result
		double thickness
	private double calculateBarThickness (java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		double result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.ColorBar clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.ColorBar that
	public int hashCode () 
}

org/jfree/chart/axis/CompassFormat.class
CompassFormat.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CompassFormat extends java.text.NumberFormat {
	private static final String N
	private static final String E
	private static final String S
	private static final String W
	public static final String[] DIRECTIONS
	public void  () 
	public java.lang.String getDirectionCode (double) 
		double direction
		int index
	public java.lang.StringBuffer format (double, java.lang.StringBuffer, java.text.FieldPosition) 
		double number
		StringBuffer toAppendTo
		java.text.FieldPosition pos
	public java.lang.StringBuffer format (long, java.lang.StringBuffer, java.text.FieldPosition) 
		long number
		StringBuffer toAppendTo
		java.text.FieldPosition pos
	public java.lang.Number parse (java.lang.String, java.text.ParsePosition) 
		String source
		java.text.ParsePosition parsePosition
	static void  () 
}

org/jfree/chart/axis/CyclicNumberAxis$CycleBoundTick.class
CyclicNumberAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CyclicNumberAxis$CycleBoundTick extends org.jfree.chart.axis.NumberTick {
	public boolean mapToLastCycle
	public void  (boolean, java.lang.Number, java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		boolean mapToLastCycle
		Number number
		String label
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
}

org/jfree/chart/axis/CyclicNumberAxis.class
CyclicNumberAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.CyclicNumberAxis extends org.jfree.chart.axis.NumberAxis {
	static final long serialVersionUID
	public static java.awt.Stroke DEFAULT_ADVANCE_LINE_STROKE
	public static final java.awt.Paint DEFAULT_ADVANCE_LINE_PAINT
	protected double offset
	protected double period
	protected boolean boundMappedToLastCycle
	protected boolean advanceLineVisible
	protected transient java.awt.Stroke advanceLineStroke
	protected transient java.awt.Paint advanceLinePaint
	private transient boolean internalMarkerWhenTicksOverlap
	private transient org.jfree.chart.axis.Tick internalMarkerCycleBoundTick
	public void  (double) 
		double period
	public void  (double, double) 
		double period
		double offset
	public void  (double, java.lang.String) 
		double period
		String label
	public void  (double, double, java.lang.String) 
		double period
		double offset
		String label
	public boolean isAdvanceLineVisible () 
	public void setAdvanceLineVisible (boolean) 
		boolean visible
	public java.awt.Paint getAdvanceLinePaint () 
	public void setAdvanceLinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getAdvanceLineStroke () 
	public void setAdvanceLineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public boolean isBoundMappedToLastCycle () 
	public void setBoundMappedToLastCycle (boolean) 
		boolean boundMappedToLastCycle
	protected void selectHorizontalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D drawArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double tickLabelWidth
		double n
	protected void selectVerticalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D drawArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double tickLabelWidth
		double n
	protected float[] calculateAnchorPoint (org.jfree.chart.axis.ValueTick, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		boolean mapsav
		float[] ret
		org.jfree.chart.axis.ValueTick tick
		double cursor
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	protected java.util.List refreshTicksHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		boolean cyclenow
		double xx
		String tickLabel
		java.text.NumberFormat formatter
		float x
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.CyclicNumberAxis$CycleBoundTick tick
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
		java.awt.Font tickLabelFont
		double unit
		double cycleBound
		double currentTickValue
		double upperValue
		boolean cycled
		boolean boundMapping
		org.jfree.chart.axis.CyclicNumberAxis$CycleBoundTick lastTick
		float lastX
	protected java.util.List refreshVerticalTicks (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		boolean cyclenow
		double yy
		String tickLabel
		java.text.NumberFormat formatter
		float y
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.CyclicNumberAxis$CycleBoundTick tick
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
		java.awt.Font tickLabelFont
		double unit
		double cycleBound
		double currentTickValue
		double upperValue
		boolean cycled
		boolean boundMapping
		org.jfree.chart.axis.NumberTick lastTick
		float lastY
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double jbreak
		double jbreak
		double java2DValue
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double vmax
		double vp
		double jmin
		double jmax
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double value
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double vmin
		double vmax
		double vp
		double jmin
		double jmax
	public void centerRange (double) 
		double value
	public void setAutoRangeMinimumSize (double, boolean) 
		double size
		boolean notify
	public void setFixedAutoRange (double) 
		double length
	public void setRange (org.jfree.data.Range, boolean, boolean) 
		org.jfree.data.Range range
		boolean turnOffAutoRange
		boolean notify
		double size
	public double getCycleBound () 
	public double getOffset () 
	public void setOffset (double) 
		double offset
	public double getPeriod () 
	public void setPeriod (double) 
		double period
	protected org.jfree.chart.axis.AxisState drawTickMarksAndLabels (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		float xx
		java.awt.geom.Line2D mark
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisState ret
		double ol
		java.awt.FontMetrics fm
		double il
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		double xx
		java.awt.geom.Line2D mark
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState ret
	public org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.Plot plot
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisSpace space
		org.jfree.chart.axis.AxisSpace ret
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D r
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.CyclicNumberAxis that
	static void  () 
}

org/jfree/chart/axis/DateAxis$1.class
DateAxis.java
package org.jfree.chart.axis
 org.jfree.chart.axis.DateAxis$1 extends java.lang.Object {
}

org/jfree/chart/axis/DateAxis$DefaultTimeline.class
DateAxis.java
package org.jfree.chart.axis
 org.jfree.chart.axis.DateAxis$DefaultTimeline extends java.lang.Object implements org.jfree.chart.axis.Timeline java.io.Serializable  {
	private void  () 
	public long toTimelineValue (long) 
		long millisecond
	public long toTimelineValue (java.util.Date) 
		java.util.Date date
	public long toMillisecond (long) 
		long value
	public boolean containsDomainValue (long) 
		long millisecond
	public boolean containsDomainValue (java.util.Date) 
		java.util.Date date
	public boolean containsDomainRange (long, long) 
		long from
		long to
	public boolean containsDomainRange (java.util.Date, java.util.Date) 
		java.util.Date from
		java.util.Date to
	public boolean equals (java.lang.Object) 
		Object object
	void  (org.jfree.chart.axis.DateAxis$1) 
		org.jfree.chart.axis.DateAxis$1 x0
}

org/jfree/chart/axis/DateAxis.class
DateAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.DateAxis extends org.jfree.chart.axis.ValueAxis implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.data.time.DateRange DEFAULT_DATE_RANGE
	public static final double DEFAULT_AUTO_RANGE_MINIMUM_SIZE_IN_MILLISECONDS
	public static final org.jfree.chart.axis.DateTickUnit DEFAULT_DATE_TICK_UNIT
	public static final java.util.Date DEFAULT_ANCHOR_DATE
	private org.jfree.chart.axis.DateTickUnit tickUnit
	private java.text.DateFormat dateFormatOverride
	private org.jfree.chart.axis.DateTickMarkPosition tickMarkPosition
	private static final org.jfree.chart.axis.Timeline DEFAULT_TIMELINE
	private java.util.TimeZone timeZone
	private org.jfree.chart.axis.Timeline timeline
	public void  () 
	public void  (java.lang.String) 
		String label
	public void  (java.lang.String, java.util.TimeZone) 
		String label
		java.util.TimeZone zone
	public java.util.TimeZone getTimeZone () 
	public void setTimeZone (java.util.TimeZone) 
		java.util.TimeZone zone
	public org.jfree.chart.axis.Timeline getTimeline () 
	public void setTimeline (org.jfree.chart.axis.Timeline) 
		org.jfree.chart.axis.Timeline timeline
	public org.jfree.chart.axis.DateTickUnit getTickUnit () 
	public void setTickUnit (org.jfree.chart.axis.DateTickUnit) 
		org.jfree.chart.axis.DateTickUnit unit
	public void setTickUnit (org.jfree.chart.axis.DateTickUnit, boolean, boolean) 
		org.jfree.chart.axis.DateTickUnit unit
		boolean notify
		boolean turnOffAutoSelection
	public java.text.DateFormat getDateFormatOverride () 
	public void setDateFormatOverride (java.text.DateFormat) 
		java.text.DateFormat formatter
	public void setRange (org.jfree.data.Range) 
		org.jfree.data.Range range
	public void setRange (org.jfree.data.Range, boolean, boolean) 
		org.jfree.data.Range range
		boolean turnOffAutoRange
		boolean notify
	public void setRange (java.util.Date, java.util.Date) 
		java.util.Date lower
		java.util.Date upper
	public void setRange (double, double) 
		double lower
		double upper
	public java.util.Date getMinimumDate () 
		org.jfree.data.time.DateRange r
		java.util.Date result
		org.jfree.data.Range range
	public void setMinimumDate (java.util.Date) 
		java.util.Date oldMin
		long length
		java.util.Date date
		java.util.Date maxDate
		long maxMillis
		long newMinMillis
	public java.util.Date getMaximumDate () 
		org.jfree.data.time.DateRange r
		java.util.Date result
		org.jfree.data.Range range
	public void setMaximumDate (java.util.Date) 
		java.util.Date oldMax
		long length
		java.util.Date maximumDate
		java.util.Date minDate
		long minMillis
		long newMaxMillis
	public org.jfree.chart.axis.DateTickMarkPosition getTickMarkPosition () 
	public void setTickMarkPosition (org.jfree.chart.axis.DateTickMarkPosition) 
		org.jfree.chart.axis.DateTickMarkPosition position
	public void configure () 
	public boolean isHiddenValue (long) 
		long millis
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double minX
		double maxX
		double minY
		double maxY
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.time.DateRange range
		double axisMin
		double axisMax
		double result
	public double dateToJava2D (java.util.Date, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.util.Date date
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double value
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double result
		double java2DValue
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.time.DateRange range
		double axisMin
		double axisMax
		double min
		double max
		double result
	public java.util.Date calculateLowestVisibleTickValue (org.jfree.chart.axis.DateTickUnit) 
		org.jfree.chart.axis.DateTickUnit unit
	public java.util.Date calculateHighestVisibleTickValue (org.jfree.chart.axis.DateTickUnit) 
		org.jfree.chart.axis.DateTickUnit unit
	protected java.util.Date previousStandardDate (java.util.Date, org.jfree.chart.axis.DateTickUnit) 
		int milliseconds
		int milliseconds
		int seconds
		int seconds
		int seconds
		int minutes
		int seconds
		int minutes
		int seconds
		int minutes
		int hours
		int seconds
		int minutes
		int hours
		int days
		int months
		int days
		int months
		java.util.Date mm
		java.util.Date dd
		java.util.Date d0
		java.util.Date d1
		java.util.Date d2
		org.jfree.data.time.Month month
		java.util.Date standardDate
		long millis
		java.util.Date d3
		java.util.Date date
		org.jfree.chart.axis.DateTickUnit unit
		int milliseconds
		int seconds
		int minutes
		int hours
		int days
		int months
		int years
		java.util.Calendar calendar
		int count
		int current
		int value
	private java.util.Date calculateDateForPosition (org.jfree.data.time.RegularTimePeriod, org.jfree.chart.axis.DateTickMarkPosition) 
		org.jfree.data.time.RegularTimePeriod period
		org.jfree.chart.axis.DateTickMarkPosition position
		java.util.Date result
	protected java.util.Date nextStandardDate (java.util.Date, org.jfree.chart.axis.DateTickUnit) 
		java.util.Date date
		org.jfree.chart.axis.DateTickUnit unit
		java.util.Date previous
		java.util.Calendar calendar
	public static org.jfree.chart.axis.TickUnitSource createStandardDateTickUnits () 
	public static org.jfree.chart.axis.TickUnitSource createStandardDateTickUnits (java.util.TimeZone) 
		java.util.TimeZone zone
		org.jfree.chart.axis.TickUnits units
		java.text.DateFormat f1
		java.text.DateFormat f2
		java.text.DateFormat f3
		java.text.DateFormat f4
		java.text.DateFormat f5
		java.text.DateFormat f6
		java.text.DateFormat f7
	protected void autoAdjustRange () 
		long lower
		long expand
		double range
		long minRange
		org.jfree.chart.plot.ValueAxisPlot vap
		org.jfree.data.Range r
		long upper
		long lower
		long fixedAutoRange
		org.jfree.data.time.DateRange dr
		org.jfree.chart.plot.Plot plot
	protected void selectAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	protected void selectHorizontalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		long shift
		double zero
		double tickLabelWidth
		org.jfree.chart.axis.TickUnitSource tickUnits
		org.jfree.chart.axis.TickUnit unit1
		double x1
		double unit1Width
		double guess
		org.jfree.chart.axis.DateTickUnit unit2
		double x2
		double unit2Width
	protected void selectVerticalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		org.jfree.chart.axis.DateTickUnit finalUnit
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.TickUnitSource tickUnits
		double zero
		double estimate1
		org.jfree.chart.axis.DateTickUnit candidate1
		double labelHeight1
		double y1
		double candidate1UnitHeight
		double estimate2
		org.jfree.chart.axis.DateTickUnit candidate2
		double labelHeight2
		double y2
		double unit2Height
		org.jfree.chart.axis.DateTickUnit finalUnit
	private double estimateMaximumTickLabelWidth (java.awt.Graphics2D, org.jfree.chart.axis.DateTickUnit) 
		org.jfree.data.time.DateRange range
		java.util.Date lower
		java.util.Date upper
		String lowerStr
		String upperStr
		java.text.DateFormat formatter
		java.awt.FontMetrics fm
		double w1
		double w2
		java.awt.Graphics2D g2
		org.jfree.chart.axis.DateTickUnit unit
		org.jfree.ui.RectangleInsets tickLabelInsets
		double result
		java.awt.Font tickLabelFont
		java.awt.font.FontRenderContext frc
		java.awt.font.LineMetrics lm
	private double estimateMaximumTickLabelHeight (java.awt.Graphics2D, org.jfree.chart.axis.DateTickUnit) 
		org.jfree.data.time.DateRange range
		java.util.Date lower
		java.util.Date upper
		String lowerStr
		String upperStr
		java.text.DateFormat formatter
		java.awt.FontMetrics fm
		double w1
		double w2
		java.awt.Graphics2D g2
		org.jfree.chart.axis.DateTickUnit unit
		org.jfree.ui.RectangleInsets tickLabelInsets
		double result
		java.awt.Font tickLabelFont
		java.awt.font.FontRenderContext frc
		java.awt.font.LineMetrics lm
	public java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
	protected java.util.List refreshTicksHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		String tickLabel
		java.text.DateFormat formatter
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
		java.awt.Font tickLabelFont
		org.jfree.chart.axis.DateTickUnit unit
		java.util.Date tickDate
		java.util.Date upperDate
	protected java.util.List refreshTicksVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		String tickLabel
		java.text.DateFormat formatter
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
		java.awt.Font tickLabelFont
		org.jfree.chart.axis.DateTickUnit unit
		java.util.Date tickDate
		java.util.Date upperDate
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.axis.AxisState state
		java.util.List ticks
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState state
	public void zoomRange (double, double) 
		double lowerPercent
		double upperPercent
		double start
		double length
		org.jfree.data.Range adjusted
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.DateAxis that
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.DateAxis clone
	static void  () 
}

org/jfree/chart/axis/DateTick.class
DateTick.java
package org.jfree.chart.axis
public org.jfree.chart.axis.DateTick extends org.jfree.chart.axis.ValueTick {
	private java.util.Date date
	public void  (java.util.Date, java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		java.util.Date date
		String label
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public java.util.Date getDate () 
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.DateTick dt
		Object obj
	public int hashCode () 
}

org/jfree/chart/axis/DateTickMarkPosition.class
DateTickMarkPosition.java
package org.jfree.chart.axis
public final org.jfree.chart.axis.DateTickMarkPosition extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.axis.DateTickMarkPosition START
	public static final org.jfree.chart.axis.DateTickMarkPosition MIDDLE
	public static final org.jfree.chart.axis.DateTickMarkPosition END
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.DateTickMarkPosition position
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/axis/DateTickUnit.class
DateTickUnit.java
package org.jfree.chart.axis
public org.jfree.chart.axis.DateTickUnit extends org.jfree.chart.axis.TickUnit implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final int YEAR
	public static final int MONTH
	public static final int DAY
	public static final int HOUR
	public static final int MINUTE
	public static final int SECOND
	public static final int MILLISECOND
	private int unit
	private int count
	private int rollUnit
	private int rollCount
	private java.text.DateFormat formatter
	private static final String[] units
	public void  (int, int) 
		int unit
		int count
	public void  (int, int, java.text.DateFormat) 
		int unit
		int count
		java.text.DateFormat formatter
	public void  (int, int, int, int, java.text.DateFormat) 
		int unit
		int count
		int rollUnit
		int rollCount
		java.text.DateFormat formatter
	public int getUnit () 
	public int getCount () 
	public int getRollUnit () 
	public int getRollCount () 
	public java.lang.String valueToString (double) 
		double milliseconds
	public java.lang.String dateToString (java.util.Date) 
		java.util.Date date
	public java.util.Date addToDate (java.util.Date) 
		java.util.Date base
		java.util.Calendar calendar
	public java.util.Date addToDate (java.util.Date, java.util.TimeZone) 
		java.util.Date base
		java.util.TimeZone zone
		java.util.Calendar calendar
	public java.util.Date rollDate (java.util.Date) 
		java.util.Date base
		java.util.Calendar calendar
	public java.util.Date rollDate (java.util.Date, java.util.TimeZone) 
		java.util.Date base
		java.util.TimeZone zone
		java.util.Calendar calendar
	public int getCalendarField () 
	private int getCalendarField (int) 
		int tickUnit
	private static long getMillisecondCount (int, int) 
		int unit
		int count
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.DateTickUnit that
	public int hashCode () 
		int result
	public java.lang.String toString () 
	static void  () 
}

org/jfree/chart/axis/ExtendedCategoryAxis.class
ExtendedCategoryAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.ExtendedCategoryAxis extends org.jfree.chart.axis.CategoryAxis {
	static final long serialVersionUID
	private java.util.Map sublabels
	private java.awt.Font sublabelFont
	private transient java.awt.Paint sublabelPaint
	public void  (java.lang.String) 
		String label
	public java.awt.Font getSubLabelFont () 
	public void setSubLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getSubLabelPaint () 
	public void setSubLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void addSubLabel (java.lang.Comparable, java.lang.String) 
		Comparable category
		String label
	protected org.jfree.text.TextBlock createLabel (java.lang.Comparable, float, org.jfree.ui.RectangleEdge, java.awt.Graphics2D) 
		org.jfree.text.TextLine line
		org.jfree.text.TextLine line
		Comparable category
		float width
		org.jfree.ui.RectangleEdge edge
		java.awt.Graphics2D g2
		org.jfree.text.TextBlock label
		String s
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.ExtendedCategoryAxis that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.ExtendedCategoryAxis clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/axis/LogAxis.class
LogAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.LogAxis extends org.jfree.chart.axis.ValueAxis {
	private double base
	private double baseLog
	private double smallestValue
	private org.jfree.chart.axis.NumberTickUnit tickUnit
	private java.text.NumberFormat numberFormatOverride
	private int minorTickCount
	public void  () 
	public void  (java.lang.String) 
		String label
	public double getBase () 
	public void setBase (double) 
		double base
	public double getSmallestValue () 
	public void setSmallestValue (double) 
		double value
	public org.jfree.chart.axis.NumberTickUnit getTickUnit () 
	public void setTickUnit (org.jfree.chart.axis.NumberTickUnit) 
		org.jfree.chart.axis.NumberTickUnit unit
	public void setTickUnit (org.jfree.chart.axis.NumberTickUnit, boolean, boolean) 
		org.jfree.chart.axis.NumberTickUnit unit
		boolean notify
		boolean turnOffAutoSelect
	public java.text.NumberFormat getNumberFormatOverride () 
	public void setNumberFormatOverride (java.text.NumberFormat) 
		java.text.NumberFormat formatter
	public int getMinorTickCount () 
	public void setMinorTickCount (int) 
		int count
	public double calculateLog (double) 
		double value
	public double calculateValue (double) 
		double log
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double java2DValue
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double axisMin
		double axisMax
		double min
		double max
		double log
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double axisMin
		double axisMax
		double min
		double max
	public void configure () 
	protected void autoAdjustRange () 
		double expand
		double minRange
		double logUpper
		double logLower
		double logRange
		org.jfree.chart.plot.ValueAxisPlot vap
		org.jfree.data.Range r
		double upper
		double lower
		double range
		double fixedAutoRange
		org.jfree.chart.plot.Plot plot
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		java.util.List ticks
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState state
	public java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
	protected java.util.List refreshTicksHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double minorV
		int i
		double v
		double next
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		java.util.List ticks
		java.awt.Font tickLabelFont
		double start
		double end
		double current
	protected java.util.List refreshTicksVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double minorV
		int i
		double v
		double next
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		java.util.List ticks
		java.awt.Font tickLabelFont
		double start
		double end
		double current
	protected void selectAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	protected void selectHorizontalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double tickLabelWidth
		org.jfree.chart.axis.TickUnitSource tickUnits
		org.jfree.chart.axis.TickUnit unit1
		double unit1Width
		double guess
		org.jfree.chart.axis.NumberTickUnit unit2
		double unit2Width
	public double exponentLengthToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double length
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double one
		double l
	protected void selectVerticalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double tickLabelHeight
		org.jfree.chart.axis.TickUnitSource tickUnits
		org.jfree.chart.axis.TickUnit unit1
		double unitHeight
		double guess
		org.jfree.chart.axis.NumberTickUnit unit2
		double unit2Height
	protected double estimateMaximumTickLabelHeight (java.awt.Graphics2D) 
		java.awt.Graphics2D g2
		org.jfree.ui.RectangleInsets tickLabelInsets
		double result
		java.awt.Font tickLabelFont
		java.awt.font.FontRenderContext frc
	protected double estimateMaximumTickLabelWidth (java.awt.Graphics2D, org.jfree.chart.axis.TickUnit) 
		java.awt.font.FontRenderContext frc
		java.awt.font.LineMetrics lm
		java.awt.FontMetrics fm
		org.jfree.data.Range range
		double lower
		double upper
		String lowerStr
		String upperStr
		java.text.NumberFormat formatter
		double w1
		double w2
		java.awt.Graphics2D g2
		org.jfree.chart.axis.TickUnit unit
		org.jfree.ui.RectangleInsets tickLabelInsets
		double result
	public void zoomRange (double, double) 
		double logA
		double logB
		double logA
		double logB
		double lowerPercent
		double upperPercent
		org.jfree.data.Range range
		double start
		double end
		double log1
		double log2
		double length
		org.jfree.data.Range adjusted
	private java.lang.String createTickLabel (double) 
		double value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.LogAxis that
	public int hashCode () 
		int result
		long temp
	public static org.jfree.chart.axis.TickUnitSource createLogTickUnits (java.util.Locale) 
		java.util.Locale locale
		org.jfree.chart.axis.TickUnits units
		java.text.NumberFormat numberFormat
}

org/jfree/chart/axis/LogarithmicAxis.class
LogarithmicAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.LogarithmicAxis extends org.jfree.chart.axis.NumberAxis {
	private static final long serialVersionUID
	public static final double LOG10_VALUE
	public static final double SMALL_LOG_VALUE
	protected boolean allowNegativesFlag
	protected boolean strictValuesFlag
	protected final java.text.NumberFormat numberFormatterObj
	protected boolean expTickLabelsFlag
	protected boolean log10TickLabelsFlag
	protected boolean autoRangeNextLogFlag
	protected boolean smallLogFlag
	public void  (java.lang.String) 
		String label
	public void setAllowNegativesFlag (boolean) 
		boolean flgVal
	public boolean getAllowNegativesFlag () 
	public void setStrictValuesFlag (boolean) 
		boolean flgVal
	public boolean getStrictValuesFlag () 
	public void setExpTickLabelsFlag (boolean) 
		boolean flgVal
	public boolean getExpTickLabelsFlag () 
	public void setLog10TickLabelsFlag (boolean) 
		boolean flag
	public boolean getLog10TickLabelsFlag () 
	public void setAutoRangeNextLogFlag (boolean) 
		boolean flag
	public boolean getAutoRangeNextLogFlag () 
	public void setRange (org.jfree.data.Range) 
		org.jfree.data.Range range
	protected void setupSmallLogFlag () 
		double lowerVal
	protected void setupNumberFmtObj () 
	protected double switchedLog10 (double) 
		double val
	public double switchedPow10 (double) 
		double val
	public double adjustedLog10 (double) 
		double val
		boolean negFlag
		double res
	public double adjustedPow10 (double) 
		double res
		double val
		boolean negFlag
		double res
	protected double computeLogFloor (double) 
		double logFloor
		double logFloor
		double logFloor
		double logFloor
		double lower
		double logFloor
	protected double computeLogCeil (double) 
		double logCeil
		double logCeil
		double logCeil
		double logCeil
		double upper
		double logCeil
	public void autoAdjustRange () 
		double lower
		double logLower
		double logAbs
		double lowerMargin
		double logUpper
		double logAbs
		double upperMargin
		double expVal
		double absUpper
		double adjVal
		org.jfree.chart.plot.ValueAxisPlot vap
		double lower
		org.jfree.data.Range r
		double upper
		double minRange
		org.jfree.chart.plot.Plot plot
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double value
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double axisMin
		double axisMax
		double min
		double max
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double java2DValue
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double axisMin
		double axisMax
		double plotMin
		double plotMax
	public void zoomRange (double, double) 
		org.jfree.data.Range adjusted
		double lowerPercent
		double upperPercent
		double startLog
		double lengthLog
		org.jfree.data.Range adjusted
	protected java.util.List refreshTicksHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		String tickLabel
		double currentTickValue
		String tickLabel
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		double currentTickValue
		String tickLabel
		int j
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		org.jfree.data.Range range
		double lowerBoundVal
		double upperBoundVal
		int iBegCount
		int iEndCount
		boolean zeroTickFlag
	protected java.util.List refreshTicksVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		String tickLabel
		String tickLabel
		java.text.NumberFormat format
		String tickLabel
		String tickLabel
		double tickVal
		String tickLabel
		String tickLabel
		String tickLabel
		String tickLabel
		String tickLabel
		java.text.NumberFormat format
		String tickLabel
		String tickLabel
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		double tickVal
		String tickLabel
		int j
		int jEndCount
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		double lowerBoundVal
		double upperBoundVal
		int iBegCount
		int iEndCount
		boolean zeroTickFlag
	protected java.lang.String makeTickLabel (double, boolean) 
		double val
		boolean forceFmtFlag
	protected java.lang.String makeTickLabel (double) 
		double val
	static void  () 
}

org/jfree/chart/axis/MarkerAxisBand.class
MarkerAxisBand.java
package org.jfree.chart.axis
public org.jfree.chart.axis.MarkerAxisBand extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.axis.NumberAxis axis
	private double topOuterGap
	private double topInnerGap
	private double bottomOuterGap
	private double bottomInnerGap
	private java.awt.Font font
	private java.util.List markers
	public void  (org.jfree.chart.axis.NumberAxis, double, double, double, double, java.awt.Font) 
		org.jfree.chart.axis.NumberAxis axis
		double topOuterGap
		double topInnerGap
		double bottomOuterGap
		double bottomInnerGap
		java.awt.Font font
	public void addMarker (org.jfree.chart.plot.IntervalMarker) 
		org.jfree.chart.plot.IntervalMarker marker
	public double getHeight (java.awt.Graphics2D) 
		java.awt.font.LineMetrics metrics
		java.awt.Graphics2D g2
		double result
	private void drawStringInRect (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.Font, java.lang.String) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D bounds
		java.awt.Font font
		String text
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D r
		double x
		java.awt.font.LineMetrics metrics
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, double, double) 
		org.jfree.chart.plot.IntervalMarker marker
		double start
		double end
		double s
		double e
		java.awt.geom.Rectangle2D r
		java.awt.Composite originalComposite
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		double x
		double y
		double h
		java.util.Iterator iterator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.MarkerAxisBand that
	public int hashCode () 
		int result
}

org/jfree/chart/axis/ModuloAxis.class
ModuloAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.ModuloAxis extends org.jfree.chart.axis.NumberAxis {
	private org.jfree.data.Range fixedRange
	private double displayStart
	private double displayEnd
	public void  (java.lang.String, org.jfree.data.Range) 
		String label
		org.jfree.data.Range fixedRange
	public double getDisplayStart () 
	public double getDisplayEnd () 
	public void setDisplayRange (double, double) 
		double start
		double end
	protected void autoAdjustRange () 
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double cutoff
		double length1
		double length2
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		double v
	private double trans (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double min
		double max
	private double transStart (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, double, double) 
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double length1
		double length2
		double min
		double max
	private double transEnd (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, double, double) 
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double length1
		double length2
		double min
		double max
	private double mapValueToFixedRange (double) 
		double value
		double lower
		double length
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double java2DValue
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
	private double getDisplayLength () 
	private double getDisplayCentralValue () 
	public void resizeRange (double) 
		double percent
	public void resizeRange (double, double) 
		double halfLength
		double percent
		double anchorValue
	public double lengthToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double length
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double axisLength
		double areaLength
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.ModuloAxis that
}

org/jfree/chart/axis/MonthDateFormat.class
MonthDateFormat.java
package org.jfree.chart.axis
public org.jfree.chart.axis.MonthDateFormat extends java.text.DateFormat {
	private String[] months
	private boolean[] showYear
	private java.text.DateFormat yearFormatter
	public void  () 
	public void  (java.util.TimeZone) 
		java.util.TimeZone zone
	public void  (java.util.Locale) 
		java.util.Locale locale
	public void  (java.util.TimeZone, int) 
		java.util.TimeZone zone
		int chars
	public void  (java.util.Locale, int) 
		java.util.Locale locale
		int chars
	public void  (java.util.TimeZone, java.util.Locale, int, boolean, boolean) 
		java.util.TimeZone zone
		java.util.Locale locale
		int chars
		boolean showYearForJan
		boolean showYearForDec
	public void  (java.util.TimeZone, java.util.Locale, int, boolean[], java.text.DateFormat) 
		int i
		java.util.TimeZone zone
		java.util.Locale locale
		int chars
		boolean[] showYear
		java.text.DateFormat yearFormatter
		java.text.DateFormatSymbols dfs
		String[] monthsFromLocale
	public java.lang.StringBuffer format (java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 
		java.util.Date date
		StringBuffer toAppendTo
		java.text.FieldPosition fieldPosition
		int month
	public java.util.Date parse (java.lang.String, java.text.ParsePosition) 
		String source
		java.text.ParsePosition pos
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.MonthDateFormat that
	public static void main (java.lang.String[]) 
		String[] args
		org.jfree.chart.axis.MonthDateFormat mdf
		java.text.SimpleDateFormat sdf
}

org/jfree/chart/axis/NumberAxis.class
NumberAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.NumberAxis extends org.jfree.chart.axis.ValueAxis implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final boolean DEFAULT_AUTO_RANGE_INCLUDES_ZERO
	public static final boolean DEFAULT_AUTO_RANGE_STICKY_ZERO
	public static final org.jfree.chart.axis.NumberTickUnit DEFAULT_TICK_UNIT
	public static final boolean DEFAULT_VERTICAL_TICK_LABELS
	private org.jfree.data.RangeType rangeType
	private boolean autoRangeIncludesZero
	private boolean autoRangeStickyZero
	private org.jfree.chart.axis.NumberTickUnit tickUnit
	private java.text.NumberFormat numberFormatOverride
	private org.jfree.chart.axis.MarkerAxisBand markerBand
	public void  () 
	public void  (java.lang.String) 
		String label
	public org.jfree.data.RangeType getRangeType () 
	public void setRangeType (org.jfree.data.RangeType) 
		org.jfree.data.RangeType rangeType
	public boolean getAutoRangeIncludesZero () 
	public void setAutoRangeIncludesZero (boolean) 
		boolean flag
	public boolean getAutoRangeStickyZero () 
	public void setAutoRangeStickyZero (boolean) 
		boolean flag
	public org.jfree.chart.axis.NumberTickUnit getTickUnit () 
	public void setTickUnit (org.jfree.chart.axis.NumberTickUnit) 
		org.jfree.chart.axis.NumberTickUnit unit
	public void setTickUnit (org.jfree.chart.axis.NumberTickUnit, boolean, boolean) 
		org.jfree.chart.axis.NumberTickUnit unit
		boolean notify
		boolean turnOffAutoSelect
	public java.text.NumberFormat getNumberFormatOverride () 
	public void setNumberFormatOverride (java.text.NumberFormat) 
		java.text.NumberFormat formatter
	public org.jfree.chart.axis.MarkerAxisBand getMarkerBand () 
	public void setMarkerBand (org.jfree.chart.axis.MarkerAxisBand) 
		org.jfree.chart.axis.MarkerAxisBand band
	public void configure () 
	protected void autoAdjustRange () 
		double adjust
		double expand
		double minRange
		org.jfree.chart.plot.ValueAxisPlot vap
		org.jfree.data.Range r
		double upper
		double lower
		double range
		double fixedAutoRange
		org.jfree.chart.plot.Plot plot
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double axisMin
		double axisMax
		double min
		double max
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double java2DValue
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		org.jfree.data.Range range
		double axisMin
		double axisMax
		double min
		double max
	protected double calculateLowestVisibleTickValue () 
		double unit
		double index
	protected double calculateHighestVisibleTickValue () 
		double unit
		double index
	protected int calculateVisibleTickCount () 
		double unit
		org.jfree.data.Range range
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		java.util.List ticks
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState state
	public static org.jfree.chart.axis.TickUnitSource createStandardTickUnits () 
		org.jfree.chart.axis.TickUnits units
		java.text.DecimalFormat df0
		java.text.DecimalFormat df1
		java.text.DecimalFormat df2
		java.text.DecimalFormat df3
		java.text.DecimalFormat df4
		java.text.DecimalFormat df5
		java.text.DecimalFormat df6
		java.text.DecimalFormat df7
		java.text.DecimalFormat df8
		java.text.DecimalFormat df9
		java.text.DecimalFormat df10
	public static org.jfree.chart.axis.TickUnitSource createIntegerTickUnits () 
		org.jfree.chart.axis.TickUnits units
		java.text.DecimalFormat df0
		java.text.DecimalFormat df1
	public static org.jfree.chart.axis.TickUnitSource createStandardTickUnits (java.util.Locale) 
		java.util.Locale locale
		org.jfree.chart.axis.TickUnits units
		java.text.NumberFormat numberFormat
	public static org.jfree.chart.axis.TickUnitSource createIntegerTickUnits (java.util.Locale) 
		java.util.Locale locale
		org.jfree.chart.axis.TickUnits units
		java.text.NumberFormat numberFormat
	protected double estimateMaximumTickLabelHeight (java.awt.Graphics2D) 
		java.awt.Graphics2D g2
		org.jfree.ui.RectangleInsets tickLabelInsets
		double result
		java.awt.Font tickLabelFont
		java.awt.font.FontRenderContext frc
	protected double estimateMaximumTickLabelWidth (java.awt.Graphics2D, org.jfree.chart.axis.TickUnit) 
		java.awt.font.FontRenderContext frc
		java.awt.font.LineMetrics lm
		java.awt.FontMetrics fm
		org.jfree.data.Range range
		double lower
		double upper
		String lowerStr
		String upperStr
		java.text.NumberFormat formatter
		double w1
		double w2
		java.awt.Graphics2D g2
		org.jfree.chart.axis.TickUnit unit
		org.jfree.ui.RectangleInsets tickLabelInsets
		double result
	protected void selectAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	protected void selectHorizontalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double tickLabelWidth
		org.jfree.chart.axis.TickUnitSource tickUnits
		org.jfree.chart.axis.TickUnit unit1
		double unit1Width
		double guess
		org.jfree.chart.axis.NumberTickUnit unit2
		double unit2Width
	protected void selectVerticalAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double tickLabelHeight
		org.jfree.chart.axis.TickUnitSource tickUnits
		org.jfree.chart.axis.TickUnit unit1
		double unitHeight
		double guess
		org.jfree.chart.axis.NumberTickUnit unit2
		double unit2Height
	public java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
	protected java.util.List refreshTicksHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		double currentTickValue
		String tickLabel
		java.text.NumberFormat formatter
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
		java.awt.Font tickLabelFont
		double size
		int count
		double lowestTickValue
	protected java.util.List refreshTicksVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		double currentTickValue
		String tickLabel
		java.text.NumberFormat formatter
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List result
		java.awt.Font tickLabelFont
		double size
		int count
		double lowestTickValue
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.NumberAxis clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.NumberAxis that
	public int hashCode () 
	static void  () 
}

org/jfree/chart/axis/NumberAxis3D.class
NumberAxis3D.java
package org.jfree.chart.axis
public org.jfree.chart.axis.NumberAxis3D extends org.jfree.chart.axis.NumberAxis implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void  (java.lang.String) 
		String label
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.axis.AxisState state
		java.util.List ticks
		org.jfree.chart.Effect3D e3D
		org.jfree.chart.plot.CategoryPlot cp
		org.jfree.chart.renderer.category.CategoryItemRenderer r
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		double xOffset
		double yOffset
		org.jfree.chart.plot.Plot plot
		double adjustedX
		double adjustedY
		double adjustedW
		double adjustedH
		java.awt.geom.Rectangle2D adjustedDataArea
		org.jfree.chart.axis.AxisState info
}

org/jfree/chart/axis/NumberTick.class
NumberTick.java
package org.jfree.chart.axis
public org.jfree.chart.axis.NumberTick extends org.jfree.chart.axis.ValueTick {
	private Number number
	public void  (java.lang.Number, java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		Number number
		String label
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public void  (org.jfree.chart.axis.TickType, double, java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		org.jfree.chart.axis.TickType tickType
		double value
		String label
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public java.lang.Number getNumber () 
}

org/jfree/chart/axis/NumberTickUnit.class
NumberTickUnit.java
package org.jfree.chart.axis
public org.jfree.chart.axis.NumberTickUnit extends org.jfree.chart.axis.TickUnit implements java.io.Serializable  {
	private static final long serialVersionUID
	private java.text.NumberFormat formatter
	public void  (double) 
		double size
	public void  (double, java.text.NumberFormat) 
		double size
		java.text.NumberFormat formatter
	public void  (double, java.text.NumberFormat, int) 
		double size
		java.text.NumberFormat formatter
		int minorTickCount
	public java.lang.String valueToString (double) 
		double value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.NumberTickUnit that
	public java.lang.String toString () 
	public int hashCode () 
		int result
}

org/jfree/chart/axis/PeriodAxis.class
PeriodAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.PeriodAxis extends org.jfree.chart.axis.ValueAxis implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.time.RegularTimePeriod first
	private org.jfree.data.time.RegularTimePeriod last
	private java.util.TimeZone timeZone
	private java.util.Calendar calendar
	private Class autoRangeTimePeriodClass
	private Class majorTickTimePeriodClass
	private boolean minorTickMarksVisible
	private Class minorTickTimePeriodClass
	private float minorTickMarkInsideLength
	private float minorTickMarkOutsideLength
	private transient java.awt.Stroke minorTickMarkStroke
	private transient java.awt.Paint minorTickMarkPaint
	private org.jfree.chart.axis.PeriodAxisLabelInfo[] labelInfo
	static Class class$org$jfree$data$time$Month
	static Class class$org$jfree$data$time$Year
	static Class class$java$util$Date
	static Class class$java$util$TimeZone
	public void  (java.lang.String) 
		String label
	public void  (java.lang.String, org.jfree.data.time.RegularTimePeriod, org.jfree.data.time.RegularTimePeriod) 
		String label
		org.jfree.data.time.RegularTimePeriod first
		org.jfree.data.time.RegularTimePeriod last
	public void  (java.lang.String, org.jfree.data.time.RegularTimePeriod, org.jfree.data.time.RegularTimePeriod, java.util.TimeZone) 
		String label
		org.jfree.data.time.RegularTimePeriod first
		org.jfree.data.time.RegularTimePeriod last
		java.util.TimeZone timeZone
	public org.jfree.data.time.RegularTimePeriod getFirst () 
	public void setFirst (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod first
	public org.jfree.data.time.RegularTimePeriod getLast () 
	public void setLast (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod last
	public java.util.TimeZone getTimeZone () 
	public void setTimeZone (java.util.TimeZone) 
		java.util.TimeZone zone
	public java.lang.Class getAutoRangeTimePeriodClass () 
	public void setAutoRangeTimePeriodClass (java.lang.Class) 
		Class c
	public java.lang.Class getMajorTickTimePeriodClass () 
	public void setMajorTickTimePeriodClass (java.lang.Class) 
		Class c
	public boolean isMinorTickMarksVisible () 
	public void setMinorTickMarksVisible (boolean) 
		boolean visible
	public java.lang.Class getMinorTickTimePeriodClass () 
	public void setMinorTickTimePeriodClass (java.lang.Class) 
		Class c
	public java.awt.Stroke getMinorTickMarkStroke () 
	public void setMinorTickMarkStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getMinorTickMarkPaint () 
	public void setMinorTickMarkPaint (java.awt.Paint) 
		java.awt.Paint paint
	public float getMinorTickMarkInsideLength () 
	public void setMinorTickMarkInsideLength (float) 
		float length
	public float getMinorTickMarkOutsideLength () 
	public void setMinorTickMarkOutsideLength (float) 
		float length
	public org.jfree.chart.axis.PeriodAxisLabelInfo[] getLabelInfo () 
	public void setLabelInfo (org.jfree.chart.axis.PeriodAxisLabelInfo[]) 
		org.jfree.chart.axis.PeriodAxisLabelInfo[] info
	public org.jfree.data.Range getRange () 
	public void setRange (org.jfree.data.Range, boolean, boolean) 
		org.jfree.data.Range range
		boolean turnOffAutoRange
		boolean notify
		long upper
		long lower
	public void configure () 
	public org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.PeriodAxisLabelInfo info
		java.awt.FontMetrics fm
		int i
		java.awt.Graphics2D g2
		org.jfree.chart.plot.Plot plot
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisSpace space
		double dimension
		java.awt.geom.Rectangle2D labelEnclosure
		double labelHeight
		double labelWidth
		double tickLabelBandsDimension
		double tickMarkSpace
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		int band
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState axisState
	protected void drawTickMarks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	protected void drawTickMarksHorizontal (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double xx0
		org.jfree.data.time.RegularTimePeriod tminor
		long tt0
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		double x0
		double y0
		double insideLength
		double outsideLength
		org.jfree.data.time.RegularTimePeriod t
		long t0
		java.awt.geom.Line2D inside
		java.awt.geom.Line2D outside
		long firstOnAxis
		long lastOnAxis
	protected void drawTickMarksVertical (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	protected org.jfree.chart.axis.AxisState drawTickLabels (int, java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		float xstart
		java.awt.geom.Rectangle2D bb
		float xlast
		java.awt.geom.Rectangle2D bb
		long nextXX
		long mid
		float mid2d
		int i
		float x
		java.text.DateFormat df
		String label
		long first
		long last
		int band
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		double delta1
		java.awt.FontMetrics fm
		long axisMin
		long axisMax
		org.jfree.data.time.RegularTimePeriod p1
		org.jfree.data.time.RegularTimePeriod p2
		String label1
		String label2
		java.awt.geom.Rectangle2D b1
		java.awt.geom.Rectangle2D b2
		double w
		long ww
		long length
		int periods
		org.jfree.data.time.RegularTimePeriod p
		java.awt.geom.Rectangle2D b
		long lastXX
		float y
		org.jfree.ui.TextAnchor anchor
		float yDelta
		double used
	public java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	public double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double minX
		double maxX
		double minY
		double maxY
		double value
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		double axisMin
		double axisMax
	public double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double java2DValue
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double result
		double min
		double max
		double axisMin
		double axisMax
	protected void autoAdjustRange () 
		org.jfree.chart.plot.ValueAxisPlot vap
		org.jfree.data.Range r
		long upper
		long lower
		org.jfree.chart.plot.Plot plot
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.PeriodAxis that
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		int i
		org.jfree.chart.axis.PeriodAxis clone
	private org.jfree.data.time.RegularTimePeriod createInstance (java.lang.Class, java.util.Date, java.util.TimeZone) 
		java.lang.reflect.Constructor c
		Exception e
		Class periodClass
		java.util.Date millisecond
		java.util.TimeZone zone
		org.jfree.data.time.RegularTimePeriod result
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/chart/axis/PeriodAxisLabelInfo.class
PeriodAxisLabelInfo.java
package org.jfree.chart.axis
public org.jfree.chart.axis.PeriodAxisLabelInfo extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.ui.RectangleInsets DEFAULT_INSETS
	public static final java.awt.Font DEFAULT_FONT
	public static final java.awt.Paint DEFAULT_LABEL_PAINT
	public static final java.awt.Stroke DEFAULT_DIVIDER_STROKE
	public static final java.awt.Paint DEFAULT_DIVIDER_PAINT
	private Class periodClass
	private org.jfree.ui.RectangleInsets padding
	private java.text.DateFormat dateFormat
	private java.awt.Font labelFont
	private transient java.awt.Paint labelPaint
	private boolean drawDividers
	private transient java.awt.Stroke dividerStroke
	private transient java.awt.Paint dividerPaint
	static Class class$java$util$Date
	static Class class$java$util$TimeZone
	public void  (java.lang.Class, java.text.DateFormat) 
		Class periodClass
		java.text.DateFormat dateFormat
	public void  (java.lang.Class, java.text.DateFormat, org.jfree.ui.RectangleInsets, java.awt.Font, java.awt.Paint, boolean, java.awt.Stroke, java.awt.Paint) 
		Class periodClass
		java.text.DateFormat dateFormat
		org.jfree.ui.RectangleInsets padding
		java.awt.Font labelFont
		java.awt.Paint labelPaint
		boolean drawDividers
		java.awt.Stroke dividerStroke
		java.awt.Paint dividerPaint
	public java.lang.Class getPeriodClass () 
	public java.text.DateFormat getDateFormat () 
	public org.jfree.ui.RectangleInsets getPadding () 
	public java.awt.Font getLabelFont () 
	public java.awt.Paint getLabelPaint () 
	public boolean getDrawDividers () 
	public java.awt.Stroke getDividerStroke () 
	public java.awt.Paint getDividerPaint () 
	public org.jfree.data.time.RegularTimePeriod createInstance (java.util.Date, java.util.TimeZone) 
		java.lang.reflect.Constructor c
		Exception e
		java.util.Date millisecond
		java.util.TimeZone zone
		org.jfree.data.time.RegularTimePeriod result
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.PeriodAxisLabelInfo info
		Object obj
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.PeriodAxisLabelInfo clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/axis/QuarterDateFormat.class
QuarterDateFormat.java
package org.jfree.chart.axis
public org.jfree.chart.axis.QuarterDateFormat extends java.text.DateFormat implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String[] REGULAR_QUARTERS
	public static final String[] ROMAN_QUARTERS
	public static final String[] GREEK_QUARTERS
	private String[] quarters
	private boolean quarterFirst
	public void  () 
	public void  (java.util.TimeZone) 
		java.util.TimeZone zone
	public void  (java.util.TimeZone, java.lang.String[]) 
		java.util.TimeZone zone
		String[] quarterSymbols
	public void  (java.util.TimeZone, java.lang.String[], boolean) 
		java.util.TimeZone zone
		String[] quarterSymbols
		boolean quarterFirst
	public java.lang.StringBuffer format (java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 
		java.util.Date date
		StringBuffer toAppendTo
		java.text.FieldPosition fieldPosition
		int year
		int month
		int quarter
	public java.util.Date parse (java.lang.String, java.text.ParsePosition) 
		String source
		java.text.ParsePosition pos
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.QuarterDateFormat that
	static void  () 
}

org/jfree/chart/axis/SegmentedTimeline$BaseTimelineSegmentRange.class
SegmentedTimeline.java
package org.jfree.chart.axis
public org.jfree.chart.axis.SegmentedTimeline$BaseTimelineSegmentRange extends org.jfree.chart.axis.SegmentedTimeline$SegmentRange {
	private final org.jfree.chart.axis.SegmentedTimeline this$0
	public void  (org.jfree.chart.axis.SegmentedTimeline, long, long) 
		long fromDomainValue
		long toDomainValue
}

org/jfree/chart/axis/SegmentedTimeline$Segment.class
SegmentedTimeline.java
package org.jfree.chart.axis
public org.jfree.chart.axis.SegmentedTimeline$Segment extends java.lang.Object implements java.lang.Comparable java.lang.Cloneable java.io.Serializable  {
	protected long segmentNumber
	protected long segmentStart
	protected long segmentEnd
	protected long millisecond
	private final org.jfree.chart.axis.SegmentedTimeline this$0
	protected void  (org.jfree.chart.axis.SegmentedTimeline) 
	protected void  (org.jfree.chart.axis.SegmentedTimeline, long) 
		long millisecond
	public long calculateSegmentNumber (long) 
		long millis
	public long getSegmentNumber () 
	public long getSegmentCount () 
	public long getSegmentStart () 
	public long getSegmentEnd () 
	public long getMillisecond () 
	public java.util.Date getDate () 
	public boolean contains (long) 
		long millis
	public boolean contains (long, long) 
		long from
		long to
	public boolean contains (org.jfree.chart.axis.SegmentedTimeline$Segment) 
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
	public boolean contained (long, long) 
		long from
		long to
	public org.jfree.chart.axis.SegmentedTimeline$Segment intersect (long, long) 
		long from
		long to
	public boolean before (org.jfree.chart.axis.SegmentedTimeline$Segment) 
		org.jfree.chart.axis.SegmentedTimeline$Segment other
	public boolean after (org.jfree.chart.axis.SegmentedTimeline$Segment) 
		org.jfree.chart.axis.SegmentedTimeline$Segment other
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.SegmentedTimeline$Segment other
		Object object
	public org.jfree.chart.axis.SegmentedTimeline$Segment copy () 
		CloneNotSupportedException e
	public int compareTo (java.lang.Object) 
		Object object
		org.jfree.chart.axis.SegmentedTimeline$Segment other
	public boolean inIncludeSegments () 
	public boolean inExcludeSegments () 
	private long getSegmentNumberRelativeToGroup () 
		long p
	public boolean inExceptionSegments () 
	public void inc (long) 
		long n
		long m
	public void inc () 
	public void dec (long) 
		long n
		long m
	public void dec () 
	public void moveIndexToStart () 
	public void moveIndexToEnd () 
}

org/jfree/chart/axis/SegmentedTimeline$SegmentRange.class
SegmentedTimeline.java
package org.jfree.chart.axis
public org.jfree.chart.axis.SegmentedTimeline$SegmentRange extends org.jfree.chart.axis.SegmentedTimeline$Segment {
	private long segmentCount
	private final org.jfree.chart.axis.SegmentedTimeline this$0
	public void  (org.jfree.chart.axis.SegmentedTimeline, long, long) 
		long fromMillisecond
		long toMillisecond
		org.jfree.chart.axis.SegmentedTimeline$Segment start
		org.jfree.chart.axis.SegmentedTimeline$Segment end
	public long getSegmentCount () 
	public org.jfree.chart.axis.SegmentedTimeline$Segment intersect (long, long) 
		long from
		long to
		long start
		long end
	public boolean inIncludeSegments () 
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
	public boolean inExcludeSegments () 
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
	public void inc (long) 
		long n
}

org/jfree/chart/axis/SegmentedTimeline.class
SegmentedTimeline.java
package org.jfree.chart.axis
public org.jfree.chart.axis.SegmentedTimeline extends java.lang.Object implements org.jfree.chart.axis.Timeline java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final long DAY_SEGMENT_SIZE
	public static final long HOUR_SEGMENT_SIZE
	public static final long FIFTEEN_MINUTE_SEGMENT_SIZE
	public static final long MINUTE_SEGMENT_SIZE
	public static long FIRST_MONDAY_AFTER_1900
	public static java.util.TimeZone NO_DST_TIME_ZONE
	public static java.util.TimeZone DEFAULT_TIME_ZONE
	private java.util.Calendar workingCalendarNoDST
	private java.util.Calendar workingCalendar
	private long segmentSize
	private int segmentsIncluded
	private int segmentsExcluded
	private int groupSegmentCount
	private long startTime
	private long segmentsIncludedSize
	private long segmentsExcludedSize
	private long segmentsGroupSize
	private java.util.List exceptionSegments
	private org.jfree.chart.axis.SegmentedTimeline baseTimeline
	private boolean adjustForDaylightSaving
	public void  (long, int, int) 
		long segmentSize
		int segmentsIncluded
		int segmentsExcluded
		int offset
		java.util.TimeZone z
	public static long firstMondayAfter1900 () 
		int offset
		java.util.TimeZone z
		java.util.Calendar cal
	public static org.jfree.chart.axis.SegmentedTimeline newMondayThroughFridayTimeline () 
		org.jfree.chart.axis.SegmentedTimeline timeline
	public static org.jfree.chart.axis.SegmentedTimeline newFifteenMinuteTimeline () 
		org.jfree.chart.axis.SegmentedTimeline timeline
	public boolean getAdjustForDaylightSaving () 
	public void setAdjustForDaylightSaving (boolean) 
		boolean adjust
	public void setStartTime (long) 
		long millisecond
	public long getStartTime () 
	public int getSegmentsExcluded () 
	public long getSegmentsExcludedSize () 
	public int getGroupSegmentCount () 
	public long getSegmentsGroupSize () 
	public int getSegmentsIncluded () 
	public long getSegmentsIncludedSize () 
	public long getSegmentSize () 
	public java.util.List getExceptionSegments () 
	public void setExceptionSegments (java.util.List) 
		java.util.List exceptionSegments
	public org.jfree.chart.axis.SegmentedTimeline getBaseTimeline () 
	public void setBaseTimeline (org.jfree.chart.axis.SegmentedTimeline) 
		org.jfree.chart.axis.SegmentedTimeline baseTimeline
	public long toTimelineValue (long) 
		long result
		long result
		long result
		long shiftedSegmentedValue
		long x
		long y
		long wholeExceptionsBeforeDomainValue
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
		long millisecond
		long result
		long rawMilliseconds
		long groupMilliseconds
		long groupIndex
	public long toTimelineValue (java.util.Date) 
		java.util.Date date
	public long toMillisecond (long) 
		int i
		long exceptionSegmentCount
		long timelineValue
		org.jfree.chart.axis.SegmentedTimeline$Segment result
		long lastIndex
	public long getTimeFromLong (long) 
		long date
		long result
	public boolean containsDomainValue (long) 
		long millisecond
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
	public boolean containsDomainValue (java.util.Date) 
		java.util.Date date
	public boolean containsDomainRange (long, long) 
		long domainValueStart
		long domainValueEnd
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
		boolean contains
	public boolean containsDomainRange (java.util.Date, java.util.Date) 
		java.util.Date dateDomainValueStart
		java.util.Date dateDomainValueEnd
	public void addException (long) 
		long millisecond
	public void addException (long, long) 
		long fromDomainValue
		long toDomainValue
	public void addException (java.util.Date) 
		java.util.Date exceptionDate
	public void addExceptions (java.util.List) 
		java.util.Iterator iter
		java.util.List exceptionList
	private void addException (org.jfree.chart.axis.SegmentedTimeline$Segment) 
		int p
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
	public void addBaseTimelineException (long) 
		long fromDomainValue
		long toDomainValue
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
		long domainValue
		org.jfree.chart.axis.SegmentedTimeline$Segment baseSegment
	public void addBaseTimelineException (java.util.Date) 
		java.util.Date date
	public void addBaseTimelineExclusions (long, long) 
		long fromDomainValue
		long toDomainValue
		long baseExclusionRangeEnd
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
		long fromBaseDomainValue
		long toBaseDomainValue
		org.jfree.chart.axis.SegmentedTimeline$Segment baseSegment
	public long getExceptionSegmentCount (long, long) 
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
		org.jfree.chart.axis.SegmentedTimeline$Segment intersection
		java.util.Iterator iter
		long fromMillisecond
		long toMillisecond
		int n
	public org.jfree.chart.axis.SegmentedTimeline$Segment getSegment (long) 
		long millisecond
	public org.jfree.chart.axis.SegmentedTimeline$Segment getSegment (java.util.Date) 
		java.util.Date date
	private boolean equals (java.lang.Object, java.lang.Object) 
		Object o
		Object p
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.SegmentedTimeline other
		boolean b0
		boolean b1
		boolean b2
		boolean b3
		boolean b4
		Object o
	public int hashCode () 
		int result
	private int binarySearchExceptionSegments (org.jfree.chart.axis.SegmentedTimeline$Segment) 
		int mid
		org.jfree.chart.axis.SegmentedTimeline$Segment midSegment
		org.jfree.chart.axis.SegmentedTimeline$Segment segment
		int low
		int high
	public long getTime (java.util.Date) 
		java.util.Date revisedDate
		java.util.Date date
		long result
	public java.util.Date getDate (long) 
		long value
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.SegmentedTimeline clone
	static long access$000 (org.jfree.chart.axis.SegmentedTimeline) 
		org.jfree.chart.axis.SegmentedTimeline x0
	static long access$100 (org.jfree.chart.axis.SegmentedTimeline) 
		org.jfree.chart.axis.SegmentedTimeline x0
	static int access$200 (org.jfree.chart.axis.SegmentedTimeline) 
		org.jfree.chart.axis.SegmentedTimeline x0
	static int access$300 (org.jfree.chart.axis.SegmentedTimeline) 
		org.jfree.chart.axis.SegmentedTimeline x0
	static int access$400 (org.jfree.chart.axis.SegmentedTimeline, org.jfree.chart.axis.SegmentedTimeline$Segment) 
		org.jfree.chart.axis.SegmentedTimeline x0
		org.jfree.chart.axis.SegmentedTimeline$Segment x1
	static void  () 
		int offset
		java.util.Calendar cal
}

org/jfree/chart/axis/StandardTickUnitSource.class
StandardTickUnitSource.java
package org.jfree.chart.axis
public org.jfree.chart.axis.StandardTickUnitSource extends java.lang.Object implements org.jfree.chart.axis.TickUnitSource java.io.Serializable  {
	private static final double LOG_10_VALUE
	public void  () 
	public org.jfree.chart.axis.TickUnit getLargerTickUnit (org.jfree.chart.axis.TickUnit) 
		org.jfree.chart.axis.TickUnit unit
		double x
		double log
		double higher
	public org.jfree.chart.axis.TickUnit getCeilingTickUnit (org.jfree.chart.axis.TickUnit) 
		org.jfree.chart.axis.TickUnit unit
	public org.jfree.chart.axis.TickUnit getCeilingTickUnit (double) 
		double size
		double log
		double higher
	public boolean equals (java.lang.Object) 
		Object obj
	public int hashCode () 
	static void  () 
}

org/jfree/chart/axis/SubCategoryAxis.class
SubCategoryAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.SubCategoryAxis extends org.jfree.chart.axis.CategoryAxis implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List subCategories
	private java.awt.Font subLabelFont
	private transient java.awt.Paint subLabelPaint
	public void  (java.lang.String) 
		String label
	public void addSubCategory (java.lang.Comparable) 
		Comparable subCategory
	public java.awt.Font getSubLabelFont () 
	public void setSubLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getSubLabelPaint () 
	public void setSubLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.Plot plot
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisSpace space
		double maxdim
	private double getMaxDim (java.awt.Graphics2D, org.jfree.ui.RectangleEdge) 
		Comparable subcategory
		String label
		java.awt.geom.Rectangle2D bounds
		double dim
		java.awt.Graphics2D g2
		org.jfree.ui.RectangleEdge edge
		double result
		java.awt.FontMetrics fm
		java.util.Iterator iterator
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState state
	protected org.jfree.chart.axis.AxisState drawSubCategoryLabels (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisState, org.jfree.chart.plot.PlotRenderingInfo) 
		String label
		int i
		double x0
		double x1
		double y0
		double y1
		java.awt.geom.Rectangle2D area
		int subCategoryCount
		float width
		float height
		float xx
		float yy
		int categoryIndex
		double h
		double h
		double w
		double w
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisState state
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.data.category.CategoryDataset dataset
		int categoryCount
		double maxdim
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.SubCategoryAxis axis
		Object obj
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/axis/SymbolAxis.class
SymbolAxis.java
package org.jfree.chart.axis
public org.jfree.chart.axis.SymbolAxis extends org.jfree.chart.axis.NumberAxis implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Paint DEFAULT_GRID_BAND_PAINT
	public static final java.awt.Paint DEFAULT_GRID_BAND_ALTERNATE_PAINT
	private java.util.List symbols
	private boolean gridBandsVisible
	private transient java.awt.Paint gridBandPaint
	private transient java.awt.Paint gridBandAlternatePaint
	public void  (java.lang.String, java.lang.String[]) 
		String label
		String[] sv
	public java.lang.String[] getSymbols () 
		String[] result
	public boolean isGridBandsVisible () 
	public void setGridBandsVisible (boolean) 
		boolean flag
	public java.awt.Paint getGridBandPaint () 
	public void setGridBandPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getGridBandAlternatePaint () 
	public void setGridBandAlternatePaint (java.awt.Paint) 
		java.awt.Paint paint
	protected void selectAutoTickUnit (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
	public org.jfree.chart.axis.AxisState draw (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisState info
	protected void drawGridBands (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, java.util.List) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		java.awt.Shape savedClip
	protected void drawGridBandsHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, boolean, java.util.List) 
		double outlineStrokeWidth
		double xx1
		double xx2
		org.jfree.chart.axis.ValueTick tick
		java.awt.geom.Rectangle2D band
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		boolean firstGridBandIsDark
		java.util.List ticks
		boolean currentGridBandIsDark
		double yy
		double outlineStrokeWidth
		java.util.Iterator iterator
	protected void drawGridBandsVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, boolean, java.util.List) 
		double outlineStrokeWidth
		double yy1
		double yy2
		org.jfree.chart.axis.ValueTick tick
		java.awt.geom.Rectangle2D band
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D drawArea
		java.awt.geom.Rectangle2D plotArea
		boolean firstGridBandIsDark
		java.util.List ticks
		boolean currentGridBandIsDark
		double xx
		double outlineStrokeWidth
		java.awt.Stroke outlineStroke
		java.util.Iterator iterator
	protected void autoAdjustRange () 
		double upper
		double lower
		double range
		double minRange
		double upperMargin
		double lowerMargin
		org.jfree.chart.plot.Plot plot
	public java.util.List refreshTicks (java.awt.Graphics2D, org.jfree.chart.axis.AxisState, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		java.awt.Graphics2D g2
		org.jfree.chart.axis.AxisState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
	protected java.util.List refreshTicksHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		double avgTickLabelLength
		double currentTickValue
		double xx
		String tickLabel
		java.text.NumberFormat formatter
		java.awt.geom.Rectangle2D bounds
		double tickLabelLength
		boolean tickLabelsOverlapping
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		java.awt.Font tickLabelFont
		double size
		int count
		double lowestTickValue
		double previousDrawnTickLabelPos
		double previousDrawnTickLabelLength
	protected java.util.List refreshTicksVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		String tickLabel
		double avgTickLabelLength
		double currentTickValue
		double yy
		String tickLabel
		java.text.NumberFormat formatter
		java.awt.geom.Rectangle2D bounds
		double tickLabelLength
		boolean tickLabelsOverlapping
		org.jfree.ui.TextAnchor anchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
		org.jfree.chart.axis.Tick tick
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.util.List ticks
		java.awt.Font tickLabelFont
		double size
		int count
		double lowestTickValue
		double previousDrawnTickLabelPos
		double previousDrawnTickLabelLength
	public java.lang.String valueToString (double) 
		IndexOutOfBoundsException ex
		double value
		String strToReturn
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.SymbolAxis that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/axis/Tick.class
Tick.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.Tick extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private static final long serialVersionUID
	private String text
	private org.jfree.ui.TextAnchor textAnchor
	private org.jfree.ui.TextAnchor rotationAnchor
	private double angle
	public void  (java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		String text
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public java.lang.String getText () 
	public org.jfree.ui.TextAnchor getTextAnchor () 
	public org.jfree.ui.TextAnchor getRotationAnchor () 
	public double getAngle () 
	public boolean equals (java.lang.Object) 
		org.jfree.chart.axis.Tick t
		Object obj
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.Tick clone
	public java.lang.String toString () 
}

org/jfree/chart/axis/TickType.class
TickType.java
package org.jfree.chart.axis
public final org.jfree.chart.axis.TickType extends java.lang.Object implements java.io.Serializable  {
	public static final org.jfree.chart.axis.TickType MAJOR
	public static final org.jfree.chart.axis.TickType MINOR
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.TickType that
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
		Object result
	static void  () 
}

org/jfree/chart/axis/TickUnit.class
TickUnit.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.TickUnit extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	private static final long serialVersionUID
	private double size
	private int minorTickCount
	public void  (double) 
		double size
	public void  (double, int) 
		double size
		int minorTickCount
	public double getSize () 
	public int getMinorTickCount () 
	public java.lang.String valueToString (double) 
		double value
	public int compareTo (java.lang.Object) 
		org.jfree.chart.axis.TickUnit other
		Object object
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.TickUnit that
	public int hashCode () 
		long temp
}

org/jfree/chart/axis/TickUnitSource.class
TickUnitSource.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.TickUnitSource extends java.lang.Object {
	public abstract org.jfree.chart.axis.TickUnit getLargerTickUnit (org.jfree.chart.axis.TickUnit) 
	public abstract org.jfree.chart.axis.TickUnit getCeilingTickUnit (org.jfree.chart.axis.TickUnit) 
	public abstract org.jfree.chart.axis.TickUnit getCeilingTickUnit (double) 
}

org/jfree/chart/axis/TickUnits.class
TickUnits.java
package org.jfree.chart.axis
public org.jfree.chart.axis.TickUnits extends java.lang.Object implements org.jfree.chart.axis.TickUnitSource java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List tickUnits
	public void  () 
	public void add (org.jfree.chart.axis.TickUnit) 
		org.jfree.chart.axis.TickUnit unit
	public int size () 
	public org.jfree.chart.axis.TickUnit get (int) 
		int pos
	public org.jfree.chart.axis.TickUnit getLargerTickUnit (org.jfree.chart.axis.TickUnit) 
		org.jfree.chart.axis.TickUnit unit
		int index
	public org.jfree.chart.axis.TickUnit getCeilingTickUnit (org.jfree.chart.axis.TickUnit) 
		org.jfree.chart.axis.TickUnit unit
		int index
	public org.jfree.chart.axis.TickUnit getCeilingTickUnit (double) 
		double size
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.TickUnits clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.TickUnits that
}

org/jfree/chart/axis/Timeline.class
Timeline.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.Timeline extends java.lang.Object {
	public abstract long toTimelineValue (long) 
	public abstract long toTimelineValue (java.util.Date) 
	public abstract long toMillisecond (long) 
	public abstract boolean containsDomainValue (long) 
	public abstract boolean containsDomainValue (java.util.Date) 
	public abstract boolean containsDomainRange (long, long) 
	public abstract boolean containsDomainRange (java.util.Date, java.util.Date) 
}

org/jfree/chart/axis/ValueAxis.class
ValueAxis.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.ValueAxis extends org.jfree.chart.axis.Axis implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.data.Range DEFAULT_RANGE
	public static final boolean DEFAULT_AUTO_RANGE
	public static final boolean DEFAULT_INVERTED
	public static final double DEFAULT_AUTO_RANGE_MINIMUM_SIZE
	public static final double DEFAULT_LOWER_MARGIN
	public static final double DEFAULT_UPPER_MARGIN
	public static final double DEFAULT_LOWER_BOUND
	public static final double DEFAULT_UPPER_BOUND
	public static final boolean DEFAULT_AUTO_TICK_UNIT_SELECTION
	public static final int MAXIMUM_TICK_COUNT
	private boolean positiveArrowVisible
	private boolean negativeArrowVisible
	private transient java.awt.Shape upArrow
	private transient java.awt.Shape downArrow
	private transient java.awt.Shape leftArrow
	private transient java.awt.Shape rightArrow
	private boolean inverted
	private org.jfree.data.Range range
	private boolean autoRange
	private double autoRangeMinimumSize
	private org.jfree.data.Range defaultAutoRange
	private double upperMargin
	private double lowerMargin
	private double fixedAutoRange
	private boolean autoTickUnitSelection
	private org.jfree.chart.axis.TickUnitSource standardTickUnits
	private int autoTickIndex
	private boolean verticalTickLabels
	protected void  (java.lang.String, org.jfree.chart.axis.TickUnitSource) 
		String label
		org.jfree.chart.axis.TickUnitSource standardTickUnits
		java.awt.Polygon p1
		java.awt.Polygon p2
		java.awt.Polygon p3
		java.awt.Polygon p4
	public boolean isVerticalTickLabels () 
	public void setVerticalTickLabels (boolean) 
		boolean flag
	public boolean isPositiveArrowVisible () 
	public void setPositiveArrowVisible (boolean) 
		boolean visible
	public boolean isNegativeArrowVisible () 
	public void setNegativeArrowVisible (boolean) 
		boolean visible
	public java.awt.Shape getUpArrow () 
	public void setUpArrow (java.awt.Shape) 
		java.awt.Shape arrow
	public java.awt.Shape getDownArrow () 
	public void setDownArrow (java.awt.Shape) 
		java.awt.Shape arrow
	public java.awt.Shape getLeftArrow () 
	public void setLeftArrow (java.awt.Shape) 
		java.awt.Shape arrow
	public java.awt.Shape getRightArrow () 
	public void setRightArrow (java.awt.Shape) 
		java.awt.Shape arrow
	protected void drawAxisLine (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double x
		double y
		java.awt.Shape arrow
		java.awt.geom.AffineTransform transformer
		java.awt.Shape shape
		double x
		double y
		java.awt.Shape arrow
		java.awt.geom.AffineTransform transformer
		java.awt.Shape shape
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		java.awt.geom.Line2D axisLine
		boolean drawUpOrRight
		boolean drawDownOrLeft
	protected float[] calculateAnchorPoint (org.jfree.chart.axis.ValueTick, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		org.jfree.chart.axis.ValueTick tick
		double cursor
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.ui.RectangleInsets insets
		float[] result
	protected org.jfree.chart.axis.AxisState drawTickMarksAndLabels (java.awt.Graphics2D, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		float[] anchorPoint
		float xx
		java.awt.geom.Line2D mark
		org.jfree.chart.axis.ValueTick tick
		java.awt.Graphics2D g2
		double cursor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisState state
		double ol
		double il
		java.util.List ticks
		java.util.Iterator iterator
		double used
	public org.jfree.chart.axis.AxisSpace reserveSpace (java.awt.Graphics2D, org.jfree.chart.plot.Plot, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge, org.jfree.chart.axis.AxisSpace) 
		java.util.List ticks
		java.awt.Graphics2D g2
		org.jfree.chart.plot.Plot plot
		java.awt.geom.Rectangle2D plotArea
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.AxisSpace space
		double dimension
		double tickLabelHeight
		double tickLabelWidth
		java.awt.geom.Rectangle2D labelEnclosure
		double labelHeight
		double labelWidth
	protected double findMaximumTickLabelHeight (java.util.List, java.awt.Graphics2D, java.awt.geom.Rectangle2D, boolean) 
		org.jfree.chart.axis.Tick tick
		java.awt.geom.Rectangle2D labelBounds
		java.awt.FontMetrics fm
		java.util.Iterator iterator
		java.awt.font.LineMetrics metrics
		java.util.List ticks
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D drawArea
		boolean vertical
		org.jfree.ui.RectangleInsets insets
		java.awt.Font font
		double maxHeight
	protected double findMaximumTickLabelWidth (java.util.List, java.awt.Graphics2D, java.awt.geom.Rectangle2D, boolean) 
		org.jfree.chart.axis.Tick tick
		java.awt.geom.Rectangle2D labelBounds
		java.awt.FontMetrics fm
		java.util.Iterator iterator
		java.awt.font.LineMetrics metrics
		java.util.List ticks
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D drawArea
		boolean vertical
		org.jfree.ui.RectangleInsets insets
		java.awt.Font font
		double maxWidth
	public boolean isInverted () 
	public void setInverted (boolean) 
		boolean flag
	public boolean isAutoRange () 
	public void setAutoRange (boolean) 
		boolean auto
	protected void setAutoRange (boolean, boolean) 
		boolean auto
		boolean notify
	public double getAutoRangeMinimumSize () 
	public void setAutoRangeMinimumSize (double) 
		double size
	public void setAutoRangeMinimumSize (double, boolean) 
		double size
		boolean notify
	public org.jfree.data.Range getDefaultAutoRange () 
	public void setDefaultAutoRange (org.jfree.data.Range) 
		org.jfree.data.Range range
	public double getLowerMargin () 
	public void setLowerMargin (double) 
		double margin
	public double getUpperMargin () 
	public void setUpperMargin (double) 
		double margin
	public double getFixedAutoRange () 
	public void setFixedAutoRange (double) 
		double length
	public double getLowerBound () 
	public void setLowerBound (double) 
		double min
	public double getUpperBound () 
	public void setUpperBound (double) 
		double max
	public org.jfree.data.Range getRange () 
	public void setRange (org.jfree.data.Range) 
		org.jfree.data.Range range
	public void setRange (org.jfree.data.Range, boolean, boolean) 
		org.jfree.data.Range range
		boolean turnOffAutoRange
		boolean notify
	public void setRange (double, double) 
		double lower
		double upper
	public void setRangeWithMargins (org.jfree.data.Range) 
		org.jfree.data.Range range
	public void setRangeWithMargins (org.jfree.data.Range, boolean, boolean) 
		org.jfree.data.Range range
		boolean turnOffAutoRange
		boolean notify
	public void setRangeWithMargins (double, double) 
		double lower
		double upper
	public void setRangeAboutValue (double, double) 
		double value
		double length
	public boolean isAutoTickUnitSelection () 
	public void setAutoTickUnitSelection (boolean) 
		boolean flag
	public void setAutoTickUnitSelection (boolean, boolean) 
		boolean flag
		boolean notify
	public org.jfree.chart.axis.TickUnitSource getStandardTickUnits () 
	public void setStandardTickUnits (org.jfree.chart.axis.TickUnitSource) 
		org.jfree.chart.axis.TickUnitSource source
	public abstract double valueToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
	public double lengthToJava2D (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
		double length
		java.awt.geom.Rectangle2D area
		org.jfree.ui.RectangleEdge edge
		double zero
		double l
	public abstract double java2DToValue (double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge) 
	protected abstract void autoAdjustRange () 
	public void centerRange (double) 
		double value
		double central
		org.jfree.data.Range adjusted
	public void resizeRange (double) 
		double percent
	public void resizeRange (double, double) 
		double halfLength
		org.jfree.data.Range adjusted
		double percent
		double anchorValue
	public void zoomRange (double, double) 
		double lowerPercent
		double upperPercent
		double start
		double length
		org.jfree.data.Range adjusted
	protected int getAutoTickIndex () 
	protected void setAutoTickIndex (int) 
		int index
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.ValueAxis that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.ValueAxis clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/axis/ValueTick.class
ValueTick.java
package org.jfree.chart.axis
public abstract org.jfree.chart.axis.ValueTick extends org.jfree.chart.axis.Tick {
	private double value
	private org.jfree.chart.axis.TickType tickType
	public void  (double, java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		double value
		String label
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public void  (org.jfree.chart.axis.TickType, double, java.lang.String, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		org.jfree.chart.axis.TickType tickType
		double value
		String label
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public double getValue () 
	public org.jfree.chart.axis.TickType getTickType () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.axis.ValueTick that
}

org/jfree/chart/block/AbstractBlock.class
AbstractBlock.java
package org.jfree.chart.block
public org.jfree.chart.block.AbstractBlock extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private String id
	private org.jfree.ui.RectangleInsets margin
	private org.jfree.chart.block.BlockFrame frame
	private org.jfree.ui.RectangleInsets padding
	private double width
	private double height
	private transient java.awt.geom.Rectangle2D bounds
	protected void  () 
	public java.lang.String getID () 
	public void setID (java.lang.String) 
		String id
	public double getWidth () 
	public void setWidth (double) 
		double width
	public double getHeight () 
	public void setHeight (double) 
		double height
	public org.jfree.ui.RectangleInsets getMargin () 
	public void setMargin (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets margin
	public void setMargin (double, double, double, double) 
		double top
		double left
		double bottom
		double right
	public org.jfree.chart.block.BlockBorder getBorder () 
	public void setBorder (org.jfree.chart.block.BlockBorder) 
		org.jfree.chart.block.BlockBorder border
	public void setBorder (double, double, double, double) 
		double top
		double left
		double bottom
		double right
	public org.jfree.chart.block.BlockFrame getFrame () 
	public void setFrame (org.jfree.chart.block.BlockFrame) 
		org.jfree.chart.block.BlockFrame frame
	public org.jfree.ui.RectangleInsets getPadding () 
	public void setPadding (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets padding
	public void setPadding (double, double, double, double) 
		double top
		double left
		double bottom
		double right
	public double getContentXOffset () 
	public double getContentYOffset () 
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D) 
		java.awt.Graphics2D g2
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D base
	public java.awt.geom.Rectangle2D getBounds () 
	public void setBounds (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D bounds
	protected double trimToContentWidth (double) 
		double fixedWidth
		double result
	protected double trimToContentHeight (double) 
		double fixedHeight
		double result
	protected org.jfree.chart.block.RectangleConstraint toContentConstraint (org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		double w
		org.jfree.data.Range wr
		double h
		org.jfree.data.Range hr
		double ww
		double hh
		org.jfree.data.Range wwr
		org.jfree.data.Range hhr
	private org.jfree.data.Range trimToContentWidth (org.jfree.data.Range) 
		org.jfree.data.Range r
		double lowerBound
		double upperBound
	private org.jfree.data.Range trimToContentHeight (org.jfree.data.Range) 
		org.jfree.data.Range r
		double lowerBound
		double upperBound
	protected double calculateTotalWidth (double) 
		double contentWidth
		double result
	protected double calculateTotalHeight (double) 
		double contentHeight
		double result
	protected java.awt.geom.Rectangle2D trimMargin (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	protected java.awt.geom.Rectangle2D trimBorder (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	protected java.awt.geom.Rectangle2D trimPadding (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	protected void drawBorder (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.AbstractBlock that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		org.jfree.chart.block.AbstractBlock clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/block/Arrangement.class
Arrangement.java
package org.jfree.chart.block
public abstract org.jfree.chart.block.Arrangement extends java.lang.Object {
	public abstract void add (org.jfree.chart.block.Block, java.lang.Object) 
	public abstract org.jfree.ui.Size2D arrange (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
	public abstract void clear () 
}

org/jfree/chart/block/Block.class
Block.java
package org.jfree.chart.block
public abstract org.jfree.chart.block.Block extends java.lang.Object implements org.jfree.ui.Drawable  {
	public abstract java.lang.String getID () 
	public abstract void setID (java.lang.String) 
	public abstract org.jfree.ui.Size2D arrange (java.awt.Graphics2D) 
	public abstract org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
	public abstract java.awt.geom.Rectangle2D getBounds () 
	public abstract void setBounds (java.awt.geom.Rectangle2D) 
	public abstract java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
}

org/jfree/chart/block/BlockBorder.class
BlockBorder.java
package org.jfree.chart.block
public org.jfree.chart.block.BlockBorder extends java.lang.Object implements org.jfree.chart.block.BlockFrame java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.block.BlockBorder NONE
	private org.jfree.ui.RectangleInsets insets
	private transient java.awt.Paint paint
	public void  () 
	public void  (java.awt.Paint) 
		java.awt.Paint paint
	public void  (double, double, double, double) 
		double top
		double left
		double bottom
		double right
	public void  (double, double, double, double, java.awt.Paint) 
		double top
		double left
		double bottom
		double right
		java.awt.Paint paint
	public void  (org.jfree.ui.RectangleInsets, java.awt.Paint) 
		org.jfree.ui.RectangleInsets insets
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getInsets () 
	public java.awt.Paint getPaint () 
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		double t
		double b
		double l
		double r
		double x
		double y
		double w
		double h
		java.awt.geom.Rectangle2D rect
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.BlockBorder that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/block/BlockContainer.class
BlockContainer.java
package org.jfree.chart.block
public org.jfree.chart.block.BlockContainer extends org.jfree.chart.block.AbstractBlock implements org.jfree.chart.block.Block java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List blocks
	private org.jfree.chart.block.Arrangement arrangement
	public void  () 
	public void  (org.jfree.chart.block.Arrangement) 
		org.jfree.chart.block.Arrangement arrangement
	public org.jfree.chart.block.Arrangement getArrangement () 
	public void setArrangement (org.jfree.chart.block.Arrangement) 
		org.jfree.chart.block.Arrangement arrangement
	public boolean isEmpty () 
	public java.util.List getBlocks () 
	public void add (org.jfree.chart.block.Block) 
		org.jfree.chart.block.Block block
	public void add (org.jfree.chart.block.Block, java.lang.Object) 
		org.jfree.chart.block.Block block
		Object key
	public void clear () 
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		org.jfree.chart.block.EntityBlockResult ebr
		org.jfree.chart.entity.EntityCollection ec
		org.jfree.chart.block.Block block
		java.awt.geom.Rectangle2D bounds
		java.awt.geom.Rectangle2D drawArea
		Object r
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
		org.jfree.chart.block.EntityBlockParams ebp
		org.jfree.chart.entity.StandardEntityCollection sec
		java.awt.geom.Rectangle2D contentArea
		java.util.Iterator iterator
		org.jfree.chart.block.BlockResult result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.BlockContainer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.block.BlockContainer clone
}

org/jfree/chart/block/BlockFrame.class
BlockFrame.java
package org.jfree.chart.block
public abstract org.jfree.chart.block.BlockFrame extends java.lang.Object {
	public abstract org.jfree.ui.RectangleInsets getInsets () 
	public abstract void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
}

org/jfree/chart/block/BlockParams.class
BlockParams.java
package org.jfree.chart.block
public org.jfree.chart.block.BlockParams extends java.lang.Object implements org.jfree.chart.block.EntityBlockParams  {
	private boolean generateEntities
	private double translateX
	private double translateY
	public void  () 
	public boolean getGenerateEntities () 
	public void setGenerateEntities (boolean) 
		boolean generate
	public double getTranslateX () 
	public void setTranslateX (double) 
		double x
	public double getTranslateY () 
	public void setTranslateY (double) 
		double y
}

org/jfree/chart/block/BlockResult.class
BlockResult.java
package org.jfree.chart.block
public org.jfree.chart.block.BlockResult extends java.lang.Object implements org.jfree.chart.block.EntityBlockResult  {
	private org.jfree.chart.entity.EntityCollection entities
	public void  () 
	public org.jfree.chart.entity.EntityCollection getEntityCollection () 
	public void setEntityCollection (org.jfree.chart.entity.EntityCollection) 
		org.jfree.chart.entity.EntityCollection entities
}

org/jfree/chart/block/BorderArrangement.class
BorderArrangement.java
package org.jfree.chart.block
public org.jfree.chart.block.BorderArrangement extends java.lang.Object implements org.jfree.chart.block.Arrangement java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.block.Block centerBlock
	private org.jfree.chart.block.Block topBlock
	private org.jfree.chart.block.Block bottomBlock
	private org.jfree.chart.block.Block leftBlock
	private org.jfree.chart.block.Block rightBlock
	public void  () 
	public void add (org.jfree.chart.block.Block, java.lang.Object) 
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.block.Block block
		Object key
	public org.jfree.ui.Size2D arrange (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.RectangleConstraint contentConstraint
		org.jfree.ui.Size2D contentSize
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
	protected org.jfree.ui.Size2D arrangeNN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D) 
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		double[] w
		double[] h
		double width
		double centerHeight
		double height
	protected org.jfree.ui.Size2D arrangeFR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		double h
		org.jfree.chart.block.RectangleConstraint c2
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D size1
	protected org.jfree.ui.Size2D arrangeFN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, double) 
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		org.jfree.ui.Size2D size
		double maxW
		org.jfree.chart.block.RectangleConstraint c3
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c4
		org.jfree.ui.Size2D size
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		double width
		double[] w
		double[] h
		org.jfree.chart.block.RectangleConstraint c1
		org.jfree.chart.block.RectangleConstraint c2
		double height
	protected org.jfree.ui.Size2D arrangeRR (org.jfree.chart.block.BlockContainer, org.jfree.data.Range, org.jfree.data.Range, java.awt.Graphics2D) 
		org.jfree.chart.block.RectangleConstraint c1
		org.jfree.ui.Size2D size
		org.jfree.data.Range heightRange2
		org.jfree.chart.block.RectangleConstraint c2
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c3
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c4
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c5
		org.jfree.ui.Size2D size
		org.jfree.chart.block.BlockContainer container
		org.jfree.data.Range widthRange
		org.jfree.data.Range heightRange
		java.awt.Graphics2D g2
		double[] w
		double[] h
		org.jfree.data.Range heightRange3
		org.jfree.data.Range widthRange2
		org.jfree.data.Range widthRange3
		double width
		double height
	protected org.jfree.ui.Size2D arrangeFF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c1
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c2
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c3
		org.jfree.ui.Size2D size
		org.jfree.chart.block.RectangleConstraint c4
		org.jfree.ui.Size2D size
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		double[] w
		double[] h
		org.jfree.chart.block.RectangleConstraint c5
	public void clear () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.BorderArrangement that
}

org/jfree/chart/block/CenterArrangement.class
CenterArrangement.java
package org.jfree.chart.block
public org.jfree.chart.block.CenterArrangement extends java.lang.Object implements org.jfree.chart.block.Arrangement java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void add (org.jfree.chart.block.Block, java.lang.Object) 
		org.jfree.chart.block.Block block
		Object key
	public org.jfree.ui.Size2D arrange (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
	protected org.jfree.ui.Size2D arrangeFN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		java.util.List blocks
		org.jfree.chart.block.Block b
		org.jfree.ui.Size2D s
		double width
		java.awt.geom.Rectangle2D bounds
	protected org.jfree.ui.Size2D arrangeFR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s
	protected org.jfree.ui.Size2D arrangeFF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
	protected org.jfree.ui.Size2D arrangeRR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s1
	protected org.jfree.ui.Size2D arrangeRF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s
	protected org.jfree.ui.Size2D arrangeRN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s1
	protected org.jfree.ui.Size2D arrangeNN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		java.util.List blocks
		org.jfree.chart.block.Block b
		org.jfree.ui.Size2D s
	protected org.jfree.ui.Size2D arrangeNF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
	public void clear () 
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/block/ColorBlock.class
ColorBlock.java
package org.jfree.chart.block
public org.jfree.chart.block.ColorBlock extends org.jfree.chart.block.AbstractBlock implements org.jfree.chart.block.Block  {
	static final long serialVersionUID
	private transient java.awt.Paint paint
	public void  (java.awt.Paint, double, double) 
		java.awt.Paint paint
		double width
		double height
	public java.awt.Paint getPaint () 
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Rectangle2D bounds
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.ColorBlock that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/block/ColumnArrangement.class
ColumnArrangement.java
package org.jfree.chart.block
public org.jfree.chart.block.ColumnArrangement extends java.lang.Object implements org.jfree.chart.block.Arrangement java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.ui.HorizontalAlignment horizontalAlignment
	private org.jfree.ui.VerticalAlignment verticalAlignment
	private double horizontalGap
	private double verticalGap
	public void  () 
	public void  (org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment, double, double) 
		org.jfree.ui.HorizontalAlignment hAlign
		org.jfree.ui.VerticalAlignment vAlign
		double hGap
		double vGap
	public void add (org.jfree.chart.block.Block, java.lang.Object) 
		org.jfree.chart.block.Block block
		Object key
	public org.jfree.ui.Size2D arrange (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
	protected org.jfree.ui.Size2D arrangeFF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
	protected org.jfree.ui.Size2D arrangeNF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.Block block
		org.jfree.ui.Size2D size
		int i
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		java.util.List blocks
		double height
		double x
		double y
		double maxWidth
		java.util.List itemsInColumn
	protected org.jfree.ui.Size2D arrangeRR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s1
	protected org.jfree.ui.Size2D arrangeRF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s
	protected org.jfree.ui.Size2D arrangeNN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D) 
		org.jfree.chart.block.Block block
		int i
		int i
		org.jfree.ui.Size2D[] sizes
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		double y
		double height
		double maxWidth
		java.util.List blocks
		int blockCount
	public void clear () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.ColumnArrangement that
}

org/jfree/chart/block/EmptyBlock.class
EmptyBlock.java
package org.jfree.chart.block
public org.jfree.chart.block.EmptyBlock extends org.jfree.chart.block.AbstractBlock implements org.jfree.chart.block.Block java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  (double, double) 
		double width
		double height
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/block/EntityBlockParams.class
EntityBlockParams.java
package org.jfree.chart.block
public abstract org.jfree.chart.block.EntityBlockParams extends java.lang.Object {
	public abstract boolean getGenerateEntities () 
}

org/jfree/chart/block/EntityBlockResult.class
EntityBlockResult.java
package org.jfree.chart.block
public abstract org.jfree.chart.block.EntityBlockResult extends java.lang.Object {
	public abstract org.jfree.chart.entity.EntityCollection getEntityCollection () 
}

org/jfree/chart/block/FlowArrangement.class
FlowArrangement.java
package org.jfree.chart.block
public org.jfree.chart.block.FlowArrangement extends java.lang.Object implements org.jfree.chart.block.Arrangement java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.ui.HorizontalAlignment horizontalAlignment
	private org.jfree.ui.VerticalAlignment verticalAlignment
	private double horizontalGap
	private double verticalGap
	public void  () 
	public void  (org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment, double, double) 
		org.jfree.ui.HorizontalAlignment hAlign
		org.jfree.ui.VerticalAlignment vAlign
		double hGap
		double vGap
	public void add (org.jfree.chart.block.Block, java.lang.Object) 
		org.jfree.chart.block.Block block
		Object key
	public org.jfree.ui.Size2D arrange (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
	protected org.jfree.ui.Size2D arrangeFN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.Block block
		org.jfree.ui.Size2D size
		int i
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		java.util.List blocks
		double width
		double x
		double y
		double maxHeight
		java.util.List itemsInRow
	protected org.jfree.ui.Size2D arrangeFR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s
	protected org.jfree.ui.Size2D arrangeFF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
	protected org.jfree.ui.Size2D arrangeRR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s1
	protected org.jfree.ui.Size2D arrangeRF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s
	protected org.jfree.ui.Size2D arrangeRN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s1
	protected org.jfree.ui.Size2D arrangeNN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D) 
		org.jfree.chart.block.Block block
		int i
		int i
		org.jfree.ui.Size2D[] sizes
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		double x
		double width
		double maxHeight
		java.util.List blocks
		int blockCount
	protected org.jfree.ui.Size2D arrangeNF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
	public void clear () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.FlowArrangement that
}

org/jfree/chart/block/GridArrangement.class
GridArrangement.java
package org.jfree.chart.block
public org.jfree.chart.block.GridArrangement extends java.lang.Object implements org.jfree.chart.block.Arrangement java.io.Serializable  {
	private static final long serialVersionUID
	private int rows
	private int columns
	public void  (int, int) 
		int rows
		int columns
	public void add (org.jfree.chart.block.Block, java.lang.Object) 
		org.jfree.chart.block.Block block
		Object key
	public org.jfree.ui.Size2D arrange (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
	protected org.jfree.ui.Size2D arrangeNN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D) 
		org.jfree.chart.block.Block b
		org.jfree.ui.Size2D s
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		double maxW
		double maxH
		java.util.List blocks
		java.util.Iterator iterator
		double width
		double height
		org.jfree.chart.block.RectangleConstraint c
	protected org.jfree.ui.Size2D arrangeFF (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		int index
		org.jfree.chart.block.Block b
		int r
		int c
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		double width
		double height
		java.util.List blocks
	protected org.jfree.ui.Size2D arrangeFR (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		double h
		org.jfree.chart.block.RectangleConstraint c2
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.RectangleConstraint c1
		org.jfree.ui.Size2D size1
	protected org.jfree.ui.Size2D arrangeFN (org.jfree.chart.block.BlockContainer, java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		int index
		org.jfree.chart.block.Block b
		org.jfree.ui.Size2D s
		int c
		int r
		org.jfree.chart.block.BlockContainer container
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		double width
		org.jfree.chart.block.RectangleConstraint constraint2
		java.util.List blocks
		double maxH
		org.jfree.chart.block.RectangleConstraint constraint3
	public void clear () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.GridArrangement that
}

org/jfree/chart/block/LabelBlock.class
LabelBlock.java
package org.jfree.chart.block
public org.jfree.chart.block.LabelBlock extends org.jfree.chart.block.AbstractBlock implements org.jfree.chart.block.Block org.jfree.util.PublicCloneable  {
	static final long serialVersionUID
	private String text
	private org.jfree.text.TextBlock label
	private java.awt.Font font
	private String toolTipText
	private String urlText
	public static final java.awt.Paint DEFAULT_PAINT
	private transient java.awt.Paint paint
	public void  (java.lang.String) 
		String label
	public void  (java.lang.String, java.awt.Font) 
		String text
		java.awt.Font font
	public void  (java.lang.String, java.awt.Font, java.awt.Paint) 
		String text
		java.awt.Font font
		java.awt.Paint paint
	public java.awt.Font getFont () 
	public void setFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.lang.String getToolTipText () 
	public void setToolTipText (java.lang.String) 
		String text
	public java.lang.String getURLText () 
	public void setURLText (java.lang.String) 
		String text
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D s
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		org.jfree.chart.entity.ChartEntity entity
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
		org.jfree.chart.block.EntityBlockParams ebp
		org.jfree.chart.entity.StandardEntityCollection sec
		java.awt.Shape entityArea
		org.jfree.chart.block.BlockResult result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.LabelBlock that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/block/LengthConstraintType.class
LengthConstraintType.java
package org.jfree.chart.block
public final org.jfree.chart.block.LengthConstraintType extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.block.LengthConstraintType NONE
	public static final org.jfree.chart.block.LengthConstraintType RANGE
	public static final org.jfree.chart.block.LengthConstraintType FIXED
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.LengthConstraintType that
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/block/LineBorder.class
LineBorder.java
package org.jfree.chart.block
public org.jfree.chart.block.LineBorder extends java.lang.Object implements org.jfree.chart.block.BlockFrame java.io.Serializable  {
	static final long serialVersionUID
	private transient java.awt.Paint paint
	private transient java.awt.Stroke stroke
	private org.jfree.ui.RectangleInsets insets
	public void  () 
	public void  (java.awt.Paint, java.awt.Stroke, org.jfree.ui.RectangleInsets) 
		java.awt.Paint paint
		java.awt.Stroke stroke
		org.jfree.ui.RectangleInsets insets
	public java.awt.Paint getPaint () 
	public org.jfree.ui.RectangleInsets getInsets () 
	public java.awt.Stroke getStroke () 
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		double w
		double h
		double t
		double b
		double l
		double r
		double x
		double y
		double x0
		double x1
		double y0
		double y1
		java.awt.geom.Line2D line
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.block.LineBorder that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/block/RectangleConstraint.class
RectangleConstraint.java
package org.jfree.chart.block
public org.jfree.chart.block.RectangleConstraint extends java.lang.Object {
	public static final org.jfree.chart.block.RectangleConstraint NONE
	private double width
	private org.jfree.data.Range widthRange
	private org.jfree.chart.block.LengthConstraintType widthConstraintType
	private double height
	private org.jfree.data.Range heightRange
	private org.jfree.chart.block.LengthConstraintType heightConstraintType
	public void  (double, double) 
		double w
		double h
	public void  (org.jfree.data.Range, org.jfree.data.Range) 
		org.jfree.data.Range w
		org.jfree.data.Range h
	public void  (org.jfree.data.Range, double) 
		org.jfree.data.Range w
		double h
	public void  (double, org.jfree.data.Range) 
		double w
		org.jfree.data.Range h
	public void  (double, org.jfree.data.Range, org.jfree.chart.block.LengthConstraintType, double, org.jfree.data.Range, org.jfree.chart.block.LengthConstraintType) 
		double w
		org.jfree.data.Range widthRange
		org.jfree.chart.block.LengthConstraintType widthConstraintType
		double h
		org.jfree.data.Range heightRange
		org.jfree.chart.block.LengthConstraintType heightConstraintType
	public double getWidth () 
	public org.jfree.data.Range getWidthRange () 
	public org.jfree.chart.block.LengthConstraintType getWidthConstraintType () 
	public double getHeight () 
	public org.jfree.data.Range getHeightRange () 
	public org.jfree.chart.block.LengthConstraintType getHeightConstraintType () 
	public org.jfree.chart.block.RectangleConstraint toUnconstrainedWidth () 
	public org.jfree.chart.block.RectangleConstraint toUnconstrainedHeight () 
	public org.jfree.chart.block.RectangleConstraint toFixedWidth (double) 
		double width
	public org.jfree.chart.block.RectangleConstraint toFixedHeight (double) 
		double height
	public org.jfree.chart.block.RectangleConstraint toRangeWidth (org.jfree.data.Range) 
		org.jfree.data.Range range
	public org.jfree.chart.block.RectangleConstraint toRangeHeight (org.jfree.data.Range) 
		org.jfree.data.Range range
	public java.lang.String toString () 
	public org.jfree.ui.Size2D calculateConstrainedSize (org.jfree.ui.Size2D) 
		org.jfree.ui.Size2D base
		org.jfree.ui.Size2D result
	static void  () 
}

org/jfree/chart/demo/BarChartDemo1.class
BarChartDemo1.java
package org.jfree.chart.demo
public org.jfree.chart.demo.BarChartDemo1 extends org.jfree.ui.ApplicationFrame {
	public void  (java.lang.String) 
		String title
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.JFreeChart chart
		org.jfree.chart.ChartPanel chartPanel
	private static org.jfree.data.category.CategoryDataset createDataset () 
		String series1
		String series2
		String series3
		String category1
		String category2
		String category3
		String category4
		String category5
		org.jfree.data.category.DefaultCategoryDataset dataset
	private static org.jfree.chart.JFreeChart createChart (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.JFreeChart chart
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.NumberAxis rangeAxis
		org.jfree.chart.renderer.category.BarRenderer renderer
		java.awt.GradientPaint gp0
		java.awt.GradientPaint gp1
		java.awt.GradientPaint gp2
		org.jfree.chart.axis.CategoryAxis domainAxis
	public static void main (java.lang.String[]) 
		String[] args
		org.jfree.chart.demo.BarChartDemo1 demo
}

org/jfree/chart/demo/PieChartDemo1.class
PieChartDemo1.java
package org.jfree.chart.demo
public org.jfree.chart.demo.PieChartDemo1 extends org.jfree.ui.ApplicationFrame {
	public void  (java.lang.String) 
		String title
	private static org.jfree.data.general.PieDataset createDataset () 
		org.jfree.data.general.DefaultPieDataset dataset
	private static org.jfree.chart.JFreeChart createChart (org.jfree.data.general.PieDataset) 
		org.jfree.data.general.PieDataset dataset
		org.jfree.chart.JFreeChart chart
		org.jfree.chart.plot.PiePlot plot
	public static javax.swing.JPanel createDemoPanel () 
		org.jfree.chart.JFreeChart chart
	public static void main (java.lang.String[]) 
		String[] args
		org.jfree.chart.demo.PieChartDemo1 demo
}

org/jfree/chart/demo/TimeSeriesChartDemo1.class
TimeSeriesChartDemo1.java
package org.jfree.chart.demo
public org.jfree.chart.demo.TimeSeriesChartDemo1 extends org.jfree.ui.ApplicationFrame {
	static Class class$org$jfree$data$time$Month
	public void  (java.lang.String) 
		String title
		org.jfree.chart.ChartPanel chartPanel
	private static org.jfree.chart.JFreeChart createChart (org.jfree.data.xy.XYDataset) 
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer renderer
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.JFreeChart chart
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.renderer.xy.XYItemRenderer r
		org.jfree.chart.axis.DateAxis axis
	private static org.jfree.data.xy.XYDataset createDataset () 
		org.jfree.data.time.TimeSeries s1
		org.jfree.data.time.TimeSeries s2
		org.jfree.data.time.TimeSeriesCollection dataset
	public static javax.swing.JPanel createDemoPanel () 
		org.jfree.chart.JFreeChart chart
	public static void main (java.lang.String[]) 
		String[] args
		org.jfree.chart.demo.TimeSeriesChartDemo1 demo
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/chart/editor/ChartEditor.class
ChartEditor.java
package org.jfree.chart.editor
public abstract org.jfree.chart.editor.ChartEditor extends java.lang.Object {
	public abstract void updateChart (org.jfree.chart.JFreeChart) 
}

org/jfree/chart/editor/ChartEditorFactory.class
ChartEditorFactory.java
package org.jfree.chart.editor
public abstract org.jfree.chart.editor.ChartEditorFactory extends java.lang.Object {
	public abstract org.jfree.chart.editor.ChartEditor createEditor (org.jfree.chart.JFreeChart) 
}

org/jfree/chart/editor/ChartEditorManager.class
ChartEditorManager.java
package org.jfree.chart.editor
public org.jfree.chart.editor.ChartEditorManager extends java.lang.Object {
	static org.jfree.chart.editor.ChartEditorFactory factory
	private void  () 
	public static org.jfree.chart.editor.ChartEditorFactory getChartEditorFactory () 
	public static void setChartEditorFactory (org.jfree.chart.editor.ChartEditorFactory) 
		org.jfree.chart.editor.ChartEditorFactory f
	public static org.jfree.chart.editor.ChartEditor getChartEditor (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	static void  () 
}

org/jfree/chart/editor/DefaultAxisEditor.class
DefaultAxisEditor.java
package org.jfree.chart.editor
 org.jfree.chart.editor.DefaultAxisEditor extends javax.swing.JPanel implements java.awt.event.ActionListener  {
	private javax.swing.JTextField label
	private java.awt.Font labelFont
	private org.jfree.ui.PaintSample labelPaintSample
	private javax.swing.JTextField labelFontField
	private java.awt.Font tickLabelFont
	private javax.swing.JTextField tickLabelFontField
	private org.jfree.ui.PaintSample tickLabelPaintSample
	private javax.swing.JPanel slot1
	private javax.swing.JPanel slot2
	private javax.swing.JCheckBox showTickLabelsCheckBox
	private javax.swing.JCheckBox showTickMarksCheckBox
	private org.jfree.ui.RectangleInsets tickLabelInsets
	private org.jfree.ui.RectangleInsets labelInsets
	private javax.swing.JTabbedPane otherTabs
	protected static java.util.ResourceBundle localizationResources
	public static org.jfree.chart.editor.DefaultAxisEditor getInstance (org.jfree.chart.axis.Axis) 
		org.jfree.chart.axis.Axis axis
	public void  (org.jfree.chart.axis.Axis) 
		org.jfree.chart.axis.Axis axis
		javax.swing.JPanel general
		javax.swing.JPanel interior
		javax.swing.JButton b
		javax.swing.JPanel other
		javax.swing.JPanel ticks
	public java.lang.String getLabel () 
	public java.awt.Font getLabelFont () 
	public java.awt.Paint getLabelPaint () 
	public boolean isTickLabelsVisible () 
	public java.awt.Font getTickLabelFont () 
	public java.awt.Paint getTickLabelPaint () 
	public boolean isTickMarksVisible () 
	public org.jfree.ui.RectangleInsets getTickLabelInsets () 
	public org.jfree.ui.RectangleInsets getLabelInsets () 
	public javax.swing.JTabbedPane getOtherTabs () 
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.awt.event.ActionEvent event
		String command
	private void attemptLabelFontSelection () 
		org.jfree.ui.FontChooserPanel panel
		int result
	private void attemptModifyLabelPaint () 
		java.awt.Color c
	public void attemptTickLabelFontSelection () 
		org.jfree.ui.FontChooserPanel panel
		int result
	public void setAxisProperties (org.jfree.chart.axis.Axis) 
		org.jfree.chart.axis.Axis axis
	static void  () 
}

org/jfree/chart/editor/DefaultChartEditor.class
DefaultChartEditor.java
package org.jfree.chart.editor
 org.jfree.chart.editor.DefaultChartEditor extends javax.swing.JPanel implements java.awt.event.ActionListener org.jfree.chart.editor.ChartEditor  {
	private org.jfree.chart.editor.DefaultTitleEditor titleEditor
	private org.jfree.chart.editor.DefaultPlotEditor plotEditor
	private javax.swing.JCheckBox antialias
	private org.jfree.ui.PaintSample background
	protected static java.util.ResourceBundle localizationResources
	public void  (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
		javax.swing.JPanel other
		javax.swing.JPanel general
		javax.swing.JPanel interior
		javax.swing.JButton button
		javax.swing.JTextField info
		javax.swing.JPanel parts
		org.jfree.chart.title.Title title
		org.jfree.chart.plot.Plot plot
		javax.swing.JTabbedPane tabs
	public org.jfree.chart.editor.DefaultTitleEditor getTitleEditor () 
	public org.jfree.chart.editor.DefaultPlotEditor getPlotEditor () 
	public boolean getAntiAlias () 
	public java.awt.Paint getBackgroundPaint () 
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.awt.event.ActionEvent event
		String command
	private void attemptModifyBackgroundPaint () 
		java.awt.Color c
	public void updateChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	static void  () 
}

org/jfree/chart/editor/DefaultChartEditorFactory.class
DefaultChartEditorFactory.java
package org.jfree.chart.editor
public org.jfree.chart.editor.DefaultChartEditorFactory extends java.lang.Object implements org.jfree.chart.editor.ChartEditorFactory  {
	public void  () 
	public org.jfree.chart.editor.ChartEditor createEditor (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
}

org/jfree/chart/editor/DefaultColorBarEditor.class
DefaultColorBarEditor.java
package org.jfree.chart.editor
 org.jfree.chart.editor.DefaultColorBarEditor extends org.jfree.chart.editor.DefaultNumberAxisEditor {
	private javax.swing.JCheckBox invertPaletteCheckBox
	private boolean invertPalette
	private javax.swing.JCheckBox stepPaletteCheckBox
	private boolean stepPalette
	private org.jfree.chart.editor.PaletteSample currentPalette
	private org.jfree.chart.editor.PaletteSample[] availablePaletteSamples
	protected static java.util.ResourceBundle localizationResources
	public void  (org.jfree.chart.axis.ColorBar) 
		org.jfree.chart.axis.ColorBar colorBar
		javax.swing.JTabbedPane other
		javax.swing.JPanel palettePanel
		javax.swing.JButton button
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.awt.event.ActionEvent event
		String command
	private void attemptPaletteSelection () 
		double zmin
		double zmax
		org.jfree.chart.editor.PaletteChooserPanel panel
		int result
	public void setAxisProperties (org.jfree.chart.axis.ColorBar) 
		org.jfree.chart.axis.ColorBar colorBar
	public static org.jfree.chart.editor.DefaultColorBarEditor getInstance (org.jfree.chart.axis.ColorBar) 
		org.jfree.chart.axis.ColorBar colorBar
	static void  () 
}

org/jfree/chart/editor/DefaultNumberAxisEditor.class
DefaultNumberAxisEditor.java
package org.jfree.chart.editor
 org.jfree.chart.editor.DefaultNumberAxisEditor extends org.jfree.chart.editor.DefaultAxisEditor implements java.awt.event.FocusListener  {
	private boolean autoRange
	private double minimumValue
	private double maximumValue
	private javax.swing.JCheckBox autoRangeCheckBox
	private javax.swing.JTextField minimumRangeValue
	private javax.swing.JTextField maximumRangeValue
	private org.jfree.ui.PaintSample gridPaintSample
	private org.jfree.ui.StrokeSample gridStrokeSample
	private org.jfree.ui.StrokeSample[] availableStrokeSamples
	protected static java.util.ResourceBundle localizationResources
	public void  (org.jfree.chart.axis.NumberAxis) 
		org.jfree.chart.axis.NumberAxis axis
		javax.swing.JTabbedPane other
		javax.swing.JPanel range
	public boolean isAutoRange () 
	public double getMinimumValue () 
	public double getMaximumValue () 
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.awt.event.ActionEvent event
		String command
	private void attemptGridStrokeSelection () 
		org.jfree.ui.StrokeChooserPanel panel
		int result
	private void attemptGridPaintSelection () 
		java.awt.Color c
	public void focusGained (java.awt.event.FocusEvent) 
		java.awt.event.FocusEvent event
	public void focusLost (java.awt.event.FocusEvent) 
		java.awt.event.FocusEvent event
	public void toggleAutoRange () 
	public void validateMinimum () 
		NumberFormatException e
		double newMin
	public void validateMaximum () 
		NumberFormatException e
		double newMax
	public void setAxisProperties (org.jfree.chart.axis.Axis) 
		org.jfree.chart.axis.Axis axis
		org.jfree.chart.axis.NumberAxis numberAxis
	static void  () 
}

org/jfree/chart/editor/DefaultPlotEditor.class
DefaultPlotEditor.java
package org.jfree.chart.editor
 org.jfree.chart.editor.DefaultPlotEditor extends javax.swing.JPanel implements java.awt.event.ActionListener  {
	private static final String[] orientationNames
	private static final int ORIENTATION_VERTICAL
	private static final int ORIENTATION_HORIZONTAL
	private org.jfree.ui.PaintSample backgroundPaintSample
	private org.jfree.ui.StrokeSample outlineStrokeSample
	private org.jfree.ui.PaintSample outlinePaintSample
	private org.jfree.chart.editor.DefaultAxisEditor domainAxisPropertyPanel
	private org.jfree.chart.editor.DefaultAxisEditor rangeAxisPropertyPanel
	private org.jfree.chart.editor.DefaultColorBarEditor colorBarAxisPropertyPanel
	private org.jfree.ui.StrokeSample[] availableStrokeSamples
	private org.jfree.ui.RectangleInsets plotInsets
	private org.jfree.chart.plot.PlotOrientation plotOrientation
	private javax.swing.JComboBox orientationCombo
	private Boolean drawLines
	private javax.swing.JCheckBox drawLinesCheckBox
	private Boolean drawShapes
	private javax.swing.JCheckBox drawShapesCheckBox
	protected static java.util.ResourceBundle localizationResources
	public void  (org.jfree.chart.plot.Plot) 
		org.jfree.chart.renderer.category.LineAndShapeRenderer r
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		org.jfree.chart.renderer.xy.StandardXYItemRenderer r
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		boolean isVertical
		int index
		org.jfree.chart.plot.Plot plot
		javax.swing.JPanel panel
		javax.swing.JPanel general
		javax.swing.JPanel interior
		javax.swing.JButton button
		javax.swing.JPanel appearance
		javax.swing.JTabbedPane tabs
		org.jfree.chart.axis.Axis domainAxis
		org.jfree.chart.axis.Axis rangeAxis
		org.jfree.chart.axis.ColorBar colorBar
	public org.jfree.ui.RectangleInsets getPlotInsets () 
	public java.awt.Paint getBackgroundPaint () 
	public java.awt.Stroke getOutlineStroke () 
	public java.awt.Paint getOutlinePaint () 
	public org.jfree.chart.editor.DefaultAxisEditor getDomainAxisPropertyEditPanel () 
	public org.jfree.chart.editor.DefaultAxisEditor getRangeAxisPropertyEditPanel () 
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.awt.event.ActionEvent event
		String command
	private void attemptBackgroundPaintSelection () 
		java.awt.Color c
	private void attemptOutlineStrokeSelection () 
		org.jfree.ui.StrokeChooserPanel panel
		int result
	private void attemptOutlinePaintSelection () 
		java.awt.Color c
	private void attemptOrientationSelection () 
		int index
	private void attemptDrawLinesSelection () 
	private void attemptDrawShapesSelection () 
	public void updatePlotProperties (org.jfree.chart.plot.Plot) 
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.axis.Axis domainAxis
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.axis.Axis rangeAxis
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.chart.renderer.category.CategoryItemRenderer r
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.renderer.xy.XYItemRenderer r
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.chart.renderer.category.CategoryItemRenderer r
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.renderer.xy.XYItemRenderer r
		org.jfree.chart.plot.ContourPlot p
		org.jfree.chart.axis.ColorBar colorBar
		org.jfree.chart.plot.Plot plot
	static void  () 
}

org/jfree/chart/editor/DefaultTitleEditor.class
DefaultTitleEditor.java
package org.jfree.chart.editor
 org.jfree.chart.editor.DefaultTitleEditor extends javax.swing.JPanel implements java.awt.event.ActionListener  {
	private boolean showTitle
	private javax.swing.JCheckBox showTitleCheckBox
	private javax.swing.JTextField titleField
	private java.awt.Font titleFont
	private javax.swing.JTextField fontfield
	private javax.swing.JButton selectFontButton
	private org.jfree.ui.PaintSample titlePaint
	private javax.swing.JButton selectPaintButton
	protected static java.util.ResourceBundle localizationResources
	public void  (org.jfree.chart.title.Title) 
		org.jfree.chart.title.Title title
		org.jfree.chart.title.TextTitle t
		javax.swing.JPanel general
		javax.swing.JPanel interior
		javax.swing.JLabel titleLabel
		javax.swing.JLabel fontLabel
		javax.swing.JLabel colorLabel
	public java.lang.String getTitleText () 
	public java.awt.Font getTitleFont () 
	public java.awt.Paint getTitlePaint () 
	public void actionPerformed (java.awt.event.ActionEvent) 
		java.awt.event.ActionEvent event
		String command
	public void attemptFontSelection () 
		org.jfree.ui.FontChooserPanel panel
		int result
	public void attemptPaintSelection () 
		java.awt.Paint p
		java.awt.Color defaultColor
		java.awt.Color c
	private void attemptModifyShowTitle () 
	private void enableOrDisableControls () 
		boolean enabled
	public void setTitleProperties (org.jfree.chart.JFreeChart) 
		org.jfree.chart.title.TextTitle title
		org.jfree.chart.JFreeChart chart
	static void  () 
}

org/jfree/chart/editor/LocalizationBundle.properties
org/jfree/chart/editor/LocalizationBundle_de.properties
org/jfree/chart/editor/LocalizationBundle_es.properties
org/jfree/chart/editor/LocalizationBundle_fr.properties
org/jfree/chart/editor/LocalizationBundle_nl.properties
org/jfree/chart/editor/LocalizationBundle_pl.properties
org/jfree/chart/editor/LocalizationBundle_pt_BR.properties
org/jfree/chart/editor/LocalizationBundle_pt_PT.properties
org/jfree/chart/editor/LocalizationBundle_ru.properties
org/jfree/chart/editor/LocalizationBundle_zh_CN.properties
org/jfree/chart/editor/PaletteChooserPanel.class
PaletteChooserPanel.java
package org.jfree.chart.editor
 org.jfree.chart.editor.PaletteChooserPanel extends javax.swing.JPanel {
	private javax.swing.JComboBox selector
	public void  (org.jfree.chart.editor.PaletteSample, org.jfree.chart.editor.PaletteSample[]) 
		org.jfree.chart.editor.PaletteSample current
		org.jfree.chart.editor.PaletteSample[] available
	public org.jfree.chart.plot.ColorPalette getSelectedPalette () 
		org.jfree.chart.editor.PaletteSample sample
}

org/jfree/chart/editor/PaletteSample.class
PaletteSample.java
package org.jfree.chart.editor
public org.jfree.chart.editor.PaletteSample extends javax.swing.JComponent implements javax.swing.ListCellRenderer  {
	private org.jfree.chart.plot.ColorPalette palette
	private java.awt.Dimension preferredSize
	public void  (org.jfree.chart.plot.ColorPalette) 
		org.jfree.chart.plot.ColorPalette palette
	public java.awt.Component getListCellRendererComponent (javax.swing.JList, java.lang.Object, int, boolean, boolean) 
		org.jfree.chart.editor.PaletteSample in
		javax.swing.JList list
		Object value
		int index
		boolean isSelected
		boolean cellHasFocus
	public org.jfree.chart.plot.ColorPalette getPalette () 
	public java.awt.Dimension getPreferredSize () 
	public void paintComponent (java.awt.Graphics) 
		java.awt.Graphics g
		java.awt.Graphics2D g2
		java.awt.Dimension size
		java.awt.Insets insets
		double ww
		double hh
		double y1
		double y2
		double xx
		java.awt.geom.Line2D line
		int count
	public void setPalette (org.jfree.chart.plot.ColorPalette) 
		org.jfree.chart.plot.ColorPalette palette
}

org/jfree/chart/encoders/EncoderUtil.class
EncoderUtil.java
package org.jfree.chart.encoders
public org.jfree.chart.encoders.EncoderUtil extends java.lang.Object {
	public void  () 
	public static byte[] encode (java.awt.image.BufferedImage, java.lang.String)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static byte[] encode (java.awt.image.BufferedImage, java.lang.String, boolean)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		boolean encodeAlpha
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static byte[] encode (java.awt.image.BufferedImage, java.lang.String, float)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		float quality
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static byte[] encode (java.awt.image.BufferedImage, java.lang.String, float, boolean)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		float quality
		boolean encodeAlpha
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static void writeBufferedImage (java.awt.image.BufferedImage, java.lang.String, java.io.OutputStream)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		java.io.OutputStream outputStream
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static void writeBufferedImage (java.awt.image.BufferedImage, java.lang.String, java.io.OutputStream, float)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		java.io.OutputStream outputStream
		float quality
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static void writeBufferedImage (java.awt.image.BufferedImage, java.lang.String, java.io.OutputStream, boolean)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		java.io.OutputStream outputStream
		boolean encodeAlpha
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static void writeBufferedImage (java.awt.image.BufferedImage, java.lang.String, java.io.OutputStream, float, boolean)  throws java.io.IOException 
		java.awt.image.BufferedImage image
		String format
		java.io.OutputStream outputStream
		float quality
		boolean encodeAlpha
		org.jfree.chart.encoders.ImageEncoder imageEncoder
}

org/jfree/chart/encoders/ImageEncoder.class
ImageEncoder.java
package org.jfree.chart.encoders
public abstract org.jfree.chart.encoders.ImageEncoder extends java.lang.Object {
	public abstract byte[] encode (java.awt.image.BufferedImage)  throws java.io.IOException 
	public abstract void encode (java.awt.image.BufferedImage, java.io.OutputStream)  throws java.io.IOException 
	public abstract float getQuality () 
	public abstract void setQuality (float) 
	public abstract boolean isEncodingAlpha () 
	public abstract void setEncodingAlpha (boolean) 
}

org/jfree/chart/encoders/ImageEncoderFactory.class
ImageEncoderFactory.java
package org.jfree.chart.encoders
public org.jfree.chart.encoders.ImageEncoderFactory extends java.lang.Object {
	private static java.util.Hashtable encoders
	public void  () 
	private static void init () 
		ClassNotFoundException e
	public static void setImageEncoder (java.lang.String, java.lang.String) 
		String format
		String imageEncoderClassName
	public static org.jfree.chart.encoders.ImageEncoder newInstance (java.lang.String) 
		Class imageEncoderClass
		Exception e
		String format
		org.jfree.chart.encoders.ImageEncoder imageEncoder
		String className
	public static org.jfree.chart.encoders.ImageEncoder newInstance (java.lang.String, float) 
		String format
		float quality
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static org.jfree.chart.encoders.ImageEncoder newInstance (java.lang.String, boolean) 
		String format
		boolean encodingAlpha
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	public static org.jfree.chart.encoders.ImageEncoder newInstance (java.lang.String, float, boolean) 
		String format
		float quality
		boolean encodingAlpha
		org.jfree.chart.encoders.ImageEncoder imageEncoder
	static void  () 
}

org/jfree/chart/encoders/ImageFormat.class
ImageFormat.java
package org.jfree.chart.encoders
public abstract org.jfree.chart.encoders.ImageFormat extends java.lang.Object {
	public static final String PNG
	public static final String JPEG
	public static final String GIF
}

org/jfree/chart/encoders/KeypointPNGEncoderAdapter.class
KeypointPNGEncoderAdapter.java
package org.jfree.chart.encoders
public org.jfree.chart.encoders.KeypointPNGEncoderAdapter extends java.lang.Object implements org.jfree.chart.encoders.ImageEncoder  {
	private int quality
	private boolean encodingAlpha
	public void  () 
	public float getQuality () 
	public void setQuality (float) 
		float quality
	public boolean isEncodingAlpha () 
	public void setEncodingAlpha (boolean) 
		boolean encodingAlpha
	public byte[] encode (java.awt.image.BufferedImage)  throws java.io.IOException 
		java.awt.image.BufferedImage bufferedImage
		com.keypoint.PngEncoder encoder
	public void encode (java.awt.image.BufferedImage, java.io.OutputStream)  throws java.io.IOException 
		java.awt.image.BufferedImage bufferedImage
		java.io.OutputStream outputStream
		com.keypoint.PngEncoder encoder
}

org/jfree/chart/encoders/SunJPEGEncoderAdapter.class
SunJPEGEncoderAdapter.java
package org.jfree.chart.encoders
public org.jfree.chart.encoders.SunJPEGEncoderAdapter extends java.lang.Object implements org.jfree.chart.encoders.ImageEncoder  {
	private float quality
	public void  () 
	public float getQuality () 
	public void setQuality (float) 
		float quality
	public boolean isEncodingAlpha () 
	public void setEncodingAlpha (boolean) 
		boolean encodingAlpha
	public byte[] encode (java.awt.image.BufferedImage)  throws java.io.IOException 
		java.awt.image.BufferedImage bufferedImage
		java.io.ByteArrayOutputStream outputStream
	public void encode (java.awt.image.BufferedImage, java.io.OutputStream)  throws java.io.IOException 
		java.awt.image.BufferedImage bufferedImage
		java.io.OutputStream outputStream
		java.util.Iterator iterator
		javax.imageio.ImageWriter writer
		javax.imageio.ImageWriteParam p
		javax.imageio.stream.ImageOutputStream ios
}

org/jfree/chart/encoders/SunPNGEncoderAdapter.class
SunPNGEncoderAdapter.java
package org.jfree.chart.encoders
public org.jfree.chart.encoders.SunPNGEncoderAdapter extends java.lang.Object implements org.jfree.chart.encoders.ImageEncoder  {
	public void  () 
	public float getQuality () 
	public void setQuality (float) 
		float quality
	public boolean isEncodingAlpha () 
	public void setEncodingAlpha (boolean) 
		boolean encodingAlpha
	public byte[] encode (java.awt.image.BufferedImage)  throws java.io.IOException 
		java.awt.image.BufferedImage bufferedImage
		java.io.ByteArrayOutputStream outputStream
	public void encode (java.awt.image.BufferedImage, java.io.OutputStream)  throws java.io.IOException 
		java.awt.image.BufferedImage bufferedImage
		java.io.OutputStream outputStream
}

org/jfree/chart/entity/CategoryItemEntity.class
CategoryItemEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.CategoryItemEntity extends org.jfree.chart.entity.ChartEntity implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.category.CategoryDataset dataset
	private int series
	private Object category
	private int categoryIndex
	private Comparable rowKey
	private Comparable columnKey
	public void  (java.awt.Shape, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, int, java.lang.Object, int) 
		java.awt.Shape area
		String toolTipText
		String urlText
		org.jfree.data.category.CategoryDataset dataset
		int series
		Object category
		int categoryIndex
	public void  (java.awt.Shape, java.lang.String, java.lang.String, org.jfree.data.category.CategoryDataset, java.lang.Comparable, java.lang.Comparable) 
		java.awt.Shape area
		String toolTipText
		String urlText
		org.jfree.data.category.CategoryDataset dataset
		Comparable rowKey
		Comparable columnKey
	public org.jfree.data.category.CategoryDataset getDataset () 
	public void setDataset (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public java.lang.Comparable getRowKey () 
	public void setRowKey (java.lang.Comparable) 
		Comparable rowKey
	public java.lang.Comparable getColumnKey () 
	public void setColumnKey (java.lang.Comparable) 
		Comparable columnKey
	public int getSeries () 
	public void setSeries (int) 
		int series
	public java.lang.Object getCategory () 
	public void setCategory (java.lang.Object) 
		Object category
	public int getCategoryIndex () 
	public void setCategoryIndex (int) 
		int index
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.entity.CategoryItemEntity that
}

org/jfree/chart/entity/CategoryLabelEntity.class
CategoryLabelEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.CategoryLabelEntity extends org.jfree.chart.entity.TickLabelEntity {
	private Comparable key
	public void  (java.lang.Comparable, java.awt.Shape, java.lang.String, java.lang.String) 
		Comparable key
		java.awt.Shape area
		String toolTipText
		String urlText
	public java.lang.Comparable getKey () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.entity.CategoryLabelEntity that
	public int hashCode () 
		int result
	public java.lang.String toString () 
		StringBuffer buf
}

org/jfree/chart/entity/ChartEntity.class
ChartEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.ChartEntity extends java.lang.Object implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Shape area
	private String toolTipText
	private String urlText
	public void  (java.awt.Shape) 
		java.awt.Shape area
	public void  (java.awt.Shape, java.lang.String) 
		java.awt.Shape area
		String toolTipText
	public void  (java.awt.Shape, java.lang.String, java.lang.String) 
		java.awt.Shape area
		String toolTipText
		String urlText
	public java.awt.Shape getArea () 
	public void setArea (java.awt.Shape) 
		java.awt.Shape area
	public java.lang.String getToolTipText () 
	public void setToolTipText (java.lang.String) 
		String text
	public java.lang.String getURLText () 
	public void setURLText (java.lang.String) 
		String text
	public java.lang.String getShapeType () 
	public java.lang.String getShapeCoords () 
	private java.lang.String getRectCoords (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D rectangle
		int x1
		int y1
		int x2
		int y2
	private java.lang.String getPolyCoords (java.awt.Shape) 
		java.awt.Shape shape
		StringBuffer result
		boolean first
		float[] coords
		java.awt.geom.PathIterator pi
	public java.lang.String getImageMapAreaTag (org.jfree.chart.imagemap.ToolTipTagFragmentGenerator, org.jfree.chart.imagemap.URLTagFragmentGenerator) 
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
		org.jfree.chart.imagemap.URLTagFragmentGenerator urlTagFragmentGenerator
		StringBuffer tag
		boolean hasURL
		boolean hasToolTip
	public java.lang.String toString () 
		StringBuffer buf
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.entity.ChartEntity that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/entity/ContourEntity.class
ContourEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.ContourEntity extends org.jfree.chart.entity.ChartEntity implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private int index
	public void  (java.awt.Shape, java.lang.String) 
		java.awt.Shape area
		String toolTipText
	public void  (java.awt.Shape, java.lang.String, java.lang.String) 
		java.awt.Shape area
		String toolTipText
		String urlText
	public int getIndex () 
	public void setIndex (int) 
		int index
	public boolean equals (java.lang.Object) 
		org.jfree.chart.entity.ContourEntity ce
		Object obj
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/entity/EntityCollection.class
EntityCollection.java
package org.jfree.chart.entity
public abstract org.jfree.chart.entity.EntityCollection extends java.lang.Object {
	public abstract void clear () 
	public abstract void add (org.jfree.chart.entity.ChartEntity) 
	public abstract void addAll (org.jfree.chart.entity.EntityCollection) 
	public abstract org.jfree.chart.entity.ChartEntity getEntity (double, double) 
	public abstract org.jfree.chart.entity.ChartEntity getEntity (int) 
	public abstract int getEntityCount () 
	public abstract java.util.Collection getEntities () 
	public abstract java.util.Iterator iterator () 
}

org/jfree/chart/entity/LegendItemEntity.class
LegendItemEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.LegendItemEntity extends org.jfree.chart.entity.ChartEntity implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.general.Dataset dataset
	private Comparable seriesKey
	private int seriesIndex
	public void  (java.awt.Shape) 
		java.awt.Shape area
	public org.jfree.data.general.Dataset getDataset () 
	public void setDataset (org.jfree.data.general.Dataset) 
		org.jfree.data.general.Dataset dataset
	public java.lang.Comparable getSeriesKey () 
	public void setSeriesKey (java.lang.Comparable) 
		Comparable key
	public int getSeriesIndex () 
	public void setSeriesIndex (int) 
		int index
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.entity.LegendItemEntity that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public java.lang.String toString () 
}

org/jfree/chart/entity/PieSectionEntity.class
PieSectionEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.PieSectionEntity extends org.jfree.chart.entity.ChartEntity implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.general.PieDataset dataset
	private int pieIndex
	private int sectionIndex
	private Comparable sectionKey
	public void  (java.awt.Shape, org.jfree.data.general.PieDataset, int, int, java.lang.Comparable, java.lang.String, java.lang.String) 
		java.awt.Shape area
		org.jfree.data.general.PieDataset dataset
		int pieIndex
		int sectionIndex
		Comparable sectionKey
		String toolTipText
		String urlText
	public org.jfree.data.general.PieDataset getDataset () 
	public void setDataset (org.jfree.data.general.PieDataset) 
		org.jfree.data.general.PieDataset dataset
	public int getPieIndex () 
	public void setPieIndex (int) 
		int index
	public int getSectionIndex () 
	public void setSectionIndex (int) 
		int index
	public java.lang.Comparable getSectionKey () 
	public void setSectionKey (java.lang.Comparable) 
		Comparable key
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.entity.PieSectionEntity that
	public int hashCode () 
		int result
	public java.lang.String toString () 
}

org/jfree/chart/entity/StandardEntityCollection.class
StandardEntityCollection.java
package org.jfree.chart.entity
public org.jfree.chart.entity.StandardEntityCollection extends java.lang.Object implements org.jfree.chart.entity.EntityCollection java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List entities
	public void  () 
	public int getEntityCount () 
	public org.jfree.chart.entity.ChartEntity getEntity (int) 
		int index
	public void clear () 
	public void add (org.jfree.chart.entity.ChartEntity) 
		org.jfree.chart.entity.ChartEntity entity
	public void addAll (org.jfree.chart.entity.EntityCollection) 
		org.jfree.chart.entity.EntityCollection collection
	public org.jfree.chart.entity.ChartEntity getEntity (double, double) 
		org.jfree.chart.entity.ChartEntity entity
		int i
		double x
		double y
		int entityCount
	public java.util.Collection getEntities () 
	public java.util.Iterator iterator () 
	public boolean equals (java.lang.Object) 
		org.jfree.chart.entity.StandardEntityCollection that
		Object obj
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.entity.ChartEntity entity
		int i
		org.jfree.chart.entity.StandardEntityCollection clone
}

org/jfree/chart/entity/TickLabelEntity.class
TickLabelEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.TickLabelEntity extends org.jfree.chart.entity.ChartEntity implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  (java.awt.Shape, java.lang.String, java.lang.String) 
		java.awt.Shape area
		String toolTipText
		String urlText
}

org/jfree/chart/entity/XYAnnotationEntity.class
XYAnnotationEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.XYAnnotationEntity extends org.jfree.chart.entity.ChartEntity implements java.io.Serializable  {
	private static final long serialVersionUID
	private int rendererIndex
	public void  (java.awt.Shape, int, java.lang.String, java.lang.String) 
		java.awt.Shape hotspot
		int rendererIndex
		String toolTipText
		String urlText
	public int getRendererIndex () 
	public void setRendererIndex (int) 
		int index
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.entity.XYAnnotationEntity that
}

org/jfree/chart/entity/XYItemEntity.class
XYItemEntity.java
package org.jfree.chart.entity
public org.jfree.chart.entity.XYItemEntity extends org.jfree.chart.entity.ChartEntity {
	private static final long serialVersionUID
	private transient org.jfree.data.xy.XYDataset dataset
	private int series
	private int item
	public void  (java.awt.Shape, org.jfree.data.xy.XYDataset, int, int, java.lang.String, java.lang.String) 
		java.awt.Shape area
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String toolTipText
		String urlText
	public org.jfree.data.xy.XYDataset getDataset () 
	public void setDataset (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public int getSeriesIndex () 
	public void setSeriesIndex (int) 
		int series
	public int getItem () 
	public void setItem (int) 
		int item
	public boolean equals (java.lang.Object) 
		org.jfree.chart.entity.XYItemEntity ie
		Object obj
	public java.lang.String toString () 
}

org/jfree/chart/event/AxisChangeEvent.class
AxisChangeEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.AxisChangeEvent extends org.jfree.chart.event.ChartChangeEvent {
	private org.jfree.chart.axis.Axis axis
	public void  (org.jfree.chart.axis.Axis) 
		org.jfree.chart.axis.Axis axis
	public org.jfree.chart.axis.Axis getAxis () 
}

org/jfree/chart/event/AxisChangeListener.class
AxisChangeListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.AxisChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void axisChanged (org.jfree.chart.event.AxisChangeEvent) 
}

org/jfree/chart/event/ChartChangeEvent.class
ChartChangeEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.ChartChangeEvent extends java.util.EventObject {
	private org.jfree.chart.event.ChartChangeEventType type
	private org.jfree.chart.JFreeChart chart
	public void  (java.lang.Object) 
		Object source
	public void  (java.lang.Object, org.jfree.chart.JFreeChart) 
		Object source
		org.jfree.chart.JFreeChart chart
	public void  (java.lang.Object, org.jfree.chart.JFreeChart, org.jfree.chart.event.ChartChangeEventType) 
		Object source
		org.jfree.chart.JFreeChart chart
		org.jfree.chart.event.ChartChangeEventType type
	public org.jfree.chart.JFreeChart getChart () 
	public void setChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	public org.jfree.chart.event.ChartChangeEventType getType () 
	public void setType (org.jfree.chart.event.ChartChangeEventType) 
		org.jfree.chart.event.ChartChangeEventType type
}

org/jfree/chart/event/ChartChangeEventType.class
ChartChangeEventType.java
package org.jfree.chart.event
public final org.jfree.chart.event.ChartChangeEventType extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.event.ChartChangeEventType GENERAL
	public static final org.jfree.chart.event.ChartChangeEventType NEW_DATASET
	public static final org.jfree.chart.event.ChartChangeEventType DATASET_UPDATED
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.event.ChartChangeEventType that
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/event/ChartChangeListener.class
ChartChangeListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.ChartChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void chartChanged (org.jfree.chart.event.ChartChangeEvent) 
}

org/jfree/chart/event/ChartProgressEvent.class
ChartProgressEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.ChartProgressEvent extends java.util.EventObject {
	public static final int DRAWING_STARTED
	public static final int DRAWING_FINISHED
	private int type
	private int percent
	private org.jfree.chart.JFreeChart chart
	public void  (java.lang.Object, org.jfree.chart.JFreeChart, int, int) 
		Object source
		org.jfree.chart.JFreeChart chart
		int type
		int percent
	public org.jfree.chart.JFreeChart getChart () 
	public void setChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart chart
	public int getType () 
	public void setType (int) 
		int type
	public int getPercent () 
	public void setPercent (int) 
		int percent
}

org/jfree/chart/event/ChartProgressListener.class
ChartProgressListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.ChartProgressListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void chartProgress (org.jfree.chart.event.ChartProgressEvent) 
}

org/jfree/chart/event/MarkerChangeEvent.class
MarkerChangeEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.MarkerChangeEvent extends org.jfree.chart.event.ChartChangeEvent {
	private org.jfree.chart.plot.Marker marker
	public void  (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public org.jfree.chart.plot.Marker getMarker () 
}

org/jfree/chart/event/MarkerChangeListener.class
MarkerChangeListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.MarkerChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void markerChanged (org.jfree.chart.event.MarkerChangeEvent) 
}

org/jfree/chart/event/PlotChangeEvent.class
PlotChangeEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.PlotChangeEvent extends org.jfree.chart.event.ChartChangeEvent {
	private org.jfree.chart.plot.Plot plot
	public void  (org.jfree.chart.plot.Plot) 
		org.jfree.chart.plot.Plot plot
	public org.jfree.chart.plot.Plot getPlot () 
}

org/jfree/chart/event/PlotChangeListener.class
PlotChangeListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.PlotChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void plotChanged (org.jfree.chart.event.PlotChangeEvent) 
}

org/jfree/chart/event/RendererChangeEvent.class
RendererChangeEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.RendererChangeEvent extends org.jfree.chart.event.ChartChangeEvent {
	private Object renderer
	public void  (java.lang.Object) 
		Object renderer
	public java.lang.Object getRenderer () 
}

org/jfree/chart/event/RendererChangeListener.class
RendererChangeListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.RendererChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void rendererChanged (org.jfree.chart.event.RendererChangeEvent) 
}

org/jfree/chart/event/TitleChangeEvent.class
TitleChangeEvent.java
package org.jfree.chart.event
public org.jfree.chart.event.TitleChangeEvent extends org.jfree.chart.event.ChartChangeEvent {
	private org.jfree.chart.title.Title title
	public void  (org.jfree.chart.title.Title) 
		org.jfree.chart.title.Title title
	public org.jfree.chart.title.Title getTitle () 
}

org/jfree/chart/event/TitleChangeListener.class
TitleChangeListener.java
package org.jfree.chart.event
public abstract org.jfree.chart.event.TitleChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void titleChanged (org.jfree.chart.event.TitleChangeEvent) 
}

org/jfree/chart/gorilla.jpg
org/jfree/chart/imagemap/DynamicDriveToolTipTagFragmentGenerator.class
DynamicDriveToolTipTagFragmentGenerator.java
package org.jfree.chart.imagemap
public org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator extends java.lang.Object implements org.jfree.chart.imagemap.ToolTipTagFragmentGenerator  {
	protected String title
	protected int style
	public void  () 
	public void  (java.lang.String, int) 
		String title
		int style
	public java.lang.String generateToolTipFragment (java.lang.String) 
		String toolTipText
}

org/jfree/chart/imagemap/ImageMapUtilities.class
ImageMapUtilities.java
package org.jfree.chart.imagemap
public org.jfree.chart.imagemap.ImageMapUtilities extends java.lang.Object {
	public void  () 
	public static void writeImageMap (java.io.PrintWriter, java.lang.String, org.jfree.chart.ChartRenderingInfo)  throws java.io.IOException 
		java.io.PrintWriter writer
		String name
		org.jfree.chart.ChartRenderingInfo info
	public static void writeImageMap (java.io.PrintWriter, java.lang.String, org.jfree.chart.ChartRenderingInfo, boolean)  throws java.io.IOException 
		java.io.PrintWriter writer
		String name
		org.jfree.chart.ChartRenderingInfo info
		boolean useOverLibForToolTips
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
	public static void writeImageMap (java.io.PrintWriter, java.lang.String, org.jfree.chart.ChartRenderingInfo, org.jfree.chart.imagemap.ToolTipTagFragmentGenerator, org.jfree.chart.imagemap.URLTagFragmentGenerator)  throws java.io.IOException 
		java.io.PrintWriter writer
		String name
		org.jfree.chart.ChartRenderingInfo info
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
		org.jfree.chart.imagemap.URLTagFragmentGenerator urlTagFragmentGenerator
	public static java.lang.String getImageMap (java.lang.String, org.jfree.chart.ChartRenderingInfo) 
		String name
		org.jfree.chart.ChartRenderingInfo info
	public static java.lang.String getImageMap (java.lang.String, org.jfree.chart.ChartRenderingInfo, org.jfree.chart.imagemap.ToolTipTagFragmentGenerator, org.jfree.chart.imagemap.URLTagFragmentGenerator) 
		String area
		org.jfree.chart.entity.ChartEntity entity
		int i
		int count
		String name
		org.jfree.chart.ChartRenderingInfo info
		org.jfree.chart.imagemap.ToolTipTagFragmentGenerator toolTipTagFragmentGenerator
		org.jfree.chart.imagemap.URLTagFragmentGenerator urlTagFragmentGenerator
		StringBuffer sb
		org.jfree.chart.entity.EntityCollection entities
	public static java.lang.String htmlEscape (java.lang.String) 
		char c
		int i
		String input
		StringBuffer result
		int length
}

org/jfree/chart/imagemap/OverLIBToolTipTagFragmentGenerator.class
OverLIBToolTipTagFragmentGenerator.java
package org.jfree.chart.imagemap
public org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator extends java.lang.Object implements org.jfree.chart.imagemap.ToolTipTagFragmentGenerator  {
	public void  () 
	public java.lang.String generateToolTipFragment (java.lang.String) 
		String toolTipText
}

org/jfree/chart/imagemap/StandardToolTipTagFragmentGenerator.class
StandardToolTipTagFragmentGenerator.java
package org.jfree.chart.imagemap
public org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator extends java.lang.Object implements org.jfree.chart.imagemap.ToolTipTagFragmentGenerator  {
	public void  () 
	public java.lang.String generateToolTipFragment (java.lang.String) 
		String toolTipText
}

org/jfree/chart/imagemap/StandardURLTagFragmentGenerator.class
StandardURLTagFragmentGenerator.java
package org.jfree.chart.imagemap
public org.jfree.chart.imagemap.StandardURLTagFragmentGenerator extends java.lang.Object implements org.jfree.chart.imagemap.URLTagFragmentGenerator  {
	public void  () 
	public java.lang.String generateURLFragment (java.lang.String) 
		String urlText
}

org/jfree/chart/imagemap/ToolTipTagFragmentGenerator.class
ToolTipTagFragmentGenerator.java
package org.jfree.chart.imagemap
public abstract org.jfree.chart.imagemap.ToolTipTagFragmentGenerator extends java.lang.Object {
	public abstract java.lang.String generateToolTipFragment (java.lang.String) 
}

org/jfree/chart/imagemap/URLTagFragmentGenerator.class
URLTagFragmentGenerator.java
package org.jfree.chart.imagemap
public abstract org.jfree.chart.imagemap.URLTagFragmentGenerator extends java.lang.Object {
	public abstract java.lang.String generateURLFragment (java.lang.String) 
}

org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.class
AbstractCategoryItemLabelGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.AbstractCategoryItemLabelGenerator extends java.lang.Object implements org.jfree.util.PublicCloneable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private String labelFormat
	private String nullValueString
	private java.text.NumberFormat numberFormat
	private java.text.DateFormat dateFormat
	private java.text.NumberFormat percentFormat
	protected void  (java.lang.String, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
	protected void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
		java.text.NumberFormat percentFormatter
	protected void  (java.lang.String, java.text.DateFormat) 
		String labelFormat
		java.text.DateFormat formatter
	public java.lang.String generateRowLabel (org.jfree.data.category.CategoryDataset, int) 
		org.jfree.data.category.CategoryDataset dataset
		int row
	public java.lang.String generateColumnLabel (org.jfree.data.category.CategoryDataset, int) 
		org.jfree.data.category.CategoryDataset dataset
		int column
	public java.lang.String getLabelFormat () 
	public java.text.NumberFormat getNumberFormat () 
	public java.text.DateFormat getDateFormat () 
	protected java.lang.String generateLabelString (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		String result
		Object[] items
	protected java.lang.Object[] createItemArray (org.jfree.data.category.CategoryDataset, int, int) 
		double total
		double percent
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		Object[] result
		Number value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.AbstractCategoryItemLabelGenerator that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.labels.AbstractCategoryItemLabelGenerator clone
}

org/jfree/chart/labels/AbstractPieItemLabelGenerator.class
AbstractPieItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.AbstractPieItemLabelGenerator extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private String labelFormat
	private java.text.NumberFormat numberFormat
	private java.text.NumberFormat percentFormat
	protected void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat numberFormat
		java.text.NumberFormat percentFormat
	public java.lang.String getLabelFormat () 
	public java.text.NumberFormat getNumberFormat () 
	public java.text.NumberFormat getPercentFormat () 
	protected java.lang.Object[] createItemArray (org.jfree.data.general.PieDataset, java.lang.Comparable) 
		double v
		org.jfree.data.general.PieDataset dataset
		Comparable key
		Object[] result
		double total
		Number value
		double percent
	protected java.lang.String generateSectionLabel (org.jfree.data.general.PieDataset, java.lang.Comparable) 
		Object[] items
		org.jfree.data.general.PieDataset dataset
		Comparable key
		String result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.AbstractPieItemLabelGenerator that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.labels.AbstractPieItemLabelGenerator clone
}

org/jfree/chart/labels/AbstractXYItemLabelGenerator.class
AbstractXYItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.AbstractXYItemLabelGenerator extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private String formatString
	private java.text.NumberFormat xFormat
	private java.text.DateFormat xDateFormat
	private java.text.NumberFormat yFormat
	private java.text.DateFormat yDateFormat
	private String nullYString
	protected void  () 
	protected void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.NumberFormat yFormat
	protected void  (java.lang.String, java.text.DateFormat, java.text.NumberFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.NumberFormat yFormat
	protected void  (java.lang.String, java.text.NumberFormat, java.text.DateFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.DateFormat yFormat
	protected void  (java.lang.String, java.text.DateFormat, java.text.DateFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.DateFormat yFormat
	public java.lang.String getFormatString () 
	public java.text.NumberFormat getXFormat () 
	public java.text.DateFormat getXDateFormat () 
	public java.text.NumberFormat getYFormat () 
	public java.text.DateFormat getYDateFormat () 
	public java.lang.String generateLabelString (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String result
		Object[] items
	protected java.lang.Object[] createItemArray (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		Object[] result
		double x
		double y
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.AbstractXYItemLabelGenerator that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.labels.AbstractXYItemLabelGenerator clone
}

org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.class
BoxAndWhiskerToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator extends org.jfree.chart.labels.StandardCategoryToolTipGenerator implements org.jfree.chart.labels.CategoryToolTipGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOL_TIP_FORMAT
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat) 
		String format
		java.text.NumberFormat formatter
	protected java.lang.Object[] createItemArray (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.statistics.BoxAndWhiskerCategoryDataset d
		org.jfree.data.category.CategoryDataset dataset
		int series
		int item
		Object[] result
		Number y
		java.text.NumberFormat formatter
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.class
BoxAndWhiskerXYToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator extends org.jfree.chart.labels.StandardXYToolTipGenerator implements org.jfree.chart.labels.XYToolTipGenerator java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOL_TIP_FORMAT
	public void  () 
	public void  (java.lang.String, java.text.DateFormat, java.text.NumberFormat) 
		String toolTipFormat
		java.text.DateFormat dateFormat
		java.text.NumberFormat numberFormat
	protected java.lang.Object[] createItemArray (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.statistics.BoxAndWhiskerXYDataset d
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		Object[] result
		Number x
		java.text.NumberFormat formatter
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/labels/BubbleXYItemLabelGenerator.class
BubbleXYItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.BubbleXYItemLabelGenerator extends org.jfree.chart.labels.AbstractXYItemLabelGenerator implements org.jfree.chart.labels.XYItemLabelGenerator java.io.Serializable  {
	static final long serialVersionUID
	public static final String DEFAULT_FORMAT_STRING
	private java.text.NumberFormat zFormat
	private java.text.DateFormat zDateFormat
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat, java.text.NumberFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.NumberFormat yFormat
		java.text.NumberFormat zFormat
	public void  (java.lang.String, java.text.DateFormat, java.text.DateFormat, java.text.DateFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.DateFormat yFormat
		java.text.DateFormat zFormat
	public java.text.NumberFormat getZFormat () 
	public java.text.DateFormat getZDateFormat () 
	public java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
	public java.lang.String generateLabelString (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String result
		Object[] items
	protected java.lang.Object[] createItemArray (org.jfree.data.xy.XYZDataset, int, int) 
		org.jfree.data.xy.XYZDataset dataset
		int series
		int item
		Object[] result
		Number x
		java.text.DateFormat xf
		Number y
		java.text.DateFormat yf
		Number z
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.BubbleXYItemLabelGenerator that
	public int hashCode () 
		int h
}

org/jfree/chart/labels/CategoryItemLabelGenerator.class
CategoryItemLabelGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.CategoryItemLabelGenerator extends java.lang.Object {
	public abstract java.lang.String generateRowLabel (org.jfree.data.category.CategoryDataset, int) 
	public abstract java.lang.String generateColumnLabel (org.jfree.data.category.CategoryDataset, int) 
	public abstract java.lang.String generateLabel (org.jfree.data.category.CategoryDataset, int, int) 
}

org/jfree/chart/labels/CategorySeriesLabelGenerator.class
CategorySeriesLabelGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.CategorySeriesLabelGenerator extends java.lang.Object {
	public abstract java.lang.String generateLabel (org.jfree.data.category.CategoryDataset, int) 
}

org/jfree/chart/labels/CategoryToolTipGenerator.class
CategoryToolTipGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.CategoryToolTipGenerator extends java.lang.Object {
	public abstract java.lang.String generateToolTip (org.jfree.data.category.CategoryDataset, int, int) 
}

org/jfree/chart/labels/ContourToolTipGenerator.class
ContourToolTipGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.ContourToolTipGenerator extends java.lang.Object {
	public abstract java.lang.String generateToolTip (org.jfree.data.contour.ContourDataset, int) 
}

org/jfree/chart/labels/CustomXYToolTipGenerator.class
CustomXYToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.CustomXYToolTipGenerator extends java.lang.Object implements org.jfree.chart.labels.XYToolTipGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List toolTipSeries
	public void  () 
	public int getListCount () 
	public int getToolTipCount (int) 
		int list
		int result
		java.util.List tooltips
	public java.lang.String getToolTipText (int, int) 
		java.util.List tooltips
		int series
		int item
		String result
	public void addToolTipSeries (java.util.List) 
		java.util.List toolTips
	public java.lang.String generateToolTip (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset data
		int series
		int item
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.labels.CustomXYToolTipGenerator clone
	public boolean equals (java.lang.Object) 
		String t1
		String t2
		int item
		int series
		org.jfree.chart.labels.CustomXYToolTipGenerator generator
		boolean result
		Object obj
}

org/jfree/chart/labels/HighLowItemLabelGenerator.class
HighLowItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.HighLowItemLabelGenerator extends java.lang.Object implements org.jfree.chart.labels.XYItemLabelGenerator org.jfree.chart.labels.XYToolTipGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.text.DateFormat dateFormatter
	private java.text.NumberFormat numberFormatter
	public void  () 
	public void  (java.text.DateFormat, java.text.NumberFormat) 
		java.text.DateFormat dateFormatter
		java.text.NumberFormat numberFormatter
	public java.lang.String generateToolTip (org.jfree.data.xy.XYDataset, int, int) 
		java.util.Date date
		org.jfree.data.xy.OHLCDataset d
		Number high
		Number low
		Number open
		Number close
		Number x
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String result
	public java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int category
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.labels.HighLowItemLabelGenerator clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.HighLowItemLabelGenerator generator
}

org/jfree/chart/labels/IntervalCategoryItemLabelGenerator.class
IntervalCategoryItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.IntervalCategoryItemLabelGenerator extends org.jfree.chart.labels.StandardCategoryItemLabelGenerator implements org.jfree.chart.labels.CategoryItemLabelGenerator org.jfree.util.PublicCloneable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_LABEL_FORMAT_STRING
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
	public void  (java.lang.String, java.text.DateFormat) 
		String labelFormat
		java.text.DateFormat formatter
	protected java.lang.Object[] createItemArray (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.category.IntervalCategoryDataset icd
		Number start
		Number end
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		Object[] result
		Number value
}

org/jfree/chart/labels/IntervalCategoryToolTipGenerator.class
IntervalCategoryToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.IntervalCategoryToolTipGenerator extends org.jfree.chart.labels.StandardCategoryToolTipGenerator implements org.jfree.chart.labels.CategoryToolTipGenerator org.jfree.util.PublicCloneable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOL_TIP_FORMAT_STRING
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
	public void  (java.lang.String, java.text.DateFormat) 
		String labelFormat
		java.text.DateFormat formatter
	protected java.lang.Object[] createItemArray (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.category.IntervalCategoryDataset icd
		Number start
		Number end
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		Object[] result
		Number value
}

org/jfree/chart/labels/ItemLabelAnchor.class
ItemLabelAnchor.java
package org.jfree.chart.labels
public final org.jfree.chart.labels.ItemLabelAnchor extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.labels.ItemLabelAnchor CENTER
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE1
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE2
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE3
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE4
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE5
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE6
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE7
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE8
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE9
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE10
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE11
	public static final org.jfree.chart.labels.ItemLabelAnchor INSIDE12
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE1
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE2
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE3
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE4
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE5
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE6
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE7
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE8
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE9
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE10
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE11
	public static final org.jfree.chart.labels.ItemLabelAnchor OUTSIDE12
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object o
		org.jfree.chart.labels.ItemLabelAnchor order
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
		org.jfree.chart.labels.ItemLabelAnchor result
	static void  () 
}

org/jfree/chart/labels/ItemLabelPosition.class
ItemLabelPosition.java
package org.jfree.chart.labels
public org.jfree.chart.labels.ItemLabelPosition extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.labels.ItemLabelAnchor itemLabelAnchor
	private org.jfree.ui.TextAnchor textAnchor
	private org.jfree.ui.TextAnchor rotationAnchor
	private double angle
	public void  () 
	public void  (org.jfree.chart.labels.ItemLabelAnchor, org.jfree.ui.TextAnchor) 
		org.jfree.chart.labels.ItemLabelAnchor itemLabelAnchor
		org.jfree.ui.TextAnchor textAnchor
	public void  (org.jfree.chart.labels.ItemLabelAnchor, org.jfree.ui.TextAnchor, org.jfree.ui.TextAnchor, double) 
		org.jfree.chart.labels.ItemLabelAnchor itemLabelAnchor
		org.jfree.ui.TextAnchor textAnchor
		org.jfree.ui.TextAnchor rotationAnchor
		double angle
	public org.jfree.chart.labels.ItemLabelAnchor getItemLabelAnchor () 
	public org.jfree.ui.TextAnchor getTextAnchor () 
	public org.jfree.ui.TextAnchor getRotationAnchor () 
	public double getAngle () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.ItemLabelPosition that
}

org/jfree/chart/labels/MultipleXYSeriesLabelGenerator.class
MultipleXYSeriesLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.MultipleXYSeriesLabelGenerator extends java.lang.Object implements org.jfree.chart.labels.XYSeriesLabelGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_LABEL_FORMAT
	private String formatPattern
	private String additionalFormatPattern
	private java.util.Map seriesLabelLists
	public void  () 
	public void  (java.lang.String) 
		String format
	public void addSeriesLabel (int, java.lang.String) 
		int series
		String label
		Integer key
		java.util.List labelList
	public void clearSeriesLabels (int) 
		int series
		Integer key
	public java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int) 
		String labelAddition
		int i
		Object[] temp
		org.jfree.data.xy.XYDataset dataset
		int series
		StringBuffer label
		Integer key
		java.util.List extraLabels
	protected java.lang.Object[] createItemArray (org.jfree.data.xy.XYDataset, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		Object[] result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		Object key
		Object entry
		Object toAdd
		org.jfree.chart.labels.MultipleXYSeriesLabelGenerator clone
		java.util.Set keys
		java.util.Iterator iterator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.MultipleXYSeriesLabelGenerator that
}

org/jfree/chart/labels/PieSectionLabelGenerator.class
PieSectionLabelGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.PieSectionLabelGenerator extends java.lang.Object {
	public abstract java.lang.String generateSectionLabel (org.jfree.data.general.PieDataset, java.lang.Comparable) 
	public abstract java.text.AttributedString generateAttributedSectionLabel (org.jfree.data.general.PieDataset, java.lang.Comparable) 
}

org/jfree/chart/labels/PieToolTipGenerator.class
PieToolTipGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.PieToolTipGenerator extends java.lang.Object {
	public abstract java.lang.String generateToolTip (org.jfree.data.general.PieDataset, java.lang.Comparable) 
}

org/jfree/chart/labels/StandardCategoryItemLabelGenerator.class
StandardCategoryItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardCategoryItemLabelGenerator extends org.jfree.chart.labels.AbstractCategoryItemLabelGenerator implements org.jfree.chart.labels.CategoryItemLabelGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_LABEL_FORMAT_STRING
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
		java.text.NumberFormat percentFormatter
	public void  (java.lang.String, java.text.DateFormat) 
		String labelFormat
		java.text.DateFormat formatter
	public java.lang.String generateLabel (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/labels/StandardCategorySeriesLabelGenerator.class
StandardCategorySeriesLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardCategorySeriesLabelGenerator extends java.lang.Object implements org.jfree.chart.labels.CategorySeriesLabelGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_LABEL_FORMAT
	private String formatPattern
	public void  () 
	public void  (java.lang.String) 
		String format
	public java.lang.String generateLabel (org.jfree.data.category.CategoryDataset, int) 
		org.jfree.data.category.CategoryDataset dataset
		int series
		String label
	protected java.lang.Object[] createItemArray (org.jfree.data.category.CategoryDataset, int) 
		org.jfree.data.category.CategoryDataset dataset
		int series
		Object[] result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.StandardCategorySeriesLabelGenerator that
}

org/jfree/chart/labels/StandardCategoryToolTipGenerator.class
StandardCategoryToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardCategoryToolTipGenerator extends org.jfree.chart.labels.AbstractCategoryItemLabelGenerator implements org.jfree.chart.labels.CategoryToolTipGenerator java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOL_TIP_FORMAT_STRING
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat formatter
	public void  (java.lang.String, java.text.DateFormat) 
		String labelFormat
		java.text.DateFormat formatter
	public java.lang.String generateToolTip (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/labels/StandardContourToolTipGenerator.class
StandardContourToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardContourToolTipGenerator extends java.lang.Object implements org.jfree.chart.labels.ContourToolTipGenerator java.io.Serializable  {
	private static final long serialVersionUID
	private java.text.DecimalFormat valueForm
	public void  () 
	public java.lang.String generateToolTip (org.jfree.data.contour.ContourDataset, int) 
		java.text.SimpleDateFormat formatter
		StringBuffer strbuf
		org.jfree.data.contour.ContourDataset data
		int item
		double x
		double y
		double z
		String xString
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.StandardContourToolTipGenerator that
}

org/jfree/chart/labels/StandardPieSectionLabelGenerator.class
StandardPieSectionLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardPieSectionLabelGenerator extends org.jfree.chart.labels.AbstractPieItemLabelGenerator implements org.jfree.chart.labels.PieSectionLabelGenerator java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_SECTION_LABEL_FORMAT
	private org.jfree.util.ObjectList attributedLabels
	public void  () 
	public void  (java.util.Locale) 
		java.util.Locale locale
	public void  (java.lang.String) 
		String labelFormat
	public void  (java.lang.String, java.util.Locale) 
		String labelFormat
		java.util.Locale locale
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat numberFormat
		java.text.NumberFormat percentFormat
	public java.text.AttributedString getAttributedLabel (int) 
		int section
	public void setAttributedLabel (int, java.text.AttributedString) 
		int section
		java.text.AttributedString label
	public java.lang.String generateSectionLabel (org.jfree.data.general.PieDataset, java.lang.Comparable) 
		org.jfree.data.general.PieDataset dataset
		Comparable key
	public java.text.AttributedString generateAttributedSectionLabel (org.jfree.data.general.PieDataset, java.lang.Comparable) 
		org.jfree.data.general.PieDataset dataset
		Comparable key
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.StandardPieSectionLabelGenerator that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/labels/StandardPieToolTipGenerator.class
StandardPieToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardPieToolTipGenerator extends org.jfree.chart.labels.AbstractPieItemLabelGenerator implements org.jfree.chart.labels.PieToolTipGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOLTIP_FORMAT
	public static final String DEFAULT_SECTION_LABEL_FORMAT
	public void  () 
	public void  (java.util.Locale) 
		java.util.Locale locale
	public void  (java.lang.String) 
		String labelFormat
	public void  (java.lang.String, java.util.Locale) 
		String labelFormat
		java.util.Locale locale
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String labelFormat
		java.text.NumberFormat numberFormat
		java.text.NumberFormat percentFormat
	public java.lang.String generateToolTip (org.jfree.data.general.PieDataset, java.lang.Comparable) 
		org.jfree.data.general.PieDataset dataset
		Comparable key
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/labels/StandardXYItemLabelGenerator.class
StandardXYItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardXYItemLabelGenerator extends org.jfree.chart.labels.AbstractXYItemLabelGenerator implements org.jfree.chart.labels.XYItemLabelGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_ITEM_LABEL_FORMAT
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.NumberFormat yFormat
	public void  (java.lang.String, java.text.DateFormat, java.text.NumberFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.NumberFormat yFormat
	public void  (java.lang.String, java.text.NumberFormat, java.text.DateFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.DateFormat yFormat
	public void  (java.lang.String, java.text.DateFormat, java.text.DateFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.DateFormat yFormat
	public java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/labels/StandardXYSeriesLabelGenerator.class
StandardXYSeriesLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardXYSeriesLabelGenerator extends java.lang.Object implements org.jfree.chart.labels.XYSeriesLabelGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_LABEL_FORMAT
	private String formatPattern
	public void  () 
	public void  (java.lang.String) 
		String format
	public java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		String label
	protected java.lang.Object[] createItemArray (org.jfree.data.xy.XYDataset, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		Object[] result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.StandardXYSeriesLabelGenerator that
}

org/jfree/chart/labels/StandardXYToolTipGenerator.class
StandardXYToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardXYToolTipGenerator extends org.jfree.chart.labels.AbstractXYItemLabelGenerator implements org.jfree.chart.labels.XYToolTipGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOL_TIP_FORMAT
	public static org.jfree.chart.labels.StandardXYToolTipGenerator getTimeSeriesInstance () 
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.NumberFormat yFormat
	public void  (java.lang.String, java.text.DateFormat, java.text.NumberFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.NumberFormat yFormat
	public void  (java.lang.String, java.text.NumberFormat, java.text.DateFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.DateFormat yFormat
	public void  (java.lang.String, java.text.DateFormat, java.text.DateFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.DateFormat yFormat
	public java.lang.String generateToolTip (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/labels/StandardXYZToolTipGenerator.class
StandardXYZToolTipGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.StandardXYZToolTipGenerator extends org.jfree.chart.labels.StandardXYToolTipGenerator implements org.jfree.chart.labels.XYZToolTipGenerator java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_TOOL_TIP_FORMAT
	private java.text.NumberFormat zFormat
	private java.text.DateFormat zDateFormat
	public void  () 
	public void  (java.lang.String, java.text.NumberFormat, java.text.NumberFormat, java.text.NumberFormat) 
		String formatString
		java.text.NumberFormat xFormat
		java.text.NumberFormat yFormat
		java.text.NumberFormat zFormat
	public void  (java.lang.String, java.text.DateFormat, java.text.DateFormat, java.text.DateFormat) 
		String formatString
		java.text.DateFormat xFormat
		java.text.DateFormat yFormat
		java.text.DateFormat zFormat
	public java.text.NumberFormat getZFormat () 
	public java.text.DateFormat getZDateFormat () 
	public java.lang.String generateToolTip (org.jfree.data.xy.XYZDataset, int, int) 
		org.jfree.data.xy.XYZDataset dataset
		int series
		int item
	public java.lang.String generateLabelString (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String result
		Object[] items
	protected java.lang.Object[] createItemArray (org.jfree.data.xy.XYZDataset, int, int) 
		org.jfree.data.xy.XYZDataset dataset
		int series
		int item
		Object[] result
		Number x
		java.text.DateFormat xf
		Number y
		java.text.DateFormat yf
		Number z
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.labels.StandardXYZToolTipGenerator that
}

org/jfree/chart/labels/SymbolicXYItemLabelGenerator.class
SymbolicXYItemLabelGenerator.java
package org.jfree.chart.labels
public org.jfree.chart.labels.SymbolicXYItemLabelGenerator extends java.lang.Object implements org.jfree.chart.labels.XYItemLabelGenerator org.jfree.chart.labels.XYToolTipGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public java.lang.String generateToolTip (org.jfree.data.xy.XYDataset, int, int) 
		String yStr
		double y
		String xStr
		org.jfree.data.time.RegularTimePeriod p
		String xStr
		double x
		org.jfree.data.xy.XYDataset data
		int series
		int item
		String xStr
		String yStr
	public java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int category
	private static double round (double, int) 
		double value
		int nb
		double p
		double tempval
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
}

org/jfree/chart/labels/XYItemLabelGenerator.class
XYItemLabelGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.XYItemLabelGenerator extends java.lang.Object {
	public abstract java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int, int) 
}

org/jfree/chart/labels/XYSeriesLabelGenerator.class
XYSeriesLabelGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.XYSeriesLabelGenerator extends java.lang.Object {
	public abstract java.lang.String generateLabel (org.jfree.data.xy.XYDataset, int) 
}

org/jfree/chart/labels/XYToolTipGenerator.class
XYToolTipGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.XYToolTipGenerator extends java.lang.Object {
	public abstract java.lang.String generateToolTip (org.jfree.data.xy.XYDataset, int, int) 
}

org/jfree/chart/labels/XYZToolTipGenerator.class
XYZToolTipGenerator.java
package org.jfree.chart.labels
public abstract org.jfree.chart.labels.XYZToolTipGenerator extends java.lang.Object implements org.jfree.chart.labels.XYToolTipGenerator  {
	public abstract java.lang.String generateToolTip (org.jfree.data.xy.XYZDataset, int, int) 
}

org/jfree/chart/needle/ArrowNeedle.class
ArrowNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.ArrowNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean isArrowAtTop
	public void  (boolean) 
		boolean isArrowAtTop
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.Line2D shape
		java.awt.Shape d
		float x
		float minY
		float maxY
		java.awt.geom.GeneralPath shape1
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.needle.ArrowNeedle that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/LineNeedle.class
LineNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.LineNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.Line2D shape
		double x
		java.awt.Shape s
	public boolean equals (java.lang.Object) 
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/LongNeedle.class
LongNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.LongNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.GeneralPath shape1
		java.awt.geom.GeneralPath shape2
		java.awt.geom.GeneralPath shape3
		float minX
		float minY
		float maxX
		float maxY
		float midX
		float midY
		float y
		java.awt.Shape s1
		java.awt.Shape s2
		java.awt.Shape s3
	public boolean equals (java.lang.Object) 
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/MeterNeedle.class
MeterNeedle.java
package org.jfree.chart.needle
public abstract org.jfree.chart.needle.MeterNeedle extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Stroke outlineStroke
	private transient java.awt.Paint fillPaint
	private transient java.awt.Paint highlightPaint
	private int size
	private double rotateX
	private double rotateY
	protected static java.awt.geom.AffineTransform transform
	public void  () 
	public void  (java.awt.Paint, java.awt.Paint, java.awt.Paint) 
		java.awt.Paint outline
		java.awt.Paint fill
		java.awt.Paint highlight
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint p
	public java.awt.Stroke getOutlineStroke () 
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke s
	public java.awt.Paint getFillPaint () 
	public void setFillPaint (java.awt.Paint) 
		java.awt.Paint p
	public java.awt.Paint getHighlightPaint () 
	public void setHighlightPaint (java.awt.Paint) 
		java.awt.Paint p
	public double getRotateX () 
	public void setRotateX (double) 
		double x
	public void setRotateY (double) 
		double y
	public double getRotateY () 
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		double angle
		java.awt.geom.Point2D$Double pt
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.Paint savePaint
		java.awt.Stroke saveStroke
	protected abstract void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
	protected void defaultDisplay (java.awt.Graphics2D, java.awt.Shape) 
		java.awt.Graphics2D g2
		java.awt.Shape shape
	public int getSize () 
	public void setSize (int) 
		int pixels
	public java.awt.geom.AffineTransform getTransform () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.needle.MeterNeedle that
	public int hashCode () 
		int result
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/needle/MiddlePinNeedle.class
MiddlePinNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.MiddlePinNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.Area shape
		java.awt.geom.GeneralPath pointer
		int minY
		int maxY
		int midY
		int midX
		int lenX
		java.awt.geom.Ellipse2D circle
	public boolean equals (java.lang.Object) 
		Object object
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/PinNeedle.class
PinNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.PinNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.Area shape
		java.awt.geom.GeneralPath pointer
		int minY
		int maxY
		int midX
		int lenX
		java.awt.geom.Ellipse2D circle
	public boolean equals (java.lang.Object) 
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/PlumNeedle.class
PlumNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.PlumNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.Arc2D shape
		double radius
		double halfX
		double diameter
		java.awt.geom.Area s
	public boolean equals (java.lang.Object) 
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/PointerNeedle.class
PointerNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.PointerNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.GeneralPath shape1
		java.awt.geom.GeneralPath shape2
		float minX
		float minY
		float maxX
		float maxY
		float midX
		float midY
	public boolean equals (java.lang.Object) 
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/ShipNeedle.class
ShipNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.ShipNeedle extends org.jfree.chart.needle.MeterNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
		java.awt.geom.GeneralPath shape
	public boolean equals (java.lang.Object) 
		Object object
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/needle/WindNeedle.class
WindNeedle.java
package org.jfree.chart.needle
public org.jfree.chart.needle.WindNeedle extends org.jfree.chart.needle.ArrowNeedle implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	protected void drawNeedle (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, double) 
		int spacing
		java.awt.geom.Rectangle2D newArea
		java.awt.geom.Point2D newRotate
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D rotate
		double angle
	public boolean equals (java.lang.Object) 
		Object object
	public int hashCode () 
}

org/jfree/chart/plot/AbstractPieLabelDistributor.class
AbstractPieLabelDistributor.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.AbstractPieLabelDistributor extends java.lang.Object implements java.io.Serializable  {
	protected java.util.List labels
	public void  () 
	public org.jfree.chart.plot.PieLabelRecord getPieLabelRecord (int) 
		int index
	public void addPieLabelRecord (org.jfree.chart.plot.PieLabelRecord) 
		org.jfree.chart.plot.PieLabelRecord record
	public int getItemCount () 
	public void clear () 
	public abstract void distributeLabels (double, double) 
}

org/jfree/chart/plot/CategoryMarker.class
CategoryMarker.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CategoryMarker extends org.jfree.chart.plot.Marker implements java.lang.Cloneable java.io.Serializable  {
	private Comparable key
	private boolean drawAsLine
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, java.awt.Paint, java.awt.Stroke) 
		Comparable key
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void  (java.lang.Comparable, java.awt.Paint, java.awt.Stroke, java.awt.Paint, java.awt.Stroke, float) 
		Comparable key
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		float alpha
	public java.lang.Comparable getKey () 
	public void setKey (java.lang.Comparable) 
		Comparable key
	public boolean getDrawAsLine () 
	public void setDrawAsLine (boolean) 
		boolean drawAsLine
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CategoryMarker that
}

org/jfree/chart/plot/CategoryPlot.class
CategoryPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CategoryPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.ValueAxisPlot org.jfree.chart.plot.Zoomable org.jfree.chart.event.RendererChangeListener java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final boolean DEFAULT_DOMAIN_GRIDLINES_VISIBLE
	public static final boolean DEFAULT_RANGE_GRIDLINES_VISIBLE
	public static final java.awt.Stroke DEFAULT_GRIDLINE_STROKE
	public static final java.awt.Paint DEFAULT_GRIDLINE_PAINT
	public static final java.awt.Font DEFAULT_VALUE_LABEL_FONT
	public static final boolean DEFAULT_CROSSHAIR_VISIBLE
	public static final java.awt.Stroke DEFAULT_CROSSHAIR_STROKE
	public static final java.awt.Paint DEFAULT_CROSSHAIR_PAINT
	protected static java.util.ResourceBundle localizationResources
	private org.jfree.chart.plot.PlotOrientation orientation
	private org.jfree.ui.RectangleInsets axisOffset
	private org.jfree.util.ObjectList domainAxes
	private org.jfree.util.ObjectList domainAxisLocations
	private boolean drawSharedDomainAxis
	private org.jfree.util.ObjectList rangeAxes
	private org.jfree.util.ObjectList rangeAxisLocations
	private org.jfree.util.ObjectList datasets
	private org.jfree.util.ObjectList datasetToDomainAxisMap
	private org.jfree.util.ObjectList datasetToRangeAxisMap
	private org.jfree.util.ObjectList renderers
	private org.jfree.chart.plot.DatasetRenderingOrder renderingOrder
	private org.jfree.util.SortOrder columnRenderingOrder
	private org.jfree.util.SortOrder rowRenderingOrder
	private boolean domainGridlinesVisible
	private org.jfree.chart.axis.CategoryAnchor domainGridlinePosition
	private transient java.awt.Stroke domainGridlineStroke
	private transient java.awt.Paint domainGridlinePaint
	private boolean rangeGridlinesVisible
	private transient java.awt.Stroke rangeGridlineStroke
	private transient java.awt.Paint rangeGridlinePaint
	private double anchorValue
	private boolean rangeCrosshairVisible
	private double rangeCrosshairValue
	private transient java.awt.Stroke rangeCrosshairStroke
	private transient java.awt.Paint rangeCrosshairPaint
	private boolean rangeCrosshairLockedOnData
	private java.util.Map foregroundDomainMarkers
	private java.util.Map backgroundDomainMarkers
	private java.util.Map foregroundRangeMarkers
	private java.util.Map backgroundRangeMarkers
	private java.util.List annotations
	private int weight
	private org.jfree.chart.axis.AxisSpace fixedDomainAxisSpace
	private org.jfree.chart.axis.AxisSpace fixedRangeAxisSpace
	private org.jfree.chart.LegendItemCollection fixedLegendItems
	public void  () 
	public void  (org.jfree.data.category.CategoryDataset, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.chart.renderer.category.CategoryItemRenderer) 
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		org.jfree.chart.plot.Marker baseline
	public java.lang.String getPlotType () 
	public org.jfree.chart.plot.PlotOrientation getOrientation () 
	public void setOrientation (org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.PlotOrientation orientation
	public org.jfree.ui.RectangleInsets getAxisOffset () 
	public void setAxisOffset (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets offset
	public org.jfree.chart.axis.CategoryAxis getDomainAxis () 
	public org.jfree.chart.axis.CategoryAxis getDomainAxis (int) 
		org.jfree.chart.plot.CategoryPlot cp
		org.jfree.chart.plot.Plot parent
		int index
		org.jfree.chart.axis.CategoryAxis result
	public void setDomainAxis (org.jfree.chart.axis.CategoryAxis) 
		org.jfree.chart.axis.CategoryAxis axis
	public void setDomainAxis (int, org.jfree.chart.axis.CategoryAxis) 
		int index
		org.jfree.chart.axis.CategoryAxis axis
	public void setDomainAxis (int, org.jfree.chart.axis.CategoryAxis, boolean) 
		int index
		org.jfree.chart.axis.CategoryAxis axis
		boolean notify
		org.jfree.chart.axis.CategoryAxis existing
	public void setDomainAxes (org.jfree.chart.axis.CategoryAxis[]) 
		int i
		org.jfree.chart.axis.CategoryAxis[] axes
	public int getDomainAxisIndex (org.jfree.chart.axis.CategoryAxis) 
		org.jfree.chart.axis.CategoryAxis axis
	public org.jfree.chart.axis.AxisLocation getDomainAxisLocation () 
	public org.jfree.chart.axis.AxisLocation getDomainAxisLocation (int) 
		int index
		org.jfree.chart.axis.AxisLocation result
	public void setDomainAxisLocation (org.jfree.chart.axis.AxisLocation) 
		org.jfree.chart.axis.AxisLocation location
	public void setDomainAxisLocation (org.jfree.chart.axis.AxisLocation, boolean) 
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public void setDomainAxisLocation (int, org.jfree.chart.axis.AxisLocation) 
		int index
		org.jfree.chart.axis.AxisLocation location
	public void setDomainAxisLocation (int, org.jfree.chart.axis.AxisLocation, boolean) 
		int index
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public org.jfree.ui.RectangleEdge getDomainAxisEdge () 
	public org.jfree.ui.RectangleEdge getDomainAxisEdge (int) 
		int index
		org.jfree.ui.RectangleEdge result
		org.jfree.chart.axis.AxisLocation location
	public int getDomainAxisCount () 
	public void clearDomainAxes () 
		org.jfree.chart.axis.CategoryAxis axis
		int i
	public void configureDomainAxes () 
		org.jfree.chart.axis.CategoryAxis axis
		int i
	public org.jfree.chart.axis.ValueAxis getRangeAxis () 
	public org.jfree.chart.axis.ValueAxis getRangeAxis (int) 
		org.jfree.chart.plot.CategoryPlot cp
		org.jfree.chart.plot.Plot parent
		int index
		org.jfree.chart.axis.ValueAxis result
	public void setRangeAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public void setRangeAxis (int, org.jfree.chart.axis.ValueAxis) 
		int index
		org.jfree.chart.axis.ValueAxis axis
	public void setRangeAxis (int, org.jfree.chart.axis.ValueAxis, boolean) 
		int index
		org.jfree.chart.axis.ValueAxis axis
		boolean notify
		org.jfree.chart.axis.ValueAxis existing
	public void setRangeAxes (org.jfree.chart.axis.ValueAxis[]) 
		int i
		org.jfree.chart.axis.ValueAxis[] axes
	public int getRangeAxisIndex (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.chart.plot.Plot parent
		org.jfree.chart.axis.ValueAxis axis
		int result
	public org.jfree.chart.axis.AxisLocation getRangeAxisLocation () 
	public org.jfree.chart.axis.AxisLocation getRangeAxisLocation (int) 
		int index
		org.jfree.chart.axis.AxisLocation result
	public void setRangeAxisLocation (org.jfree.chart.axis.AxisLocation) 
		org.jfree.chart.axis.AxisLocation location
	public void setRangeAxisLocation (org.jfree.chart.axis.AxisLocation, boolean) 
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public void setRangeAxisLocation (int, org.jfree.chart.axis.AxisLocation) 
		int index
		org.jfree.chart.axis.AxisLocation location
	public void setRangeAxisLocation (int, org.jfree.chart.axis.AxisLocation, boolean) 
		int index
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public org.jfree.ui.RectangleEdge getRangeAxisEdge () 
	public org.jfree.ui.RectangleEdge getRangeAxisEdge (int) 
		int index
		org.jfree.chart.axis.AxisLocation location
		org.jfree.ui.RectangleEdge result
	public int getRangeAxisCount () 
	public void clearRangeAxes () 
		org.jfree.chart.axis.ValueAxis axis
		int i
	public void configureRangeAxes () 
		org.jfree.chart.axis.ValueAxis axis
		int i
	public org.jfree.data.category.CategoryDataset getDataset () 
	public org.jfree.data.category.CategoryDataset getDataset (int) 
		int index
		org.jfree.data.category.CategoryDataset result
	public void setDataset (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public void setDataset (int, org.jfree.data.category.CategoryDataset) 
		int index
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.data.category.CategoryDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public int getDatasetCount () 
	public void mapDatasetToDomainAxis (int, int) 
		int index
		int axisIndex
	public org.jfree.chart.axis.CategoryAxis getDomainAxisForDataset (int) 
		int index
		org.jfree.chart.axis.CategoryAxis result
		Integer axisIndex
	public void mapDatasetToRangeAxis (int, int) 
		int index
		int axisIndex
	public org.jfree.chart.axis.ValueAxis getRangeAxisForDataset (int) 
		int index
		org.jfree.chart.axis.ValueAxis result
		Integer axisIndex
	public org.jfree.chart.renderer.category.CategoryItemRenderer getRenderer () 
	public org.jfree.chart.renderer.category.CategoryItemRenderer getRenderer (int) 
		int index
		org.jfree.chart.renderer.category.CategoryItemRenderer result
	public void setRenderer (org.jfree.chart.renderer.category.CategoryItemRenderer) 
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
	public void setRenderer (org.jfree.chart.renderer.category.CategoryItemRenderer, boolean) 
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		boolean notify
	public void setRenderer (int, org.jfree.chart.renderer.category.CategoryItemRenderer) 
		int index
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
	public void setRenderer (int, org.jfree.chart.renderer.category.CategoryItemRenderer, boolean) 
		int index
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		boolean notify
		org.jfree.chart.renderer.category.CategoryItemRenderer existing
	public void setRenderers (org.jfree.chart.renderer.category.CategoryItemRenderer[]) 
		int i
		org.jfree.chart.renderer.category.CategoryItemRenderer[] renderers
	public org.jfree.chart.renderer.category.CategoryItemRenderer getRendererForDataset (org.jfree.data.category.CategoryDataset) 
		int i
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.renderer.category.CategoryItemRenderer result
	public int getIndexOf (org.jfree.chart.renderer.category.CategoryItemRenderer) 
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
	public org.jfree.chart.plot.DatasetRenderingOrder getDatasetRenderingOrder () 
	public void setDatasetRenderingOrder (org.jfree.chart.plot.DatasetRenderingOrder) 
		org.jfree.chart.plot.DatasetRenderingOrder order
	public org.jfree.util.SortOrder getColumnRenderingOrder () 
	public void setColumnRenderingOrder (org.jfree.util.SortOrder) 
		org.jfree.util.SortOrder order
	public org.jfree.util.SortOrder getRowRenderingOrder () 
	public void setRowRenderingOrder (org.jfree.util.SortOrder) 
		org.jfree.util.SortOrder order
	public boolean isDomainGridlinesVisible () 
	public void setDomainGridlinesVisible (boolean) 
		boolean visible
	public org.jfree.chart.axis.CategoryAnchor getDomainGridlinePosition () 
	public void setDomainGridlinePosition (org.jfree.chart.axis.CategoryAnchor) 
		org.jfree.chart.axis.CategoryAnchor position
	public java.awt.Stroke getDomainGridlineStroke () 
	public void setDomainGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getDomainGridlinePaint () 
	public void setDomainGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRangeGridlinesVisible () 
	public void setRangeGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getRangeGridlineStroke () 
	public void setRangeGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeGridlinePaint () 
	public void setRangeGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.LegendItemCollection getFixedLegendItems () 
	public void setFixedLegendItems (org.jfree.chart.LegendItemCollection) 
		org.jfree.chart.LegendItemCollection items
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.LegendItem item
		int i
		int seriesCount
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		org.jfree.data.category.CategoryDataset dataset
		int datasetIndex
		int count
		org.jfree.chart.LegendItemCollection result
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		double java2D
		org.jfree.ui.RectangleEdge edge
		double value
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D dataArea
	public void zoom (double) 
		double range
		double scaledRange
		double percent
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.chart.axis.ValueAxis yAxis
		int axisIndex
		org.jfree.chart.event.PlotChangeEvent e
		org.jfree.data.general.DatasetChangeEvent event
		int count
	public void rendererChanged (org.jfree.chart.event.RendererChangeEvent) 
		org.jfree.chart.event.RendererChangeListener rcl
		org.jfree.chart.event.PlotChangeEvent e
		org.jfree.chart.event.RendererChangeEvent event
		org.jfree.chart.plot.Plot parent
	public void addDomainMarker (org.jfree.chart.plot.CategoryMarker) 
		org.jfree.chart.plot.CategoryMarker marker
	public void addDomainMarker (org.jfree.chart.plot.CategoryMarker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.CategoryMarker marker
		org.jfree.ui.Layer layer
	public void addDomainMarker (int, org.jfree.chart.plot.CategoryMarker, org.jfree.ui.Layer) 
		java.util.Collection markers
		java.util.Collection markers
		int index
		org.jfree.chart.plot.CategoryMarker marker
		org.jfree.ui.Layer layer
	public void clearDomainMarkers () 
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
	public java.util.Collection getDomainMarkers (org.jfree.ui.Layer) 
		org.jfree.ui.Layer layer
	public java.util.Collection getDomainMarkers (int, org.jfree.ui.Layer) 
		int index
		org.jfree.ui.Layer layer
		java.util.Collection result
		Integer key
	public void clearDomainMarkers (int) 
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		int index
		Integer key
	public boolean removeDomainMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public boolean removeDomainMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public boolean removeDomainMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.ArrayList markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
		java.util.ArrayList markers
		boolean removed
	public void addRangeMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public void addRangeMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public void addRangeMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.Collection markers
		java.util.Collection markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public void clearRangeMarkers () 
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
	public java.util.Collection getRangeMarkers (org.jfree.ui.Layer) 
		org.jfree.ui.Layer layer
	public java.util.Collection getRangeMarkers (int, org.jfree.ui.Layer) 
		int index
		org.jfree.ui.Layer layer
		java.util.Collection result
		Integer key
	public void clearRangeMarkers (int) 
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		int index
		Integer key
	public boolean removeRangeMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public boolean removeRangeMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public boolean removeRangeMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.ArrayList markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
		java.util.ArrayList markers
		boolean removed
	public boolean isRangeCrosshairVisible () 
	public void setRangeCrosshairVisible (boolean) 
		boolean flag
	public boolean isRangeCrosshairLockedOnData () 
	public void setRangeCrosshairLockedOnData (boolean) 
		boolean flag
	public double getRangeCrosshairValue () 
	public void setRangeCrosshairValue (double) 
		double value
	public void setRangeCrosshairValue (double, boolean) 
		double value
		boolean notify
	public java.awt.Stroke getRangeCrosshairStroke () 
	public void setRangeCrosshairStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeCrosshairPaint () 
	public void setRangeCrosshairPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.util.List getAnnotations () 
	public void addAnnotation (org.jfree.chart.annotations.CategoryAnnotation) 
		org.jfree.chart.annotations.CategoryAnnotation annotation
	public boolean removeAnnotation (org.jfree.chart.annotations.CategoryAnnotation) 
		org.jfree.chart.annotations.CategoryAnnotation annotation
		boolean removed
	public void clearAnnotations () 
	protected org.jfree.chart.axis.AxisSpace calculateDomainAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.AxisSpace) 
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.Axis xAxis
		int i
		org.jfree.ui.RectangleEdge domainEdge
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
	protected org.jfree.chart.axis.AxisSpace calculateRangeAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.AxisSpace) 
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.Axis yAxis
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
	protected org.jfree.chart.axis.AxisSpace calculateAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		int i
		int i
		int i
		int i
		int i
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo state
		boolean b1
		boolean b2
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		java.util.Map axisStateMap
		java.awt.Shape savedClip
		org.jfree.chart.axis.AxisState rangeAxisState
		boolean foundData
		java.awt.Composite originalComposite
		org.jfree.chart.plot.DatasetRenderingOrder order
	public void drawBackground (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	protected java.util.Map drawAxes (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.axis.CategoryAxis xAxis
		int index
		org.jfree.chart.axis.ValueAxis yAxis
		int index
		org.jfree.chart.axis.AxisState axisState
		org.jfree.chart.axis.Axis axis
		org.jfree.chart.axis.AxisState axisState
		org.jfree.chart.axis.Axis axis
		org.jfree.chart.axis.AxisState axisState
		org.jfree.chart.axis.Axis axis
		org.jfree.chart.axis.AxisState axisState
		org.jfree.chart.axis.Axis axis
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisCollection axisCollection
		java.util.Map axisStateMap
		double cursor
		java.util.Iterator iterator
	public boolean render (java.awt.Graphics2D, java.awt.geom.Rectangle2D, int, org.jfree.chart.plot.PlotRenderingInfo) 
		int row
		int row
		int column
		int row
		int row
		int column
		int pass
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		int columnCount
		int rowCount
		int passCount
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		int index
		org.jfree.chart.plot.PlotRenderingInfo info
		boolean foundData
		org.jfree.data.category.CategoryDataset currentDataset
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		boolean hasData
	protected void drawDomainGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		double xx
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer1
		int c
		int columnCount
		org.jfree.chart.axis.CategoryAxis axis
		org.jfree.data.category.CategoryDataset data
		org.jfree.chart.axis.CategoryAnchor anchor
		org.jfree.ui.RectangleEdge domainAxisEdge
		java.awt.Stroke gridStroke
		java.awt.Paint gridPaint
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
	protected void drawRangeGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer1
		java.util.Iterator iterator
		org.jfree.chart.axis.ValueAxis axis
		java.awt.Stroke gridStroke
		java.awt.Paint gridPaint
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List ticks
	protected void drawAnnotations (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.chart.annotations.CategoryAnnotation annotation
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
	protected void drawDomainMarkers (java.awt.Graphics2D, java.awt.geom.Rectangle2D, int, org.jfree.ui.Layer) 
		org.jfree.chart.plot.CategoryMarker marker
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		int index
		org.jfree.ui.Layer layer
		org.jfree.chart.renderer.category.CategoryItemRenderer r
		java.util.Collection markers
		org.jfree.chart.axis.CategoryAxis axis
	protected void drawRangeMarkers (java.awt.Graphics2D, java.awt.geom.Rectangle2D, int, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		int index
		org.jfree.ui.Layer layer
		org.jfree.chart.renderer.category.CategoryItemRenderer r
		java.util.Collection markers
		org.jfree.chart.axis.ValueAxis axis
	protected void drawRangeLine (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, java.awt.Stroke, java.awt.Paint) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Stroke stroke
		java.awt.Paint paint
		double java2D
		java.awt.geom.Line2D line
	protected void drawRangeCrosshair (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotOrientation, double, org.jfree.chart.axis.ValueAxis, java.awt.Stroke, java.awt.Paint) 
		double xx
		double yy
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotOrientation orientation
		double value
		org.jfree.chart.axis.ValueAxis axis
		java.awt.Stroke stroke
		java.awt.Paint paint
		java.awt.geom.Line2D line
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.data.category.CategoryDataset d
		org.jfree.chart.renderer.category.CategoryItemRenderer r
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
		java.util.List mappedDatasets
		int rangeIndex
		java.util.Iterator iterator
	private java.util.List datasetsMappedToDomainAxis (int) 
		Integer m
		Object dataset
		int datasetIndex
		int axisIndex
		java.util.List result
	private java.util.List datasetsMappedToRangeAxis (int) 
		Integer m
		Object dataset
		int i
		int index
		java.util.List result
	public int getWeight () 
	public void setWeight (int) 
		int weight
	public org.jfree.chart.axis.AxisSpace getFixedDomainAxisSpace () 
	public void setFixedDomainAxisSpace (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisSpace space
	public void setFixedDomainAxisSpace (org.jfree.chart.axis.AxisSpace, boolean) 
		org.jfree.chart.axis.AxisSpace space
		boolean notify
	public org.jfree.chart.axis.AxisSpace getFixedRangeAxisSpace () 
	public void setFixedRangeAxisSpace (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisSpace space
	public void setFixedRangeAxisSpace (org.jfree.chart.axis.AxisSpace, boolean) 
		org.jfree.chart.axis.AxisSpace space
		boolean notify
	public java.util.List getCategories () 
		java.util.List result
	public java.util.List getCategoriesForAxis (org.jfree.chart.axis.CategoryAxis) 
		Comparable category
		int i
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.axis.CategoryAxis axis
		java.util.List result
		int axisIndex
		java.util.List datasets
		java.util.Iterator iterator
	public boolean getDrawSharedDomainAxis () 
	public void setDrawSharedDomainAxis (boolean) 
		boolean draw
	public boolean isDomainZoomable () 
	public boolean isRangeZoomable () 
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double sourceY
		double anchorY
		org.jfree.chart.axis.ValueAxis rangeAxis
		int i
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		org.jfree.chart.axis.ValueAxis rangeAxis
		int i
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public double getAnchorValue () 
	public void setAnchorValue (double) 
		double value
	public void setAnchorValue (double, boolean) 
		double value
		boolean notify
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CategoryPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.CategoryAxis clonedAxis
		org.jfree.chart.axis.CategoryAxis xAxis
		int i
		org.jfree.chart.axis.ValueAxis clonedAxis
		org.jfree.chart.axis.ValueAxis yAxis
		int i
		org.jfree.data.category.CategoryDataset dataset
		int i
		org.jfree.chart.plot.CategoryPlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		org.jfree.chart.axis.CategoryAxis xAxis
		int i
		org.jfree.chart.axis.ValueAxis yAxis
		int i
		org.jfree.data.general.Dataset dataset
		int i
		org.jfree.chart.renderer.category.CategoryItemRenderer renderer
		int i
		java.io.ObjectInputStream stream
		int datasetCount
		int rendererCount
	static void  () 
}

org/jfree/chart/plot/ColorPalette.class
ColorPalette.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.ColorPalette extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	protected double minZ
	protected double maxZ
	protected int[] r
	protected int[] g
	protected int[] b
	protected double[] tickValues
	protected boolean logscale
	protected boolean inverse
	protected String paletteName
	protected boolean stepped
	protected static final double log10
	public void  () 
	public java.awt.Paint getColor (double) 
		double value
		int izV
	public java.awt.Color getColor (int) 
		int izV
	public java.awt.Color getColorLinear (double) 
		int index
		double value
		int izV
	public java.awt.Color getColorLog (double) 
		int numSteps
		int steps
		double value
		int izV
		double minZtmp
		double maxZtmp
		double minZlog
		double maxZlog
	public double getMaxZ () 
	public double getMinZ () 
	public java.awt.Paint getPaint (double) 
		double value
	public java.lang.String getPaletteName () 
	public double[] getTickValues () 
	public abstract void initialize () 
	public void invertPalette () 
		int i
		int i
		int[] red
		int[] green
		int[] blue
	public boolean isInverse () 
	public boolean isLogscale () 
	public boolean isStepped () 
	public void setInverse (boolean) 
		boolean inverse
	public void setLogscale (boolean) 
		boolean logscale
	public void setMaxZ (double) 
		double newMaxZ
	public void setMinZ (double) 
		double newMinZ
	public void setPaletteName (java.lang.String) 
		String paletteName
	public void setStepped (boolean) 
		boolean stepped
	public void setTickValues (double[]) 
		double[] newTickValues
	public void setTickValues (java.util.List) 
		int i
		java.util.List ticks
	public boolean equals (java.lang.Object) 
		Object o
		org.jfree.chart.plot.ColorPalette colorPalette
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.ColorPalette clone
	static void  () 
}

org/jfree/chart/plot/CombinedDomainCategoryPlot.class
CombinedDomainCategoryPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CombinedDomainCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements org.jfree.chart.plot.Zoomable java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable org.jfree.chart.event.PlotChangeListener  {
	private static final long serialVersionUID
	private java.util.List subplots
	private int totalWeight
	private double gap
	private transient java.awt.geom.Rectangle2D[] subplotAreas
	public void  () 
	public void  (org.jfree.chart.axis.CategoryAxis) 
		org.jfree.chart.axis.CategoryAxis domainAxis
	public double getGap () 
	public void setGap (double) 
		double gap
	public void add (org.jfree.chart.plot.CategoryPlot) 
		org.jfree.chart.plot.CategoryPlot subplot
	public void add (org.jfree.chart.plot.CategoryPlot, int) 
		org.jfree.chart.plot.CategoryPlot subplot
		int weight
		org.jfree.chart.axis.CategoryAxis axis
	public void remove (org.jfree.chart.plot.CategoryPlot) 
		org.jfree.chart.axis.CategoryAxis domain
		org.jfree.chart.plot.CategoryPlot subplot
		int position
		int size
		int i
	public java.util.List getSubplots () 
	public org.jfree.chart.plot.CategoryPlot findSubplot (org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.CategoryPlot result
		int subplotIndex
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		java.util.Iterator iterator
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.CategoryPlot subplot
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		java.util.Iterator iterator
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.CategoryPlot subplot
	protected org.jfree.chart.axis.AxisSpace calculateAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.chart.axis.CategoryAxis categoryAxis
		org.jfree.ui.RectangleEdge categoryEdge
		double w
		double h
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.AxisSpace subSpace
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.axis.AxisSpace fixed
		java.awt.geom.Rectangle2D adjustedPlotArea
		int n
		double x
		double y
		double usableSize
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis axis
		org.jfree.ui.RectangleEdge domainEdge
		double cursor
		org.jfree.chart.axis.AxisState axisState
	protected void setFixedRangeAxisSpaceForSubplots (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.AxisSpace space
		java.util.Iterator iterator
	public void setOrientation (org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.util.Iterator iterator
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.LegendItemCollection more
		java.util.Iterator iterator
		org.jfree.chart.LegendItemCollection result
	public java.util.List getCategories () 
		Comparable category
		org.jfree.chart.plot.CategoryPlot plot
		java.util.List more
		java.util.Iterator moreIterator
		java.util.Iterator iterator
		java.util.List result
	public java.util.List getCategoriesForAxis (org.jfree.chart.axis.CategoryAxis) 
		org.jfree.chart.axis.CategoryAxis axis
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.CategoryPlot subplot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D dataArea
	public void plotChanged (org.jfree.chart.event.PlotChangeEvent) 
		org.jfree.chart.event.PlotChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CombinedDomainCategoryPlot plot
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.Plot child
		java.util.Iterator it
		org.jfree.chart.plot.CombinedDomainCategoryPlot result
}

org/jfree/chart/plot/CombinedDomainXYPlot.class
CombinedDomainXYPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CombinedDomainXYPlot extends org.jfree.chart.plot.XYPlot implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable org.jfree.chart.event.PlotChangeListener  {
	private static final long serialVersionUID
	private java.util.List subplots
	private int totalWeight
	private double gap
	private transient java.awt.geom.Rectangle2D[] subplotAreas
	public void  () 
	public void  (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis domainAxis
	public java.lang.String getPlotType () 
	public void setOrientation (org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.util.Iterator iterator
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.plot.XYPlot subplot
		java.util.Iterator iterator
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
	public double getGap () 
	public void setGap (double) 
		double gap
	public void add (org.jfree.chart.plot.XYPlot) 
		org.jfree.chart.plot.XYPlot subplot
	public void add (org.jfree.chart.plot.XYPlot, int) 
		org.jfree.chart.plot.XYPlot subplot
		int weight
		org.jfree.chart.axis.ValueAxis axis
	public void remove (org.jfree.chart.plot.XYPlot) 
		org.jfree.chart.axis.ValueAxis domain
		org.jfree.chart.plot.XYPlot subplot
		int position
		int size
		int i
	public java.util.List getSubplots () 
	protected org.jfree.chart.axis.AxisSpace calculateAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.chart.axis.ValueAxis xAxis
		org.jfree.ui.RectangleEdge xEdge
		double w
		double h
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.AxisSpace subSpace
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.axis.AxisSpace fixed
		java.awt.geom.Rectangle2D adjustedPlotArea
		int n
		double x
		double y
		double usableSize
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.ui.RectangleEdge edge
		double cursor
		org.jfree.chart.axis.AxisState axisState
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.LegendItemCollection more
		java.util.Iterator iterator
		org.jfree.chart.LegendItemCollection result
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		java.util.Iterator iterator
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.XYPlot subplot
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		java.util.Iterator iterator
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.XYPlot subplot
	public org.jfree.chart.plot.XYPlot findSubplot (org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.XYPlot result
		int subplotIndex
	public void setRenderer (org.jfree.chart.renderer.xy.XYItemRenderer) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		java.util.Iterator iterator
	public void setFixedRangeAxisSpace (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisSpace space
	protected void setFixedRangeAxisSpaceForSubplots (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.AxisSpace space
		java.util.Iterator iterator
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.XYPlot subplot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D dataArea
	public void plotChanged (org.jfree.chart.event.PlotChangeEvent) 
		org.jfree.chart.event.PlotChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CombinedDomainXYPlot p
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.Plot child
		java.util.Iterator it
		org.jfree.chart.plot.CombinedDomainXYPlot result
		org.jfree.chart.axis.ValueAxis domainAxis
}

org/jfree/chart/plot/CombinedRangeCategoryPlot.class
CombinedRangeCategoryPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CombinedRangeCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements org.jfree.chart.plot.Zoomable java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable org.jfree.chart.event.PlotChangeListener  {
	private static final long serialVersionUID
	private java.util.List subplots
	private int totalWeight
	private double gap
	private transient java.awt.geom.Rectangle2D[] subplotArea
	public void  () 
	public void  (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis rangeAxis
	public double getGap () 
	public void setGap (double) 
		double gap
	public void add (org.jfree.chart.plot.CategoryPlot) 
		org.jfree.chart.plot.CategoryPlot subplot
	public void add (org.jfree.chart.plot.CategoryPlot, int) 
		org.jfree.chart.plot.CategoryPlot subplot
		int weight
		org.jfree.chart.axis.ValueAxis axis
	public void remove (org.jfree.chart.plot.CategoryPlot) 
		org.jfree.chart.axis.ValueAxis range
		org.jfree.chart.axis.ValueAxis range2
		org.jfree.chart.plot.CategoryPlot subplot
		int position
		int size
		int i
	public java.util.List getSubplots () 
	protected org.jfree.chart.axis.AxisSpace calculateAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.ui.RectangleEdge valueEdge
		double w
		double h
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.AxisSpace subSpace
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.axis.AxisSpace fixed
		java.awt.geom.Rectangle2D adjustedPlotArea
		int n
		double x
		double y
		double usableSize
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.ui.RectangleEdge rangeEdge
		double cursor
		org.jfree.chart.axis.AxisState state
	public void setOrientation (org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.util.Iterator iterator
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.plot.CategoryPlot subplot
		java.util.Iterator iterator
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.LegendItemCollection more
		java.util.Iterator iterator
		org.jfree.chart.LegendItemCollection result
	protected void setFixedDomainAxisSpaceForSubplots (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.AxisSpace space
		java.util.Iterator iterator
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.CategoryPlot subplot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D dataArea
	public void plotChanged (org.jfree.chart.event.PlotChangeEvent) 
		org.jfree.chart.event.PlotChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CombinedRangeCategoryPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.Plot child
		java.util.Iterator it
		org.jfree.chart.plot.CombinedRangeCategoryPlot result
		org.jfree.chart.axis.ValueAxis rangeAxis
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
		org.jfree.chart.axis.ValueAxis rangeAxis
}

org/jfree/chart/plot/CombinedRangeXYPlot.class
CombinedRangeXYPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CombinedRangeXYPlot extends org.jfree.chart.plot.XYPlot implements org.jfree.chart.plot.Zoomable java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable org.jfree.chart.event.PlotChangeListener  {
	private static final long serialVersionUID
	private java.util.List subplots
	private int totalWeight
	private double gap
	private transient java.awt.geom.Rectangle2D[] subplotAreas
	public void  () 
	public void  (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis rangeAxis
	public java.lang.String getPlotType () 
	public double getGap () 
	public void setGap (double) 
		double gap
	public void add (org.jfree.chart.plot.XYPlot) 
		org.jfree.chart.plot.XYPlot subplot
	public void add (org.jfree.chart.plot.XYPlot, int) 
		String msg
		org.jfree.chart.plot.XYPlot subplot
		int weight
	public void remove (org.jfree.chart.plot.XYPlot) 
		org.jfree.chart.plot.XYPlot subplot
		int position
		int size
		int i
	public java.util.List getSubplots () 
	protected org.jfree.chart.axis.AxisSpace calculateAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.chart.axis.ValueAxis valueAxis
		org.jfree.ui.RectangleEdge valueEdge
		double w
		double h
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.AxisSpace subSpace
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.axis.AxisSpace fixed
		java.awt.geom.Rectangle2D adjustedPlotArea
		int n
		double x
		double y
		double usableSize
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.ui.RectangleEdge edge
		double cursor
		org.jfree.chart.axis.AxisState axisState
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.LegendItemCollection more
		java.util.Iterator iterator
		org.jfree.chart.LegendItemCollection result
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		java.util.Iterator iterator
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.XYPlot subplot
	public void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		java.util.Iterator iterator
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.XYPlot subplot
	public org.jfree.chart.plot.XYPlot findSubplot (org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		org.jfree.chart.plot.XYPlot result
		int subplotIndex
	public void setRenderer (org.jfree.chart.renderer.xy.XYItemRenderer) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		java.util.Iterator iterator
	public void setOrientation (org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.util.Iterator iterator
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.plot.XYPlot subplot
		java.util.Iterator iterator
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
	protected void setFixedDomainAxisSpaceForSubplots (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.AxisSpace space
		java.util.Iterator iterator
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.XYPlot subplot
		org.jfree.chart.plot.PlotRenderingInfo subplotInfo
		int i
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D dataArea
	public void plotChanged (org.jfree.chart.event.PlotChangeEvent) 
		org.jfree.chart.event.PlotChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CombinedRangeXYPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.Plot child
		java.util.Iterator it
		org.jfree.chart.plot.CombinedRangeXYPlot result
		org.jfree.chart.axis.ValueAxis rangeAxis
}

org/jfree/chart/plot/CompassPlot.class
CompassPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CompassPlot extends org.jfree.chart.plot.Plot implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Font DEFAULT_LABEL_FONT
	public static final int NO_LABELS
	public static final int VALUE_LABELS
	private int labelType
	private java.awt.Font labelFont
	private boolean drawBorder
	private transient java.awt.Paint roseHighlightPaint
	private transient java.awt.Paint rosePaint
	private transient java.awt.Paint roseCenterPaint
	private java.awt.Font compassFont
	private transient java.awt.geom.Ellipse2D circle1
	private transient java.awt.geom.Ellipse2D circle2
	private transient java.awt.geom.Area a1
	private transient java.awt.geom.Area a2
	private transient java.awt.geom.Rectangle2D rect1
	private org.jfree.data.general.ValueDataset[] datasets
	private org.jfree.chart.needle.MeterNeedle[] seriesNeedle
	protected static java.util.ResourceBundle localizationResources
	protected double revolutionDistance
	public void  () 
	public void  (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
	public int getLabelType () 
	public void setLabelType (int) 
		int type
	public java.awt.Font getLabelFont () 
	public void setLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getRosePaint () 
	public void setRosePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getRoseCenterPaint () 
	public void setRoseCenterPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getRoseHighlightPaint () 
	public void setRoseHighlightPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getDrawBorder () 
	public void setDrawBorder (boolean) 
		boolean status
	public void setSeriesPaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public void setSeriesOutlinePaint (int, java.awt.Paint) 
		int series
		java.awt.Paint p
	public void setSeriesOutlineStroke (int, java.awt.Stroke) 
		int series
		java.awt.Stroke stroke
	public void setSeriesNeedle (int) 
		int type
	public void setSeriesNeedle (int, int) 
		org.jfree.chart.needle.MeterNeedle longNeedle
		int index
		int type
	public void setSeriesNeedle (int, org.jfree.chart.needle.MeterNeedle) 
		int index
		org.jfree.chart.needle.MeterNeedle needle
	public org.jfree.data.general.ValueDataset[] getDatasets () 
	public void addDataset (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
	public void addDataset (org.jfree.data.general.ValueDataset, org.jfree.chart.needle.MeterNeedle) 
		int i
		org.jfree.data.general.ValueDataset[] t
		org.jfree.chart.needle.MeterNeedle[] p
		org.jfree.data.general.ValueDataset[] a
		org.jfree.chart.needle.MeterNeedle[] b
		org.jfree.data.general.ValueDataset dataset
		org.jfree.chart.needle.MeterNeedle needle
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		int y1
		int x2
		int y2
		double a
		int w
		int y1
		double a
		int w
		java.awt.Polygon p
		int y1
		double a
		int w
		org.jfree.data.general.ValueDataset data
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		int outerRadius
		int innerRadius
		int x1
		int y1
		org.jfree.ui.RectangleInsets insets
		int midX
		int midY
		int radius
		int diameter
		java.awt.Font f
		java.awt.geom.Rectangle2D needleArea
		int x
		int current
		double value
		int i
	public java.lang.String getPlotType () 
	public org.jfree.chart.LegendItemCollection getLegendItems () 
	public void zoom (double) 
		double percent
	protected java.awt.Font getCompassFont (int) 
		int radius
		float fontSize
		java.awt.Font newFont
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.CompassPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		int i
		org.jfree.chart.plot.CompassPlot clone
	public void setRevolutionDistance (double) 
		double size
	public double getRevolutionDistance () 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/plot/ContourPlot.class
ContourPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.ContourPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.ContourValuePlot org.jfree.chart.plot.ValueAxisPlot java.beans.PropertyChangeListener java.io.Serializable java.lang.Cloneable  {
	private static final long serialVersionUID
	protected static final org.jfree.ui.RectangleInsets DEFAULT_INSETS
	private org.jfree.chart.axis.ValueAxis domainAxis
	private org.jfree.chart.axis.ValueAxis rangeAxis
	private org.jfree.data.contour.ContourDataset dataset
	private org.jfree.chart.axis.ColorBar colorBar
	private org.jfree.ui.RectangleEdge colorBarLocation
	private boolean domainCrosshairVisible
	private double domainCrosshairValue
	private transient java.awt.Stroke domainCrosshairStroke
	private transient java.awt.Paint domainCrosshairPaint
	private boolean domainCrosshairLockedOnData
	private boolean rangeCrosshairVisible
	private double rangeCrosshairValue
	private transient java.awt.Stroke rangeCrosshairStroke
	private transient java.awt.Paint rangeCrosshairPaint
	private boolean rangeCrosshairLockedOnData
	private double dataAreaRatio
	private java.util.List domainMarkers
	private java.util.List rangeMarkers
	private java.util.List annotations
	private org.jfree.chart.labels.ContourToolTipGenerator toolTipGenerator
	private org.jfree.chart.urls.XYURLGenerator urlGenerator
	private boolean renderAsPoints
	private double ptSizePct
	private transient org.jfree.chart.ClipPath clipPath
	private transient java.awt.Paint missingPaint
	protected static java.util.ResourceBundle localizationResources
	public void  () 
	public void  (org.jfree.data.contour.ContourDataset, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ColorBar) 
		org.jfree.data.contour.ContourDataset dataset
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.axis.ColorBar colorBar
	public org.jfree.ui.RectangleEdge getColorBarLocation () 
	public void setColorBarLocation (org.jfree.ui.RectangleEdge) 
		org.jfree.ui.RectangleEdge edge
	public org.jfree.data.contour.ContourDataset getDataset () 
	public void setDataset (org.jfree.data.contour.ContourDataset) 
		org.jfree.data.contour.ContourDataset dataset
		org.jfree.data.contour.ContourDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public org.jfree.chart.axis.ValueAxis getDomainAxis () 
		org.jfree.chart.axis.ValueAxis result
	public void setDomainAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public org.jfree.chart.axis.ValueAxis getRangeAxis () 
		org.jfree.chart.axis.ValueAxis result
	public void setRangeAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public void setColorBarAxis (org.jfree.chart.axis.ColorBar) 
		org.jfree.chart.axis.ColorBar axis
	public double getDataAreaRatio () 
	public void setDataAreaRatio (double) 
		double ratio
	public void addDomainMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public void clearDomainMarkers () 
	public void addRangeMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public void clearRangeMarkers () 
	public void addAnnotation (org.jfree.chart.annotations.XYAnnotation) 
		org.jfree.chart.annotations.XYAnnotation annotation
	public void clearAnnotations () 
	public boolean isCompatibleDomainAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		double xLength
		double yLength
		double unitRatio
		double ratio
		java.awt.geom.Rectangle2D tmpDataArea
		double h
		double w
		org.jfree.chart.plot.Marker marker
		java.util.Iterator iterator
		org.jfree.chart.plot.Marker marker
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		boolean b1
		boolean b2
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D estimatedDataArea
		org.jfree.chart.axis.AxisSpace space2
		java.awt.geom.Rectangle2D adjustedPlotArea
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D colorBarArea
		org.jfree.chart.plot.CrosshairState crosshairState
		double cursor
		java.awt.Shape originalClip
		java.awt.Composite originalComposite
	public void render (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.CrosshairState) 
		java.awt.geom.GeneralPath clipper
		org.jfree.chart.axis.ColorBar zAxis
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.CrosshairState crosshairState
		org.jfree.data.contour.ContourDataset data
	public void contourRenderer (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.ContourPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ColorBar, org.jfree.data.contour.ContourDataset, org.jfree.chart.plot.CrosshairState) 
		int i
		String tip
		String url
		org.jfree.chart.entity.ContourEntity entity
		int i
		int k
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.ContourPlot plot
		org.jfree.chart.axis.ValueAxis horizontalAxis
		org.jfree.chart.axis.ValueAxis verticalAxis
		org.jfree.chart.axis.ColorBar colorBar
		org.jfree.data.contour.ContourDataset data
		org.jfree.chart.plot.CrosshairState crosshairState
		java.awt.geom.Rectangle2D$Double entityArea
		org.jfree.chart.entity.EntityCollection entities
		java.awt.geom.Rectangle2D$Double rect
		Object antiAlias
		Number[] xNumber
		Number[] yNumber
		Number[] zNumber
		double[] x
		double[] y
		int[] xIndex
		int[] indexX
		boolean vertInverted
		boolean horizInverted
		double transX
		double transXm1
		double transXp1
		double transDXm1
		double transDXp1
		double transDX
		double transY
		double transYm1
		double transYp1
		double transDYm1
		double transDYp1
		double transDY
		int iMax
	public void pointRenderer (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.ContourPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ColorBar, org.jfree.data.contour.ContourDataset, org.jfree.chart.plot.CrosshairState) 
		int i
		String tip
		String url
		org.jfree.chart.entity.ContourEntity entity
		int k
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.ContourPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.axis.ColorBar colorBar
		org.jfree.data.contour.ContourDataset data
		org.jfree.chart.plot.CrosshairState crosshairState
		java.awt.geom.RectangularShape entityArea
		org.jfree.chart.entity.EntityCollection entities
		java.awt.geom.RectangularShape rect
		Object antiAlias
		Number[] xNumber
		Number[] yNumber
		Number[] zNumber
		double[] x
		double[] y
		double transX
		double transDX
		double transY
		double transDY
		double size
	protected void drawVerticalLine (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, java.awt.Stroke, java.awt.Paint) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Stroke stroke
		java.awt.Paint paint
		double xx
		java.awt.geom.Line2D line
	protected void drawHorizontalLine (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, java.awt.Stroke, java.awt.Paint) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Stroke stroke
		java.awt.Paint paint
		double yy
		java.awt.geom.Line2D line
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
	public void zoom (double) 
		double percent
	public java.lang.String getPlotType () 
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
	public org.jfree.data.Range getContourDataRange () 
		org.jfree.data.Range h
		org.jfree.data.Range v
		org.jfree.data.Range result
		org.jfree.data.contour.ContourDataset data
	public void propertyChange (java.beans.PropertyChangeEvent) 
		java.beans.PropertyChangeEvent event
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent event
	public org.jfree.chart.axis.ColorBar getColorBar () 
	public boolean isDomainCrosshairVisible () 
	public void setDomainCrosshairVisible (boolean) 
		boolean flag
	public boolean isDomainCrosshairLockedOnData () 
	public void setDomainCrosshairLockedOnData (boolean) 
		boolean flag
	public double getDomainCrosshairValue () 
	public void setDomainCrosshairValue (double) 
		double value
	public void setDomainCrosshairValue (double, boolean) 
		double value
		boolean notify
	public java.awt.Stroke getDomainCrosshairStroke () 
	public void setDomainCrosshairStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getDomainCrosshairPaint () 
	public void setDomainCrosshairPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRangeCrosshairVisible () 
	public void setRangeCrosshairVisible (boolean) 
		boolean flag
	public boolean isRangeCrosshairLockedOnData () 
	public void setRangeCrosshairLockedOnData (boolean) 
		boolean flag
	public double getRangeCrosshairValue () 
	public void setRangeCrosshairValue (double) 
		double value
	public void setRangeCrosshairValue (double, boolean) 
		double value
		boolean notify
	public java.awt.Stroke getRangeCrosshairStroke () 
	public void setRangeCrosshairStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeCrosshairPaint () 
	public void setRangeCrosshairPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.labels.ContourToolTipGenerator getToolTipGenerator () 
	public void setToolTipGenerator (org.jfree.chart.labels.ContourToolTipGenerator) 
		org.jfree.chart.labels.ContourToolTipGenerator generator
	public org.jfree.chart.urls.XYURLGenerator getURLGenerator () 
	public void setURLGenerator (org.jfree.chart.urls.XYURLGenerator) 
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public void drawDomainMarker (java.awt.Graphics2D, org.jfree.chart.plot.ContourPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		double x
		java.awt.geom.Line2D line
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Graphics2D g2
		org.jfree.chart.plot.ContourPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
	public void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.ContourPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		double y
		java.awt.geom.Line2D line
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Graphics2D g2
		org.jfree.chart.plot.ContourPlot plot
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
	public org.jfree.chart.ClipPath getClipPath () 
	public void setClipPath (org.jfree.chart.ClipPath) 
		org.jfree.chart.ClipPath clipPath
	public double getPtSizePct () 
	public boolean isRenderAsPoints () 
	public void setPtSizePct (double) 
		double ptSizePct
	public void setRenderAsPoints (boolean) 
		boolean renderAsPoints
	public void axisChanged (org.jfree.chart.event.AxisChangeEvent) 
		org.jfree.chart.axis.ColorBar cba
		org.jfree.chart.event.AxisChangeEvent event
		Object source
	public org.jfree.data.Range visibleRange (org.jfree.data.contour.ContourDataset, org.jfree.data.Range, org.jfree.data.Range) 
		org.jfree.data.contour.ContourDataset data
		org.jfree.data.Range x
		org.jfree.data.Range y
		org.jfree.data.Range range
	public java.awt.Paint getMissingPaint () 
	public void setMissingPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void zoomDomainAxes (double, double, double) 
		double x
		double y
		double factor
	public void zoomDomainAxes (double, double, double, double) 
		double x
		double y
		double lowerPercent
		double upperPercent
	public void zoomRangeAxes (double, double, double) 
		double x
		double y
		double factor
	public void zoomRangeAxes (double, double, double, double) 
		double x
		double y
		double lowerPercent
		double upperPercent
	public boolean isDomainZoomable () 
	public boolean isRangeZoomable () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.ContourPlot clone
	static void  () 
}

org/jfree/chart/plot/ContourPlotUtilities.class
ContourPlotUtilities.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.ContourPlotUtilities extends java.lang.Object {
	public void  () 
	public static org.jfree.data.Range visibleRange (org.jfree.data.contour.ContourDataset, org.jfree.data.Range, org.jfree.data.Range) 
		org.jfree.data.contour.ContourDataset data
		org.jfree.data.Range x
		org.jfree.data.Range y
		org.jfree.data.Range range
}

org/jfree/chart/plot/ContourValuePlot.class
ContourValuePlot.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.ContourValuePlot extends java.lang.Object {
	public abstract org.jfree.data.Range getContourDataRange () 
}

org/jfree/chart/plot/CrosshairState.class
CrosshairState.java
package org.jfree.chart.plot
public org.jfree.chart.plot.CrosshairState extends java.lang.Object {
	private boolean calculateDistanceInDataSpace
	private double anchorX
	private double anchorY
	private java.awt.geom.Point2D anchor
	private double crosshairX
	private double crosshairY
	private int domainAxisIndex
	private int rangeAxisIndex
	private double distance
	public void  () 
	public void  (boolean) 
		boolean calculateDistanceInDataSpace
	public double getCrosshairDistance () 
	public void setCrosshairDistance (double) 
		double distance
	public void updateCrosshairPoint (double, double, double, double, org.jfree.chart.plot.PlotOrientation) 
		double x
		double y
		double transX
		double transY
		org.jfree.chart.plot.PlotOrientation orientation
	public void updateCrosshairPoint (double, double, int, int, double, double, org.jfree.chart.plot.PlotOrientation) 
		double temp
		double xx
		double yy
		double d
		double x
		double y
		int domainAxisIndex
		int rangeAxisIndex
		double transX
		double transY
		org.jfree.chart.plot.PlotOrientation orientation
	public void updateCrosshairX (double) 
		double candidateX
	public void updateCrosshairX (double, int) 
		double candidateX
		int domainAxisIndex
		double d
	public void updateCrosshairY (double) 
		double candidateY
	public void updateCrosshairY (double, int) 
		double candidateY
		int rangeAxisIndex
		double d
	public java.awt.geom.Point2D getAnchor () 
	public void setAnchor (java.awt.geom.Point2D) 
		java.awt.geom.Point2D anchor
	public double getAnchorX () 
	public void setAnchorX (double) 
		double x
	public double getAnchorY () 
	public void setAnchorY (double) 
		double y
	public double getCrosshairX () 
	public void setCrosshairX (double) 
		double x
	public double getCrosshairY () 
	public void setCrosshairY (double) 
		double y
	public int getDomainAxisIndex () 
	public int getRangeAxisIndex () 
}

org/jfree/chart/plot/DatasetRenderingOrder.class
DatasetRenderingOrder.java
package org.jfree.chart.plot
public final org.jfree.chart.plot.DatasetRenderingOrder extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.plot.DatasetRenderingOrder FORWARD
	public static final org.jfree.chart.plot.DatasetRenderingOrder REVERSE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.DatasetRenderingOrder order
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/plot/DefaultDrawingSupplier.class
DefaultDrawingSupplier.java
package org.jfree.chart.plot
public org.jfree.chart.plot.DefaultDrawingSupplier extends java.lang.Object implements org.jfree.chart.plot.DrawingSupplier java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Paint[] DEFAULT_PAINT_SEQUENCE
	public static final java.awt.Paint[] DEFAULT_OUTLINE_PAINT_SEQUENCE
	public static final java.awt.Paint[] DEFAULT_FILL_PAINT_SEQUENCE
	public static final java.awt.Stroke[] DEFAULT_STROKE_SEQUENCE
	public static final java.awt.Stroke[] DEFAULT_OUTLINE_STROKE_SEQUENCE
	public static final java.awt.Shape[] DEFAULT_SHAPE_SEQUENCE
	private transient java.awt.Paint[] paintSequence
	private int paintIndex
	private transient java.awt.Paint[] outlinePaintSequence
	private int outlinePaintIndex
	private transient java.awt.Paint[] fillPaintSequence
	private int fillPaintIndex
	private transient java.awt.Stroke[] strokeSequence
	private int strokeIndex
	private transient java.awt.Stroke[] outlineStrokeSequence
	private int outlineStrokeIndex
	private transient java.awt.Shape[] shapeSequence
	private int shapeIndex
	public void  () 
	public void  (java.awt.Paint[], java.awt.Paint[], java.awt.Stroke[], java.awt.Stroke[], java.awt.Shape[]) 
		java.awt.Paint[] paintSequence
		java.awt.Paint[] outlinePaintSequence
		java.awt.Stroke[] strokeSequence
		java.awt.Stroke[] outlineStrokeSequence
		java.awt.Shape[] shapeSequence
	public void  (java.awt.Paint[], java.awt.Paint[], java.awt.Paint[], java.awt.Stroke[], java.awt.Stroke[], java.awt.Shape[]) 
		java.awt.Paint[] paintSequence
		java.awt.Paint[] fillPaintSequence
		java.awt.Paint[] outlinePaintSequence
		java.awt.Stroke[] strokeSequence
		java.awt.Stroke[] outlineStrokeSequence
		java.awt.Shape[] shapeSequence
	public java.awt.Paint getNextPaint () 
		java.awt.Paint result
	public java.awt.Paint getNextOutlinePaint () 
		java.awt.Paint result
	public java.awt.Paint getNextFillPaint () 
		java.awt.Paint result
	public java.awt.Stroke getNextStroke () 
		java.awt.Stroke result
	public java.awt.Stroke getNextOutlineStroke () 
		java.awt.Stroke result
	public java.awt.Shape getNextShape () 
		java.awt.Shape result
	public static java.awt.Shape[] createStandardSeriesShapes () 
		java.awt.Shape[] result
		double size
		double delta
		int[] xpoints
		int[] ypoints
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.DefaultDrawingSupplier that
	private boolean equalShapes (java.awt.Shape[], java.awt.Shape[]) 
		int i
		java.awt.Shape[] s1
		java.awt.Shape[] s2
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		int i
		int i
		int i
		int i
		int i
		java.io.ObjectOutputStream stream
		int paintCount
		int outlinePaintCount
		int strokeCount
		int outlineStrokeCount
		int shapeCount
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		int i
		int i
		int i
		int i
		int i
		java.io.ObjectInputStream stream
		int paintCount
		int outlinePaintCount
		int strokeCount
		int outlineStrokeCount
		int shapeCount
	private static int[] intArray (double, double, double) 
		double a
		double b
		double c
	private static int[] intArray (double, double, double, double) 
		double a
		double b
		double c
		double d
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.DefaultDrawingSupplier clone
	static void  () 
}

org/jfree/chart/plot/DialShape.class
DialShape.java
package org.jfree.chart.plot
public final org.jfree.chart.plot.DialShape extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.plot.DialShape CIRCLE
	public static final org.jfree.chart.plot.DialShape CHORD
	public static final org.jfree.chart.plot.DialShape PIE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.DialShape shape
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/plot/DrawingSupplier.class
DrawingSupplier.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.DrawingSupplier extends java.lang.Object {
	public abstract java.awt.Paint getNextPaint () 
	public abstract java.awt.Paint getNextOutlinePaint () 
	public abstract java.awt.Paint getNextFillPaint () 
	public abstract java.awt.Stroke getNextStroke () 
	public abstract java.awt.Stroke getNextOutlineStroke () 
	public abstract java.awt.Shape getNextShape () 
}

org/jfree/chart/plot/FastScatterPlot.class
FastScatterPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.FastScatterPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.ValueAxisPlot org.jfree.chart.plot.Zoomable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Stroke DEFAULT_GRIDLINE_STROKE
	public static final java.awt.Paint DEFAULT_GRIDLINE_PAINT
	private float[][] data
	private org.jfree.data.Range xDataRange
	private org.jfree.data.Range yDataRange
	private org.jfree.chart.axis.ValueAxis domainAxis
	private org.jfree.chart.axis.ValueAxis rangeAxis
	private transient java.awt.Paint paint
	private boolean domainGridlinesVisible
	private transient java.awt.Stroke domainGridlineStroke
	private transient java.awt.Paint domainGridlinePaint
	private boolean rangeGridlinesVisible
	private transient java.awt.Stroke rangeGridlineStroke
	private transient java.awt.Paint rangeGridlinePaint
	protected static java.util.ResourceBundle localizationResources
	public void  () 
	public void  (float[][], org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis) 
		float[][] data
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
	public java.lang.String getPlotType () 
	public float[][] getData () 
	public void setData (float[][]) 
		float[][] data
	public org.jfree.chart.plot.PlotOrientation getOrientation () 
	public org.jfree.chart.axis.ValueAxis getDomainAxis () 
	public void setDomainAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public org.jfree.chart.axis.ValueAxis getRangeAxis () 
	public void setRangeAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isDomainGridlinesVisible () 
	public void setDomainGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getDomainGridlineStroke () 
	public void setDomainGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getDomainGridlinePaint () 
	public void setDomainGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRangeGridlinesVisible () 
	public void setRangeGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getRangeGridlineStroke () 
	public void setRangeGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeGridlinePaint () 
	public void setRangeGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.AxisState domainAxisState
		org.jfree.chart.axis.AxisState rangeAxisState
		java.awt.Shape originalClip
		java.awt.Composite originalComposite
	public void render (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.CrosshairState) 
		float x
		float y
		int transX
		int transY
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.CrosshairState crosshairState
	protected void drawDomainGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		double v
		java.awt.geom.Line2D line
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List ticks
	protected void drawRangeGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		double v
		java.awt.geom.Line2D line
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List ticks
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
	private org.jfree.data.Range calculateXDataRange (float[][]) 
		float v
		int i
		float lowest
		float highest
		float[][] data
		org.jfree.data.Range result
	private org.jfree.data.Range calculateYDataRange (float[][]) 
		float v
		int i
		float lowest
		float highest
		float[][] data
		org.jfree.data.Range result
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double sourceX
		double anchorX
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double sourceX
		double anchorX
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public boolean isDomainZoomable () 
	public boolean isRangeZoomable () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.FastScatterPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.FastScatterPlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/plot/GreyPalette.class
GreyPalette.java
package org.jfree.chart.plot
public org.jfree.chart.plot.GreyPalette extends org.jfree.chart.plot.ColorPalette implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void initialize () 
		int i
}

org/jfree/chart/plot/IntervalMarker.class
IntervalMarker.java
package org.jfree.chart.plot
public org.jfree.chart.plot.IntervalMarker extends org.jfree.chart.plot.Marker implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double startValue
	private double endValue
	private org.jfree.ui.GradientPaintTransformer gradientPaintTransformer
	public void  (double, double) 
		double start
		double end
	public void  (double, double, java.awt.Paint) 
		double start
		double end
		java.awt.Paint paint
	public void  (double, double, java.awt.Paint, java.awt.Stroke, java.awt.Paint, java.awt.Stroke, float) 
		double start
		double end
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		float alpha
	public double getStartValue () 
	public void setStartValue (double) 
		double value
	public double getEndValue () 
	public void setEndValue (double) 
		double value
	public org.jfree.ui.GradientPaintTransformer getGradientPaintTransformer () 
	public void setGradientPaintTransformer (org.jfree.ui.GradientPaintTransformer) 
		org.jfree.ui.GradientPaintTransformer transformer
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.IntervalMarker that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/plot/JThermometer.class
JThermometer.java
package org.jfree.chart.plot
public org.jfree.chart.plot.JThermometer extends javax.swing.JPanel implements java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.general.DefaultValueDataset data
	private org.jfree.chart.JFreeChart chart
	private org.jfree.chart.ChartPanel panel
	private org.jfree.chart.plot.ThermometerPlot plot
	public void  () 
	public void addSubtitle (org.jfree.chart.title.Title) 
		org.jfree.chart.title.Title subtitle
	public void addSubtitle (java.lang.String) 
		String subtitle
	public void addSubtitle (java.lang.String, java.awt.Font) 
		String subtitle
		java.awt.Font font
	public void setValueFormat (java.text.DecimalFormat) 
		java.text.DecimalFormat df
	public void setRange (double, double) 
		double lower
		double upper
	public void setSubrangeInfo (int, double, double) 
		int range
		double displayLow
		double displayHigh
	public void setSubrangeInfo (int, double, double, double, double) 
		int range
		double rangeLow
		double rangeHigh
		double displayLow
		double displayHigh
	public void setValueLocation (int) 
		int loc
	public void setValuePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.lang.Number getValue () 
	public void setValue (double) 
		double value
	public void setValue (java.lang.Number) 
		Number value
	public void setUnits (int) 
		int i
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint p
	public void setForeground (java.awt.Color) 
		java.awt.Color fg
	public void setBackground (java.awt.Color) 
		java.awt.Color bg
	public void setValueFont (java.awt.Font) 
		java.awt.Font f
	public java.awt.Font getTickLabelFont () 
		org.jfree.chart.axis.ValueAxis axis
	public void setTickLabelFont (java.awt.Font) 
		java.awt.Font font
		org.jfree.chart.axis.ValueAxis axis
	public void changeTickFontSize (int) 
		int delta
		java.awt.Font f
		String fName
		java.awt.Font newFont
	public void setTickFontStyle (int) 
		int style
		java.awt.Font f
		String fName
		java.awt.Font newFont
	public void setFollowDataInSubranges (boolean) 
		boolean flag
	public void setShowValueLines (boolean) 
		boolean b
	public void setShowAxisLocation (int) 
		int location
	public int getShowAxisLocation () 
}

org/jfree/chart/plot/LocalizationBundle.properties
org/jfree/chart/plot/LocalizationBundle_de.properties
org/jfree/chart/plot/LocalizationBundle_es.properties
org/jfree/chart/plot/LocalizationBundle_fr.properties
org/jfree/chart/plot/LocalizationBundle_nl.properties
org/jfree/chart/plot/LocalizationBundle_pl.properties
org/jfree/chart/plot/LocalizationBundle_pt_PT.properties
org/jfree/chart/plot/LocalizationBundle_ru.properties
org/jfree/chart/plot/LocalizationBundle_zh_CN.properties
org/jfree/chart/plot/Marker.class
Marker.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.Marker extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint paint
	private transient java.awt.Stroke stroke
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Stroke outlineStroke
	private float alpha
	private String label
	private java.awt.Font labelFont
	private transient java.awt.Paint labelPaint
	private org.jfree.ui.RectangleAnchor labelAnchor
	private org.jfree.ui.TextAnchor labelTextAnchor
	private org.jfree.ui.RectangleInsets labelOffset
	private org.jfree.ui.LengthAdjustmentType labelOffsetType
	private transient javax.swing.event.EventListenerList listenerList
	static Class class$org$jfree$chart$event$MarkerChangeListener
	protected void  () 
	protected void  (java.awt.Paint) 
		java.awt.Paint paint
	protected void  (java.awt.Paint, java.awt.Stroke, java.awt.Paint, java.awt.Stroke, float) 
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		float alpha
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getStroke () 
	public void setStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getOutlineStroke () 
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public float getAlpha () 
	public void setAlpha (float) 
		float alpha
	public java.lang.String getLabel () 
	public void setLabel (java.lang.String) 
		String label
	public java.awt.Font getLabelFont () 
	public void setLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getLabelPaint () 
	public void setLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleAnchor getLabelAnchor () 
	public void setLabelAnchor (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public org.jfree.ui.RectangleInsets getLabelOffset () 
	public void setLabelOffset (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets offset
	public org.jfree.ui.LengthAdjustmentType getLabelOffsetType () 
	public void setLabelOffsetType (org.jfree.ui.LengthAdjustmentType) 
		org.jfree.ui.LengthAdjustmentType adj
	public org.jfree.ui.TextAnchor getLabelTextAnchor () 
	public void setLabelTextAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public void addChangeListener (org.jfree.chart.event.MarkerChangeListener) 
		org.jfree.chart.event.MarkerChangeListener listener
	public void removeChangeListener (org.jfree.chart.event.MarkerChangeListener) 
		org.jfree.chart.event.MarkerChangeListener listener
	public void notifyListeners (org.jfree.chart.event.MarkerChangeEvent) 
		int i
		org.jfree.chart.event.MarkerChangeEvent event
		Object[] listeners
	public java.util.EventListener[] getListeners (java.lang.Class) 
		Class listenerType
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.Marker that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/chart/plot/MeterInterval.class
MeterInterval.java
package org.jfree.chart.plot
public org.jfree.chart.plot.MeterInterval extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private String label
	private org.jfree.data.Range range
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Stroke outlineStroke
	private transient java.awt.Paint backgroundPaint
	public void  (java.lang.String, org.jfree.data.Range) 
		String label
		org.jfree.data.Range range
	public void  (java.lang.String, org.jfree.data.Range, java.awt.Paint, java.awt.Stroke, java.awt.Paint) 
		String label
		org.jfree.data.Range range
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.Paint backgroundPaint
	public java.lang.String getLabel () 
	public org.jfree.data.Range getRange () 
	public java.awt.Paint getBackgroundPaint () 
	public java.awt.Paint getOutlinePaint () 
	public java.awt.Stroke getOutlineStroke () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.MeterInterval that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/MeterPlot.class
MeterPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.MeterPlot extends org.jfree.chart.plot.Plot implements java.io.Serializable java.lang.Cloneable  {
	private static final long serialVersionUID
	static final java.awt.Paint DEFAULT_DIAL_BACKGROUND_PAINT
	static final java.awt.Paint DEFAULT_NEEDLE_PAINT
	static final java.awt.Font DEFAULT_VALUE_FONT
	static final java.awt.Paint DEFAULT_VALUE_PAINT
	public static final int DEFAULT_METER_ANGLE
	public static final float DEFAULT_BORDER_SIZE
	public static final float DEFAULT_CIRCLE_SIZE
	public static final java.awt.Font DEFAULT_LABEL_FONT
	private org.jfree.data.general.ValueDataset dataset
	private org.jfree.chart.plot.DialShape shape
	private int meterAngle
	private org.jfree.data.Range range
	private double tickSize
	private transient java.awt.Paint tickPaint
	private String units
	private java.awt.Font valueFont
	private transient java.awt.Paint valuePaint
	private boolean drawBorder
	private transient java.awt.Paint dialOutlinePaint
	private transient java.awt.Paint dialBackgroundPaint
	private transient java.awt.Paint needlePaint
	private boolean tickLabelsVisible
	private java.awt.Font tickLabelFont
	private transient java.awt.Paint tickLabelPaint
	private java.text.NumberFormat tickLabelFormat
	protected static java.util.ResourceBundle localizationResources
	private java.util.List intervals
	public void  () 
	public void  (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
	public org.jfree.chart.plot.DialShape getDialShape () 
	public void setDialShape (org.jfree.chart.plot.DialShape) 
		org.jfree.chart.plot.DialShape shape
	public int getMeterAngle () 
	public void setMeterAngle (int) 
		int angle
	public org.jfree.data.Range getRange () 
	public void setRange (org.jfree.data.Range) 
		org.jfree.data.Range range
	public double getTickSize () 
	public void setTickSize (double) 
		double size
	public java.awt.Paint getTickPaint () 
	public void setTickPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.lang.String getUnits () 
	public void setUnits (java.lang.String) 
		String units
	public java.awt.Paint getNeedlePaint () 
	public void setNeedlePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getTickLabelsVisible () 
	public void setTickLabelsVisible (boolean) 
		boolean visible
	public java.awt.Font getTickLabelFont () 
	public void setTickLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getTickLabelPaint () 
	public void setTickLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.text.NumberFormat getTickLabelFormat () 
	public void setTickLabelFormat (java.text.NumberFormat) 
		java.text.NumberFormat format
	public java.awt.Font getValueFont () 
	public void setValueFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getValuePaint () 
	public void setValuePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getDialBackgroundPaint () 
	public void setDialBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getDrawBorder () 
	public void setDrawBorder (boolean) 
		boolean draw
	public java.awt.Paint getDialOutlinePaint () 
	public void setDialOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.data.general.ValueDataset getDataset () 
	public void setDataset (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
		org.jfree.data.general.ValueDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public java.util.List getIntervals () 
	public void addInterval (org.jfree.chart.plot.MeterInterval) 
		org.jfree.chart.plot.MeterInterval interval
	public void clearIntervals () 
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.plot.MeterInterval mi
		java.awt.Paint color
		org.jfree.chart.LegendItem item
		org.jfree.chart.LegendItemCollection result
		java.util.Iterator iterator
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.MeterInterval interval
		double valueP3
		double valueP4
		double radius
		double valueAngle
		double valueP1
		double valueP2
		java.awt.Polygon arrow
		java.awt.geom.Ellipse2D circle
		double value
		double dataMin
		double dataMax
		java.awt.Shape savedClip
		java.awt.Composite originalComposite
		java.util.Iterator iterator
		Number n
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		double gapHorizontal
		double gapVertical
		double meterX
		double meterY
		double meterW
		double meterH
		double min
		java.awt.geom.Rectangle2D meterArea
		java.awt.geom.Rectangle2D$Double originalArea
		double meterMiddleX
		double meterMiddleY
		org.jfree.data.general.ValueDataset data
	protected void drawArcForInterval (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.MeterInterval) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D meterArea
		org.jfree.chart.plot.MeterInterval interval
		double minValue
		double maxValue
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.Paint backgroundPaint
	protected void drawArc (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, double, java.awt.Paint, java.awt.Stroke) 
		java.awt.geom.Arc2D$Double arc
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		double minValue
		double maxValue
		java.awt.Paint paint
		java.awt.Stroke stroke
		double startAngle
		double endAngle
		double extent
		double x
		double y
		double w
		double h
	protected void fillArc (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, double, java.awt.Paint, boolean) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		double minValue
		double maxValue
		java.awt.Paint paint
		boolean dial
		double startAngle
		double endAngle
		double extent
		double x
		double y
		double w
		double h
		int joinType
		java.awt.geom.Arc2D$Double arc
	public double valueToAngle (double) 
		double value
		double baseAngle
	protected void drawTicks (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, double) 
		double v
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D meterArea
		double minValue
		double maxValue
	protected void drawTick (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D meterArea
		double value
	protected void drawTick (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, boolean) 
		String tickLabel
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D tickLabelBounds
		double x
		double y
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D meterArea
		double value
		boolean label
		double valueAngle
		double meterMiddleX
		double meterMiddleY
		double valueP2X
		double valueP2Y
		double radius
		double radius1
		double valueP1X
		double valueP1Y
		java.awt.geom.Line2D$Double line
	protected void drawValueLabel (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		Number n
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		String valueStr
		float x
		float y
	public java.lang.String getPlotType () 
	public void zoom (double) 
		double percent
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.MeterPlot that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.MeterPlot clone
	static void  () 
}

org/jfree/chart/plot/MultiplePiePlot.class
MultiplePiePlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.MultiplePiePlot extends org.jfree.chart.plot.Plot implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.JFreeChart pieChart
	private org.jfree.data.category.CategoryDataset dataset
	private org.jfree.util.TableOrder dataExtractOrder
	private double limit
	private Comparable aggregatedItemsKey
	private transient java.awt.Paint aggregatedItemsPaint
	private transient java.util.Map sectionPaints
	public void  () 
	public void  (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.chart.plot.PiePlot piePlot
		org.jfree.chart.title.TextTitle seriesTitle
	public org.jfree.data.category.CategoryDataset getDataset () 
	public void setDataset (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public org.jfree.chart.JFreeChart getPieChart () 
	public void setPieChart (org.jfree.chart.JFreeChart) 
		org.jfree.chart.JFreeChart pieChart
	public org.jfree.util.TableOrder getDataExtractOrder () 
	public void setDataExtractOrder (org.jfree.util.TableOrder) 
		org.jfree.util.TableOrder order
	public double getLimit () 
	public void setLimit (double) 
		double limit
	public java.lang.Comparable getAggregatedItemsKey () 
	public void setAggregatedItemsKey (java.lang.Comparable) 
		Comparable key
	public java.awt.Paint getAggregatedItemsPaint () 
	public void setAggregatedItemsPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.lang.String getPlotType () 
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		int temp
		java.awt.Paint p
		Comparable key
		java.awt.Paint p
		int i
		String title
		org.jfree.data.general.PieDataset piedataset
		org.jfree.data.general.PieDataset dd
		org.jfree.chart.plot.PiePlot piePlot
		org.jfree.chart.ChartRenderingInfo subinfo
		int pieIndex
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		int pieCount
		int displayCols
		int displayRows
		int x
		int y
		int width
		int height
		int row
		int column
		int diff
		int xoffset
		java.awt.Rectangle rect
	private void prefetchSectionPaints () 
		Comparable key
		java.awt.Paint p
		int c
		Comparable key
		java.awt.Paint p
		int r
		org.jfree.chart.plot.PiePlot piePlot
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		Comparable key
		String label
		String description
		java.awt.Paint paint
		org.jfree.chart.LegendItem item
		int section
		java.util.Iterator iterator
		java.util.List keys
		org.jfree.chart.LegendItemCollection result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.MultiplePiePlot that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/PieLabelDistributor.class
PieLabelDistributor.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PieLabelDistributor extends org.jfree.chart.plot.AbstractPieLabelDistributor {
	private double minGap
	public void  (int) 
		int labelCount
	public void distributeLabels (double, double) 
		double minY
		double height
	private boolean isOverlap () 
		org.jfree.chart.plot.PieLabelRecord plr
		int i
		double y
	protected void adjustInwards () 
		double adjust
		org.jfree.chart.plot.PieLabelRecord r0
		org.jfree.chart.plot.PieLabelRecord r1
		double adjust
		org.jfree.chart.plot.PieLabelRecord r2
		org.jfree.chart.plot.PieLabelRecord r3
		int lower
		int upper
	protected void adjustDownwards (double, double) 
		org.jfree.chart.plot.PieLabelRecord record0
		org.jfree.chart.plot.PieLabelRecord record1
		int i
		double minY
		double height
	protected void adjustUpwards (double, double) 
		org.jfree.chart.plot.PieLabelRecord record0
		org.jfree.chart.plot.PieLabelRecord record1
		int i
		double minY
		double height
	protected void spreadEvenly (double, double) 
		int i
		org.jfree.chart.plot.PieLabelRecord record
		int i
		double minY
		double height
		double y
		double sumOfLabelHeights
		double gap
	public void sort () 
	public java.lang.String toString () 
		int i
		StringBuffer result
}

org/jfree/chart/plot/PieLabelRecord.class
PieLabelRecord.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PieLabelRecord extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	private Comparable key
	private double angle
	private double baseY
	private double allocatedY
	private org.jfree.text.TextBox label
	private double labelHeight
	private double gap
	private double linkPercent
	public void  (java.lang.Comparable, double, double, org.jfree.text.TextBox, double, double, double) 
		Comparable key
		double angle
		double baseY
		org.jfree.text.TextBox label
		double labelHeight
		double gap
		double linkPercent
	public double getBaseY () 
	public void setBaseY (double) 
		double base
	public double getLowerY () 
	public double getUpperY () 
	public double getAngle () 
	public java.lang.Comparable getKey () 
	public org.jfree.text.TextBox getLabel () 
	public double getLabelHeight () 
	public double getAllocatedY () 
	public void setAllocatedY (double) 
		double y
	public double getGap () 
	public double getLinkPercent () 
	public int compareTo (java.lang.Object) 
		org.jfree.chart.plot.PieLabelRecord plr
		Object obj
		int result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.PieLabelRecord that
	public java.lang.String toString () 
}

org/jfree/chart/plot/PiePlot.class
PiePlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PiePlot extends org.jfree.chart.plot.Plot implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_INTERIOR_GAP
	public static final double MAX_INTERIOR_GAP
	public static final double DEFAULT_START_ANGLE
	public static final java.awt.Font DEFAULT_LABEL_FONT
	public static final java.awt.Paint DEFAULT_LABEL_PAINT
	public static final java.awt.Paint DEFAULT_LABEL_BACKGROUND_PAINT
	public static final java.awt.Paint DEFAULT_LABEL_OUTLINE_PAINT
	public static final java.awt.Stroke DEFAULT_LABEL_OUTLINE_STROKE
	public static final java.awt.Paint DEFAULT_LABEL_SHADOW_PAINT
	public static final double DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW
	private org.jfree.data.general.PieDataset dataset
	private int pieIndex
	private double interiorGap
	private boolean circular
	private double startAngle
	private org.jfree.util.Rotation direction
	private transient java.awt.Paint sectionPaint
	private org.jfree.chart.PaintMap sectionPaintMap
	private transient java.awt.Paint baseSectionPaint
	private boolean sectionOutlinesVisible
	private transient java.awt.Paint sectionOutlinePaint
	private org.jfree.chart.PaintMap sectionOutlinePaintMap
	private transient java.awt.Paint baseSectionOutlinePaint
	private transient java.awt.Stroke sectionOutlineStroke
	private org.jfree.chart.StrokeMap sectionOutlineStrokeMap
	private transient java.awt.Stroke baseSectionOutlineStroke
	private transient java.awt.Paint shadowPaint
	private double shadowXOffset
	private double shadowYOffset
	private java.util.Map explodePercentages
	private org.jfree.chart.labels.PieSectionLabelGenerator labelGenerator
	private java.awt.Font labelFont
	private transient java.awt.Paint labelPaint
	private transient java.awt.Paint labelBackgroundPaint
	private transient java.awt.Paint labelOutlinePaint
	private transient java.awt.Stroke labelOutlineStroke
	private transient java.awt.Paint labelShadowPaint
	private boolean simpleLabels
	private org.jfree.ui.RectangleInsets labelPadding
	private org.jfree.ui.RectangleInsets simpleLabelOffset
	private double maximumLabelWidth
	private double labelGap
	private boolean labelLinksVisible
	private double labelLinkMargin
	private transient java.awt.Paint labelLinkPaint
	private transient java.awt.Stroke labelLinkStroke
	private org.jfree.chart.plot.AbstractPieLabelDistributor labelDistributor
	private org.jfree.chart.labels.PieToolTipGenerator toolTipGenerator
	private org.jfree.chart.urls.PieURLGenerator urlGenerator
	private org.jfree.chart.labels.PieSectionLabelGenerator legendLabelGenerator
	private org.jfree.chart.labels.PieSectionLabelGenerator legendLabelToolTipGenerator
	private org.jfree.chart.urls.PieURLGenerator legendLabelURLGenerator
	private boolean ignoreNullValues
	private boolean ignoreZeroValues
	private transient java.awt.Shape legendItemShape
	private double minimumArcAngleToDraw
	protected static java.util.ResourceBundle localizationResources
	static final boolean DEBUG_DRAW_INTERIOR
	static final boolean DEBUG_DRAW_LINK_AREA
	static final boolean DEBUG_DRAW_PIE_AREA
	public void  () 
	public void  (org.jfree.data.general.PieDataset) 
		org.jfree.data.general.PieDataset dataset
	public org.jfree.data.general.PieDataset getDataset () 
	public void setDataset (org.jfree.data.general.PieDataset) 
		org.jfree.data.general.PieDataset dataset
		org.jfree.data.general.PieDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public int getPieIndex () 
	public void setPieIndex (int) 
		int index
	public double getStartAngle () 
	public void setStartAngle (double) 
		double angle
	public org.jfree.util.Rotation getDirection () 
	public void setDirection (org.jfree.util.Rotation) 
		org.jfree.util.Rotation direction
	public double getInteriorGap () 
	public void setInteriorGap (double) 
		double percent
	public boolean isCircular () 
	public void setCircular (boolean) 
		boolean flag
	public void setCircular (boolean, boolean) 
		boolean circular
		boolean notify
	public boolean getIgnoreNullValues () 
	public void setIgnoreNullValues (boolean) 
		boolean flag
	public boolean getIgnoreZeroValues () 
	public void setIgnoreZeroValues (boolean) 
		boolean flag
	protected java.awt.Paint lookupSectionPaint (java.lang.Comparable) 
		Comparable key
	protected java.awt.Paint lookupSectionPaint (java.lang.Comparable, boolean) 
		org.jfree.chart.plot.DrawingSupplier ds
		Comparable key
		boolean autoPopulate
		java.awt.Paint result
	public java.awt.Paint getSectionPaint () 
	public void setSectionPaint (java.awt.Paint) 
		java.awt.Paint paint
	protected java.lang.Comparable getSectionKey (int) 
		int section
		Comparable key
	public java.awt.Paint getSectionPaint (java.lang.Comparable) 
		Comparable key
	public void setSectionPaint (java.lang.Comparable, java.awt.Paint) 
		Comparable key
		java.awt.Paint paint
	public java.awt.Paint getBaseSectionPaint () 
	public void setBaseSectionPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getSectionOutlinesVisible () 
	public void setSectionOutlinesVisible (boolean) 
		boolean visible
	protected java.awt.Paint lookupSectionOutlinePaint (java.lang.Comparable) 
		Comparable key
	protected java.awt.Paint lookupSectionOutlinePaint (java.lang.Comparable, boolean) 
		org.jfree.chart.plot.DrawingSupplier ds
		Comparable key
		boolean autoPopulate
		java.awt.Paint result
	public java.awt.Paint getSectionOutlinePaint () 
	public void setSectionOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getSectionOutlinePaint (java.lang.Comparable) 
		Comparable key
	public void setSectionOutlinePaint (java.lang.Comparable, java.awt.Paint) 
		Comparable key
		java.awt.Paint paint
	public java.awt.Paint getBaseSectionOutlinePaint () 
	public void setBaseSectionOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	protected java.awt.Stroke lookupSectionOutlineStroke (java.lang.Comparable) 
		Comparable key
	protected java.awt.Stroke lookupSectionOutlineStroke (java.lang.Comparable, boolean) 
		org.jfree.chart.plot.DrawingSupplier ds
		Comparable key
		boolean autoPopulate
		java.awt.Stroke result
	public java.awt.Stroke getSectionOutlineStroke () 
	public void setSectionOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Stroke getSectionOutlineStroke (java.lang.Comparable) 
		Comparable key
	public void setSectionOutlineStroke (java.lang.Comparable, java.awt.Stroke) 
		Comparable key
		java.awt.Stroke stroke
	public java.awt.Stroke getBaseSectionOutlineStroke () 
	public void setBaseSectionOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getShadowPaint () 
	public void setShadowPaint (java.awt.Paint) 
		java.awt.Paint paint
	public double getShadowXOffset () 
	public void setShadowXOffset (double) 
		double offset
	public double getShadowYOffset () 
	public void setShadowYOffset (double) 
		double offset
	public double getExplodePercent (java.lang.Comparable) 
		Number percent
		Comparable key
		double result
	public void setExplodePercent (java.lang.Comparable, double) 
		Comparable key
		double percent
	public double getMaximumExplodePercent () 
		Comparable key
		Number explode
		double result
		java.util.Iterator iterator
	public org.jfree.chart.labels.PieSectionLabelGenerator getLabelGenerator () 
	public void setLabelGenerator (org.jfree.chart.labels.PieSectionLabelGenerator) 
		org.jfree.chart.labels.PieSectionLabelGenerator generator
	public double getLabelGap () 
	public void setLabelGap (double) 
		double gap
	public double getMaximumLabelWidth () 
	public void setMaximumLabelWidth (double) 
		double width
	public boolean getLabelLinksVisible () 
	public void setLabelLinksVisible (boolean) 
		boolean visible
	public double getLabelLinkMargin () 
	public void setLabelLinkMargin (double) 
		double margin
	public java.awt.Paint getLabelLinkPaint () 
	public void setLabelLinkPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getLabelLinkStroke () 
	public void setLabelLinkStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Font getLabelFont () 
	public void setLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getLabelPaint () 
	public void setLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getLabelBackgroundPaint () 
	public void setLabelBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getLabelOutlinePaint () 
	public void setLabelOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getLabelOutlineStroke () 
	public void setLabelOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getLabelShadowPaint () 
	public void setLabelShadowPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getLabelPadding () 
	public void setLabelPadding (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets padding
	public boolean getSimpleLabels () 
	public void setSimpleLabels (boolean) 
		boolean simple
	public org.jfree.ui.RectangleInsets getSimpleLabelOffset () 
	public void setSimpleLabelOffset (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets offset
	public org.jfree.chart.plot.AbstractPieLabelDistributor getLabelDistributor () 
	public void setLabelDistributor (org.jfree.chart.plot.AbstractPieLabelDistributor) 
		org.jfree.chart.plot.AbstractPieLabelDistributor distributor
	public org.jfree.chart.labels.PieToolTipGenerator getToolTipGenerator () 
	public void setToolTipGenerator (org.jfree.chart.labels.PieToolTipGenerator) 
		org.jfree.chart.labels.PieToolTipGenerator generator
	public org.jfree.chart.urls.PieURLGenerator getURLGenerator () 
	public void setURLGenerator (org.jfree.chart.urls.PieURLGenerator) 
		org.jfree.chart.urls.PieURLGenerator generator
	public double getMinimumArcAngleToDraw () 
	public void setMinimumArcAngleToDraw (double) 
		double angle
	public java.awt.Shape getLegendItemShape () 
	public void setLegendItemShape (java.awt.Shape) 
		java.awt.Shape shape
	public org.jfree.chart.labels.PieSectionLabelGenerator getLegendLabelGenerator () 
	public void setLegendLabelGenerator (org.jfree.chart.labels.PieSectionLabelGenerator) 
		org.jfree.chart.labels.PieSectionLabelGenerator generator
	public org.jfree.chart.labels.PieSectionLabelGenerator getLegendLabelToolTipGenerator () 
	public void setLegendLabelToolTipGenerator (org.jfree.chart.labels.PieSectionLabelGenerator) 
		org.jfree.chart.labels.PieSectionLabelGenerator generator
	public org.jfree.chart.urls.PieURLGenerator getLegendLabelURLGenerator () 
	public void setLegendLabelURLGenerator (org.jfree.chart.urls.PieURLGenerator) 
		org.jfree.chart.urls.PieURLGenerator generator
	public org.jfree.chart.plot.PiePlotState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PiePlot, java.lang.Integer, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.plot.PiePlot plot
		Integer index
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PiePlotState state
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		java.awt.Shape savedClip
		java.awt.Composite originalComposite
	protected void drawPie (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo) 
		double min
		double value
		Number n
		int section
		double runningTotal
		int pass
		java.util.List keys
		double totalValue
		int passesRequired
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PiePlotState state
		double labelReserve
		double gapHorizontal
		double gapVertical
		double linkX
		double linkY
		double linkW
		double linkH
		java.awt.geom.Rectangle2D linkArea
		double lm
		double hh
		double vv
		java.awt.geom.Rectangle2D explodeArea
		double maximumExplodePercent
		double percent
		double h1
		double v1
		java.awt.geom.Rectangle2D pieArea
	protected void drawItem (java.awt.Graphics2D, int, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PiePlotState, int) 
		java.awt.Shape shadowArc
		String tip
		String url
		org.jfree.chart.entity.PieSectionEntity entity
		org.jfree.chart.entity.EntityCollection entities
		Comparable key
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		double ep
		double mep
		java.awt.geom.Rectangle2D arcBounds
		java.awt.geom.Arc2D$Double arc
		java.awt.Graphics2D g2
		int section
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PiePlotState state
		int currentPass
		Number n
		double value
		double angle1
		double angle2
		double angle
	protected void drawSimpleLabels (java.awt.Graphics2D, java.util.List, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PiePlotState) 
		java.awt.Shape shadow
		double mid
		java.awt.geom.Arc2D arc
		int x
		int y
		org.jfree.chart.labels.PieSectionLabelGenerator labelGenerator
		String label
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D bounds
		java.awt.geom.Rectangle2D out
		java.awt.Shape bg
		Comparable key
		boolean include
		double v
		Number n
		java.awt.Graphics2D g2
		java.util.List keys
		double totalValue
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D pieArea
		org.jfree.chart.plot.PiePlotState state
		java.awt.Composite originalComposite
		org.jfree.ui.RectangleInsets labelInsets
		java.awt.geom.Rectangle2D labelsArea
		double runningTotal
		java.util.Iterator iterator
	protected void drawLabels (java.awt.Graphics2D, java.util.List, double, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PiePlotState) 
		double mid
		Comparable key
		boolean include
		double v
		Number n
		java.awt.Graphics2D g2
		java.util.List keys
		double totalValue
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D linkArea
		org.jfree.chart.plot.PiePlotState state
		java.awt.Composite originalComposite
		org.jfree.data.DefaultKeyedValues leftKeys
		org.jfree.data.DefaultKeyedValues rightKeys
		double runningTotal
		java.util.Iterator iterator
		double marginX
		double gap
		double ww
		float labelWidth
	protected void drawLeftLabels (org.jfree.data.KeyedValues, java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, float, org.jfree.chart.plot.PiePlotState) 
		org.jfree.text.TextBlock block
		org.jfree.text.TextBox labelBox
		double theta
		double baseY
		double hh
		String label
		int i
		int i
		org.jfree.data.KeyedValues leftKeys
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D linkArea
		float maxLabelWidth
		org.jfree.chart.plot.PiePlotState state
		double lGap
		double verticalLinkRadius
	protected void drawRightLabels (org.jfree.data.KeyedValues, java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, float, org.jfree.chart.plot.PiePlotState) 
		org.jfree.text.TextBlock block
		org.jfree.text.TextBox labelBox
		double theta
		double baseY
		double hh
		String label
		int i
		int i
		org.jfree.data.KeyedValues keys
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D linkArea
		float maxLabelWidth
		org.jfree.chart.plot.PiePlotState state
		double lGap
		double verticalLinkRadius
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		double v
		String description
		String toolTipText
		String urlText
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.chart.LegendItem item
		String label
		Comparable key
		Number n
		boolean include
		org.jfree.chart.LegendItemCollection result
		java.util.List keys
		int section
		java.awt.Shape shape
		java.util.Iterator iterator
	public java.lang.String getPlotType () 
	protected java.awt.geom.Rectangle2D getArcBounds (java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, double, double, double) 
		java.awt.geom.Arc2D arc1
		java.awt.geom.Point2D point1
		java.awt.geom.Arc2D$Double arc2
		java.awt.geom.Point2D point2
		double deltaX
		double deltaY
		java.awt.geom.Rectangle2D unexploded
		java.awt.geom.Rectangle2D exploded
		double angle
		double extent
		double explodePercent
	protected void drawLeftLabel (java.awt.Graphics2D, org.jfree.chart.plot.PiePlotState, org.jfree.chart.plot.PieLabelRecord) 
		double theta
		double linkX
		double linkY
		double elbowX
		double elbowY
		double anchorY
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PiePlotState state
		org.jfree.chart.plot.PieLabelRecord record
		double anchorX
		double targetX
		double targetY
		org.jfree.text.TextBox tb
	protected void drawRightLabel (java.awt.Graphics2D, org.jfree.chart.plot.PiePlotState, org.jfree.chart.plot.PieLabelRecord) 
		double theta
		double linkX
		double linkY
		double elbowX
		double elbowY
		double anchorY
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PiePlotState state
		org.jfree.chart.plot.PieLabelRecord record
		double anchorX
		double targetX
		double targetY
		org.jfree.text.TextBox tb
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.PiePlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.PiePlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public java.awt.Paint getSectionPaint (int) 
		int section
		Comparable key
	public void setSectionPaint (int, java.awt.Paint) 
		int section
		java.awt.Paint paint
		Comparable key
	public java.awt.Paint getSectionOutlinePaint (int) 
		int section
		Comparable key
	public void setSectionOutlinePaint (int, java.awt.Paint) 
		int section
		java.awt.Paint paint
		Comparable key
	public java.awt.Stroke getSectionOutlineStroke (int) 
		int section
		Comparable key
	public void setSectionOutlineStroke (int, java.awt.Stroke) 
		int section
		java.awt.Stroke stroke
		Comparable key
	public double getExplodePercent (int) 
		int section
		Comparable key
	public void setExplodePercent (int, double) 
		int section
		double percent
		Comparable key
	static void  () 
}

org/jfree/chart/plot/PiePlot3D.class
PiePlot3D.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PiePlot3D extends org.jfree.chart.plot.PiePlot implements java.io.Serializable  {
	private static final long serialVersionUID
	private double depthFactor
	private boolean darkerSides
	public void  () 
	public void  (org.jfree.data.general.PieDataset) 
		org.jfree.data.general.PieDataset dataset
	public double getDepthFactor () 
	public void setDepthFactor (double) 
		double factor
	public boolean getDarkerSides () 
	public void setDarkerSides (boolean) 
		boolean darker
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		double min
		String text
		java.awt.Font sfont
		java.awt.FontMetrics fm
		int stringWidth
		double min
		Comparable currentKey
		Number dataValue
		double value
		double startAngle
		double direction
		double angle1
		double angle2
		Comparable key
		java.awt.geom.Point2D p1
		java.awt.Polygon polygon
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		int[] xs
		int[] ys
		int categoryIndex
		Comparable key
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.geom.Arc2D segment
		Comparable key
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.geom.Arc2D segment
		String tip
		org.jfree.chart.labels.PieToolTipGenerator tipster
		String url
		org.jfree.chart.entity.PieSectionEntity entity
		org.jfree.chart.entity.EntityCollection entities
		Comparable currentKey
		java.util.List keys
		java.awt.geom.Rectangle2D adjustedPlotArea
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.geom.Arc2D upperArc
		int sectionIndex
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		java.awt.geom.Rectangle2D originalPlotArea
		java.awt.Shape savedClip
		double gapPercent
		double labelPercent
		double gapHorizontal
		double gapVertical
		double linkX
		double linkY
		double linkW
		double linkH
		org.jfree.chart.plot.PiePlotState state
		java.awt.geom.Rectangle2D linkAreaXX
		double hh
		double vv
		java.awt.geom.Rectangle2D explodeArea
		double maximumExplodePercent
		double percent
		double h1
		double v1
		java.awt.geom.Rectangle2D pieArea
		int depth
		java.awt.geom.Rectangle2D linkArea
		org.jfree.data.general.PieDataset dataset
		java.util.List sectionKeys
		double arcX
		double arcY
		java.awt.Composite originalComposite
		double totalValue
		double runningTotal
		java.util.ArrayList arcList
		java.awt.geom.Arc2D$Double arc
		java.util.Iterator iterator
		java.awt.Shape oldClip
		java.awt.geom.Ellipse2D top
		java.awt.geom.Ellipse2D bottom
		java.awt.geom.Rectangle2D lower
		java.awt.geom.Rectangle2D upper
		java.awt.geom.Area a
		java.awt.geom.Area b
		java.awt.geom.Area pie
		java.awt.geom.Area front
		java.awt.geom.Area back
		int categoryCount
		int cat
	protected void drawSide (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Arc2D, java.awt.geom.Area, java.awt.geom.Area, java.awt.Paint, java.awt.Paint, java.awt.Stroke, boolean, boolean) 
		java.awt.Color c
		java.awt.geom.Area side
		java.awt.geom.Area side1
		java.awt.geom.Area side2
		java.awt.geom.Area side2
		java.awt.geom.Area side1
		java.awt.geom.Area side
		java.awt.geom.Area side1
		java.awt.geom.Area side2
		java.awt.geom.Area side1
		java.awt.geom.Area side2
		java.awt.geom.Area side
		java.awt.geom.Area side1
		java.awt.geom.Area side2
		java.awt.geom.Area side2
		java.awt.geom.Area side1
		java.awt.geom.Area side
		java.awt.geom.Area side1
		java.awt.geom.Area side2
		java.awt.geom.Area side1
		java.awt.geom.Area side2
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Arc2D arc
		java.awt.geom.Area front
		java.awt.geom.Area back
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		boolean drawFront
		boolean drawBack
		double start
		double extent
		double end
	public java.lang.String getPlotType () 
	private boolean isAngleAtFront (double) 
		double angle
	private boolean isAngleAtBack (double) 
		double angle
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.PiePlot3D that
}

org/jfree/chart/plot/PiePlotState.class
PiePlotState.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PiePlotState extends org.jfree.chart.renderer.RendererState {
	private int passesRequired
	private double total
	private double latestAngle
	private java.awt.geom.Rectangle2D explodedPieArea
	private java.awt.geom.Rectangle2D pieArea
	private double pieCenterX
	private double pieCenterY
	private double pieHRadius
	private double pieWRadius
	private java.awt.geom.Rectangle2D linkArea
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public int getPassesRequired () 
	public void setPassesRequired (int) 
		int passes
	public double getTotal () 
	public void setTotal (double) 
		double total
	public double getLatestAngle () 
	public void setLatestAngle (double) 
		double angle
	public java.awt.geom.Rectangle2D getPieArea () 
	public void setPieArea (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	public java.awt.geom.Rectangle2D getExplodedPieArea () 
	public void setExplodedPieArea (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	public double getPieCenterX () 
	public void setPieCenterX (double) 
		double x
	public double getPieCenterY () 
	public void setPieCenterY (double) 
		double y
	public java.awt.geom.Rectangle2D getLinkArea () 
	public void setLinkArea (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	public double getPieHRadius () 
	public void setPieHRadius (double) 
		double radius
	public double getPieWRadius () 
	public void setPieWRadius (double) 
		double radius
}

org/jfree/chart/plot/Plot.class
Plot.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.Plot extends java.lang.Object implements org.jfree.chart.event.AxisChangeListener org.jfree.data.general.DatasetChangeListener org.jfree.chart.event.MarkerChangeListener org.jfree.chart.LegendItemSource org.jfree.util.PublicCloneable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final Number ZERO
	public static final org.jfree.ui.RectangleInsets DEFAULT_INSETS
	public static final java.awt.Stroke DEFAULT_OUTLINE_STROKE
	public static final java.awt.Paint DEFAULT_OUTLINE_PAINT
	public static final float DEFAULT_FOREGROUND_ALPHA
	public static final float DEFAULT_BACKGROUND_ALPHA
	public static final java.awt.Paint DEFAULT_BACKGROUND_PAINT
	public static final int MINIMUM_WIDTH_TO_DRAW
	public static final int MINIMUM_HEIGHT_TO_DRAW
	public static final java.awt.Shape DEFAULT_LEGEND_ITEM_BOX
	public static final java.awt.Shape DEFAULT_LEGEND_ITEM_CIRCLE
	private org.jfree.chart.plot.Plot parent
	private org.jfree.data.general.DatasetGroup datasetGroup
	private String noDataMessage
	private java.awt.Font noDataMessageFont
	private transient java.awt.Paint noDataMessagePaint
	private org.jfree.ui.RectangleInsets insets
	private boolean outlineVisible
	private transient java.awt.Stroke outlineStroke
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Paint backgroundPaint
	private transient java.awt.Image backgroundImage
	private int backgroundImageAlignment
	private float backgroundImageAlpha
	private float foregroundAlpha
	private float backgroundAlpha
	private org.jfree.chart.plot.DrawingSupplier drawingSupplier
	private transient javax.swing.event.EventListenerList listenerList
	static Class class$org$jfree$chart$event$PlotChangeListener
	protected void  () 
	public org.jfree.data.general.DatasetGroup getDatasetGroup () 
	protected void setDatasetGroup (org.jfree.data.general.DatasetGroup) 
		org.jfree.data.general.DatasetGroup group
	public java.lang.String getNoDataMessage () 
	public void setNoDataMessage (java.lang.String) 
		String message
	public java.awt.Font getNoDataMessageFont () 
	public void setNoDataMessageFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getNoDataMessagePaint () 
	public void setNoDataMessagePaint (java.awt.Paint) 
		java.awt.Paint paint
	public abstract java.lang.String getPlotType () 
	public org.jfree.chart.plot.Plot getParent () 
	public void setParent (org.jfree.chart.plot.Plot) 
		org.jfree.chart.plot.Plot parent
	public org.jfree.chart.plot.Plot getRootPlot () 
		org.jfree.chart.plot.Plot p
	public boolean isSubplot () 
	public org.jfree.ui.RectangleInsets getInsets () 
	public void setInsets (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets insets
	public void setInsets (org.jfree.ui.RectangleInsets, boolean) 
		org.jfree.ui.RectangleInsets insets
		boolean notify
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public float getBackgroundAlpha () 
	public void setBackgroundAlpha (float) 
		float alpha
	public org.jfree.chart.plot.DrawingSupplier getDrawingSupplier () 
		org.jfree.chart.plot.DrawingSupplier result
		org.jfree.chart.plot.Plot p
	public void setDrawingSupplier (org.jfree.chart.plot.DrawingSupplier) 
		org.jfree.chart.plot.DrawingSupplier supplier
	public java.awt.Image getBackgroundImage () 
	public void setBackgroundImage (java.awt.Image) 
		java.awt.Image image
	public int getBackgroundImageAlignment () 
	public void setBackgroundImageAlignment (int) 
		int alignment
	public float getBackgroundImageAlpha () 
	public void setBackgroundImageAlpha (float) 
		float alpha
	public boolean isOutlineVisible () 
	public void setOutlineVisible (boolean) 
		boolean visible
	public java.awt.Stroke getOutlineStroke () 
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public float getForegroundAlpha () 
	public void setForegroundAlpha (float) 
		float alpha
	public org.jfree.chart.LegendItemCollection getLegendItems () 
	public void addChangeListener (org.jfree.chart.event.PlotChangeListener) 
		org.jfree.chart.event.PlotChangeListener listener
	public void removeChangeListener (org.jfree.chart.event.PlotChangeListener) 
		org.jfree.chart.event.PlotChangeListener listener
	public void notifyListeners (org.jfree.chart.event.PlotChangeEvent) 
		int i
		org.jfree.chart.event.PlotChangeEvent event
		Object[] listeners
	public abstract void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
	public void drawBackground (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	protected void fillBackground (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	protected void fillBackground (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotOrientation) 
		java.awt.GradientPaint gp
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint p
		java.awt.Composite originalComposite
	public void drawBackgroundImage (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Composite originalComposite
		java.awt.geom.Rectangle2D dest
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public void drawOutline (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	protected void drawNoDataMessage (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.text.TextBlock block
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.Shape savedClip
		String message
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
	public void zoom (double) 
		double percent
	public void axisChanged (org.jfree.chart.event.AxisChangeEvent) 
		org.jfree.chart.event.AxisChangeEvent event
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent event
		org.jfree.chart.event.PlotChangeEvent newEvent
	public void markerChanged (org.jfree.chart.event.MarkerChangeEvent) 
		org.jfree.chart.event.MarkerChangeEvent event
	protected double getRectX (double, double, double, org.jfree.ui.RectangleEdge) 
		double x
		double w1
		double w2
		org.jfree.ui.RectangleEdge edge
		double result
	protected double getRectY (double, double, double, org.jfree.ui.RectangleEdge) 
		double y
		double h1
		double h2
		org.jfree.ui.RectangleEdge edge
		double result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.Plot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.Plot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public static org.jfree.ui.RectangleEdge resolveDomainAxisLocation (org.jfree.chart.axis.AxisLocation, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.axis.AxisLocation location
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge result
	public static org.jfree.ui.RectangleEdge resolveRangeAxisLocation (org.jfree.chart.axis.AxisLocation, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.axis.AxisLocation location
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge result
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/plot/PlotOrientation.class
PlotOrientation.java
package org.jfree.chart.plot
public final org.jfree.chart.plot.PlotOrientation extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.plot.PlotOrientation HORIZONTAL
	public static final org.jfree.chart.plot.PlotOrientation VERTICAL
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.PlotOrientation orientation
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
		Object result
	static void  () 
}

org/jfree/chart/plot/PlotRenderingInfo.class
PlotRenderingInfo.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PlotRenderingInfo extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.ChartRenderingInfo owner
	private transient java.awt.geom.Rectangle2D plotArea
	private transient java.awt.geom.Rectangle2D dataArea
	private java.util.List subplotInfo
	public void  (org.jfree.chart.ChartRenderingInfo) 
		org.jfree.chart.ChartRenderingInfo owner
	public org.jfree.chart.ChartRenderingInfo getOwner () 
	public java.awt.geom.Rectangle2D getPlotArea () 
	public void setPlotArea (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	public java.awt.geom.Rectangle2D getDataArea () 
	public void setDataArea (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D area
	public int getSubplotCount () 
	public void addSubplotInfo (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public org.jfree.chart.plot.PlotRenderingInfo getSubplotInfo (int) 
		int index
	public int getSubplotIndex (java.awt.geom.Point2D) 
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D area
		int i
		java.awt.geom.Point2D source
		int subplotCount
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.PlotRenderingInfo that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.PlotRenderingInfo info
		int i
		org.jfree.chart.plot.PlotRenderingInfo clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/PlotState.class
PlotState.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PlotState extends java.lang.Object {
	private java.util.Map sharedAxisStates
	public void  () 
	public java.util.Map getSharedAxisStates () 
}

org/jfree/chart/plot/PlotUtilities.class
PlotUtilities.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PlotUtilities extends java.lang.Object {
	public void  () 
	public static boolean isEmptyOrNull (org.jfree.chart.plot.XYPlot) 
		org.jfree.data.xy.XYDataset dataset
		int i
		int n
		org.jfree.chart.plot.XYPlot plot
}

org/jfree/chart/plot/PolarPlot.class
PolarPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.PolarPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.ValueAxisPlot org.jfree.chart.plot.Zoomable org.jfree.chart.event.RendererChangeListener java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private static final int MARGIN
	private static final double ANNOTATION_MARGIN
	public static final java.awt.Stroke DEFAULT_GRIDLINE_STROKE
	public static final java.awt.Paint DEFAULT_GRIDLINE_PAINT
	protected static java.util.ResourceBundle localizationResources
	private java.util.List angleTicks
	private org.jfree.chart.axis.ValueAxis axis
	private org.jfree.data.xy.XYDataset dataset
	private org.jfree.chart.renderer.PolarItemRenderer renderer
	private boolean angleLabelsVisible
	private java.awt.Font angleLabelFont
	private transient java.awt.Paint angleLabelPaint
	private boolean angleGridlinesVisible
	private transient java.awt.Stroke angleGridlineStroke
	private transient java.awt.Paint angleGridlinePaint
	private boolean radiusGridlinesVisible
	private transient java.awt.Stroke radiusGridlineStroke
	private transient java.awt.Paint radiusGridlinePaint
	private java.util.List cornerTextItems
	public void  () 
	public void  (org.jfree.data.xy.XYDataset, org.jfree.chart.axis.ValueAxis, org.jfree.chart.renderer.PolarItemRenderer) 
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.axis.ValueAxis radiusAxis
		org.jfree.chart.renderer.PolarItemRenderer renderer
	public void addCornerTextItem (java.lang.String) 
		String text
	public void removeCornerTextItem (java.lang.String) 
		String text
		boolean removed
	public void clearCornerTextItems () 
	public java.lang.String getPlotType () 
	public org.jfree.chart.axis.ValueAxis getAxis () 
	public void setAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public org.jfree.data.xy.XYDataset getDataset () 
	public void setDataset (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
		org.jfree.data.xy.XYDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public org.jfree.chart.renderer.PolarItemRenderer getRenderer () 
	public void setRenderer (org.jfree.chart.renderer.PolarItemRenderer) 
		org.jfree.chart.renderer.PolarItemRenderer renderer
	public boolean isAngleLabelsVisible () 
	public void setAngleLabelsVisible (boolean) 
		boolean visible
	public java.awt.Font getAngleLabelFont () 
	public void setAngleLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getAngleLabelPaint () 
	public void setAngleLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isAngleGridlinesVisible () 
	public void setAngleGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getAngleGridlineStroke () 
	public void setAngleGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getAngleGridlinePaint () 
	public void setAngleGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRadiusGridlinesVisible () 
	public void setRadiusGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getRadiusGridlineStroke () 
	public void setRadiusGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRadiusGridlinePaint () 
	public void setRadiusGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Shape originalClip
		java.awt.Composite originalComposite
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		boolean b1
		boolean b2
		org.jfree.ui.RectangleInsets insets
		java.awt.geom.Rectangle2D dataArea
		double h
		java.awt.geom.Rectangle2D quadrant
		org.jfree.chart.axis.AxisState state
	protected void drawCornerTextItems (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		String msg
		java.awt.FontMetrics fm
		java.awt.geom.Rectangle2D bounds
		java.util.Iterator it
		String msg
		java.awt.geom.Rectangle2D bounds
		java.util.Iterator it
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		double width
		double height
		double xadj
		double yadj
		double x
		double y
	protected org.jfree.chart.axis.AxisState drawAxis (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
	protected void render (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo) 
		int series
		int seriesCount
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
	protected void drawGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List, java.util.List) 
		java.awt.Stroke gridStroke
		java.awt.Paint gridPaint
		java.awt.Stroke gridStroke
		java.awt.Paint gridPaint
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List angularTicks
		java.util.List radialTicks
	public void zoom (double) 
		double radius
		double scaledRadius
		double percent
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent event
	public void rendererChanged (org.jfree.chart.event.RendererChangeEvent) 
		org.jfree.chart.event.RendererChangeEvent event
	public int getSeriesCount () 
		int result
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.LegendItem item
		int i
		int seriesCount
		org.jfree.chart.LegendItemCollection result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.PolarPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.PolarPlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double sourceX
		double anchorX
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public boolean isDomainZoomable () 
	public boolean isRangeZoomable () 
	public org.jfree.chart.plot.PlotOrientation getOrientation () 
	public double getMaxRadius () 
	public java.awt.Point translateValueThetaRadiusToJava2D (double, double, java.awt.geom.Rectangle2D) 
		double angleDegrees
		double radius
		java.awt.geom.Rectangle2D dataArea
		double radians
		double minx
		double maxx
		double miny
		double maxy
		double lengthX
		double lengthY
		double length
		double midX
		double midY
		double axisMin
		double axisMax
		double adjustedRadius
		double xv
		double yv
		float x
		float y
		int ix
		int iy
		java.awt.Point p
	static void  () 
}

org/jfree/chart/plot/RainbowPalette.class
RainbowPalette.java
package org.jfree.chart.plot
public org.jfree.chart.plot.RainbowPalette extends org.jfree.chart.plot.ColorPalette implements java.io.Serializable  {
	private static final long serialVersionUID
	private int[] red
	private int[] green
	private int[] blue
	public void  () 
	public void initialize () 
}

org/jfree/chart/plot/RingPlot.class
RingPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.RingPlot extends org.jfree.chart.plot.PiePlot implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean separatorsVisible
	private transient java.awt.Stroke separatorStroke
	private transient java.awt.Paint separatorPaint
	private double innerSeparatorExtension
	private double outerSeparatorExtension
	private double sectionDepth
	public void  () 
	public void  (org.jfree.data.general.PieDataset) 
		org.jfree.data.general.PieDataset dataset
	public boolean getSeparatorsVisible () 
	public void setSeparatorsVisible (boolean) 
		boolean visible
	public java.awt.Stroke getSeparatorStroke () 
	public void setSeparatorStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getSeparatorPaint () 
	public void setSeparatorPaint (java.awt.Paint) 
		java.awt.Paint paint
	public double getInnerSeparatorExtension () 
	public void setInnerSeparatorExtension (double) 
		double percent
	public double getOuterSeparatorExtension () 
	public void setOuterSeparatorExtension (double) 
		double percent
	public double getSectionDepth () 
	public void setSectionDepth (double) 
		double sectionDepth
	public org.jfree.chart.plot.PiePlotState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PiePlot, java.lang.Integer, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.plot.PiePlot plot
		Integer index
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PiePlotState state
	protected void drawItem (java.awt.Graphics2D, int, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PiePlotState, int) 
		java.awt.Shape shadowArc
		java.awt.Paint shadowPaint
		double shadowXOffset
		double shadowYOffset
		String tip
		org.jfree.chart.labels.PieToolTipGenerator toolTipGenerator
		String url
		org.jfree.chart.urls.PieURLGenerator urlGenerator
		org.jfree.chart.entity.PieSectionEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.geom.Line2D extendedSeparator
		Comparable key
		double ep
		double mep
		java.awt.geom.Rectangle2D arcBounds
		java.awt.geom.Arc2D$Double arc
		double depth
		org.jfree.ui.RectangleInsets s
		java.awt.geom.Rectangle2D innerArcBounds
		java.awt.geom.Arc2D$Double arc2
		java.awt.geom.GeneralPath path
		java.awt.geom.Line2D separator
		java.awt.Graphics2D g2
		int section
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PiePlotState state
		int currentPass
		org.jfree.data.general.PieDataset dataset
		Number n
		double value
		double angle1
		double angle2
		org.jfree.util.Rotation direction
		double angle
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.RingPlot that
	private java.awt.geom.Line2D extendLine (java.awt.geom.Line2D, double, double) 
		java.awt.geom.Line2D line
		double startPercent
		double endPercent
		double x1
		double x2
		double deltaX
		double y1
		double y2
		double deltaY
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/SeriesRenderingOrder.class
SeriesRenderingOrder.java
package org.jfree.chart.plot
public final org.jfree.chart.plot.SeriesRenderingOrder extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.plot.SeriesRenderingOrder FORWARD
	public static final org.jfree.chart.plot.SeriesRenderingOrder REVERSE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.SeriesRenderingOrder order
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/chart/plot/SpiderWebPlot.class
SpiderWebPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.SpiderWebPlot extends org.jfree.chart.plot.Plot implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_HEAD
	public static final double DEFAULT_AXIS_LABEL_GAP
	public static final double DEFAULT_INTERIOR_GAP
	public static final double MAX_INTERIOR_GAP
	public static final double DEFAULT_START_ANGLE
	public static final java.awt.Font DEFAULT_LABEL_FONT
	public static final java.awt.Paint DEFAULT_LABEL_PAINT
	public static final java.awt.Paint DEFAULT_LABEL_BACKGROUND_PAINT
	public static final java.awt.Paint DEFAULT_LABEL_OUTLINE_PAINT
	public static final java.awt.Stroke DEFAULT_LABEL_OUTLINE_STROKE
	public static final java.awt.Paint DEFAULT_LABEL_SHADOW_PAINT
	public static final double DEFAULT_MAX_VALUE
	protected double headPercent
	private double interiorGap
	private double axisLabelGap
	private transient java.awt.Paint axisLinePaint
	private transient java.awt.Stroke axisLineStroke
	private org.jfree.data.category.CategoryDataset dataset
	private double maxValue
	private org.jfree.util.TableOrder dataExtractOrder
	private double startAngle
	private org.jfree.util.Rotation direction
	private transient java.awt.Shape legendItemShape
	private transient java.awt.Paint seriesPaint
	private org.jfree.util.PaintList seriesPaintList
	private transient java.awt.Paint baseSeriesPaint
	private transient java.awt.Paint seriesOutlinePaint
	private org.jfree.util.PaintList seriesOutlinePaintList
	private transient java.awt.Paint baseSeriesOutlinePaint
	private transient java.awt.Stroke seriesOutlineStroke
	private org.jfree.util.StrokeList seriesOutlineStrokeList
	private transient java.awt.Stroke baseSeriesOutlineStroke
	private java.awt.Font labelFont
	private transient java.awt.Paint labelPaint
	private org.jfree.chart.labels.CategoryItemLabelGenerator labelGenerator
	private boolean webFilled
	private org.jfree.chart.labels.CategoryToolTipGenerator toolTipGenerator
	private org.jfree.chart.urls.CategoryURLGenerator urlGenerator
	public void  () 
	public void  (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public void  (org.jfree.data.category.CategoryDataset, org.jfree.util.TableOrder) 
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.util.TableOrder extract
	public java.lang.String getPlotType () 
	public org.jfree.data.category.CategoryDataset getDataset () 
	public void setDataset (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public boolean isWebFilled () 
	public void setWebFilled (boolean) 
		boolean flag
	public org.jfree.util.TableOrder getDataExtractOrder () 
	public void setDataExtractOrder (org.jfree.util.TableOrder) 
		org.jfree.util.TableOrder order
	public double getHeadPercent () 
	public void setHeadPercent (double) 
		double percent
	public double getStartAngle () 
	public void setStartAngle (double) 
		double angle
	public double getMaxValue () 
	public void setMaxValue (double) 
		double value
	public org.jfree.util.Rotation getDirection () 
	public void setDirection (org.jfree.util.Rotation) 
		org.jfree.util.Rotation direction
	public double getInteriorGap () 
	public void setInteriorGap (double) 
		double percent
	public double getAxisLabelGap () 
	public void setAxisLabelGap (double) 
		double gap
	public java.awt.Paint getAxisLinePaint () 
	public void setAxisLinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getAxisLineStroke () 
	public void setAxisLineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getSeriesPaint () 
	public void setSeriesPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getSeriesPaint (int) 
		java.awt.Paint p
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Paint result
	public void setSeriesPaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public java.awt.Paint getBaseSeriesPaint () 
	public void setBaseSeriesPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getSeriesOutlinePaint () 
	public void setSeriesOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getSeriesOutlinePaint (int) 
		int series
		java.awt.Paint result
	public void setSeriesOutlinePaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public java.awt.Paint getBaseSeriesOutlinePaint () 
	public void setBaseSeriesOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getSeriesOutlineStroke () 
	public void setSeriesOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Stroke getSeriesOutlineStroke (int) 
		int series
		java.awt.Stroke result
	public void setSeriesOutlineStroke (int, java.awt.Stroke) 
		int series
		java.awt.Stroke stroke
	public java.awt.Stroke getBaseSeriesOutlineStroke () 
	public void setBaseSeriesOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Shape getLegendItemShape () 
	public void setLegendItemShape (java.awt.Shape) 
		java.awt.Shape shape
	public java.awt.Font getLabelFont () 
	public void setLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getLabelPaint () 
	public void setLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.labels.CategoryItemLabelGenerator getLabelGenerator () 
	public void setLabelGenerator (org.jfree.chart.labels.CategoryItemLabelGenerator) 
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public org.jfree.chart.labels.CategoryToolTipGenerator getToolTipGenerator () 
	public void setToolTipGenerator (org.jfree.chart.labels.CategoryToolTipGenerator) 
		org.jfree.chart.labels.CategoryToolTipGenerator generator
	public org.jfree.chart.urls.CategoryURLGenerator getURLGenerator () 
	public void setURLGenerator (org.jfree.chart.urls.CategoryURLGenerator) 
		org.jfree.chart.urls.CategoryURLGenerator generator
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		String label
		String description
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke stroke
		org.jfree.chart.LegendItem item
		int series
		java.util.Iterator iterator
		java.awt.Shape shape
		org.jfree.chart.LegendItemCollection result
		java.util.List keys
	protected java.awt.geom.Point2D getWebPoint (java.awt.geom.Rectangle2D, double, double) 
		java.awt.geom.Rectangle2D bounds
		double angle
		double length
		double angrad
		double x
		double y
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		double angle
		java.awt.geom.Point2D endPoint
		java.awt.geom.Line2D line
		int cat
		int series
		int seriesCount
		int catCount
		double gapHorizontal
		double gapVertical
		double X
		double Y
		double W
		double H
		double headW
		double headH
		double min
		java.awt.geom.Point2D centre
		java.awt.geom.Rectangle2D radarArea
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.ui.RectangleInsets insets
		java.awt.Shape savedClip
		java.awt.Composite originalComposite
	private void calculateMaxValue (int, int) 
		int catIndex
		int seriesIndex
		int seriesCount
		int catCount
		double v
		Number nV
	protected void drawRadarPoly (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotRenderingInfo, int, int, double, double) 
		String tip
		String url
		java.awt.Shape area
		org.jfree.chart.entity.CategoryItemEntity entity
		double angle
		java.awt.geom.Point2D point
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.awt.geom.Ellipse2D head
		double value
		Number dataValue
		int cat
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Point2D centre
		org.jfree.chart.plot.PlotRenderingInfo info
		int series
		int catCount
		double headH
		double headW
		java.awt.Polygon polygon
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Paint paint
	protected java.lang.Number getPlotValue (int, int) 
		int series
		int cat
		Number value
	protected void drawLabel (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, int, double, double) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		double value
		int cat
		double startAngle
		double extent
		java.awt.font.FontRenderContext frc
		String label
		java.awt.geom.Rectangle2D labelBounds
		java.awt.font.LineMetrics lm
		double ascent
		java.awt.geom.Point2D labelLocation
		java.awt.Composite saveComposite
	protected java.awt.geom.Point2D calculateLabelLocation (java.awt.geom.Rectangle2D, double, java.awt.geom.Rectangle2D, double) 
		java.awt.geom.Rectangle2D labelBounds
		double ascent
		java.awt.geom.Rectangle2D plotArea
		double startAngle
		java.awt.geom.Arc2D arc1
		java.awt.geom.Point2D point1
		double deltaX
		double deltaY
		double labelX
		double labelY
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.SpiderWebPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.SpiderWebPlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/plot/ThermometerPlot.class
ThermometerPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.ThermometerPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.ValueAxisPlot org.jfree.chart.plot.Zoomable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int UNITS_NONE
	public static final int UNITS_FAHRENHEIT
	public static final int UNITS_CELCIUS
	public static final int UNITS_KELVIN
	public static final int NONE
	public static final int RIGHT
	public static final int LEFT
	public static final int BULB
	public static final int NORMAL
	public static final int WARNING
	public static final int CRITICAL
	protected static final int BULB_RADIUS
	protected static final int BULB_DIAMETER
	protected static final int COLUMN_RADIUS
	protected static final int COLUMN_DIAMETER
	protected static final int GAP_RADIUS
	protected static final int GAP_DIAMETER
	protected static final int AXIS_GAP
	protected static final String[] UNITS
	protected static final int RANGE_LOW
	protected static final int RANGE_HIGH
	protected static final int DISPLAY_LOW
	protected static final int DISPLAY_HIGH
	protected static final double DEFAULT_LOWER_BOUND
	protected static final double DEFAULT_UPPER_BOUND
	protected static final int DEFAULT_BULB_RADIUS
	protected static final int DEFAULT_COLUMN_RADIUS
	protected static final int DEFAULT_GAP
	private org.jfree.data.general.ValueDataset dataset
	private org.jfree.chart.axis.ValueAxis rangeAxis
	private double lowerBound
	private double upperBound
	private int bulbRadius
	private int columnRadius
	private int gap
	private org.jfree.ui.RectangleInsets padding
	private transient java.awt.Stroke thermometerStroke
	private transient java.awt.Paint thermometerPaint
	private int units
	private int valueLocation
	private int axisLocation
	private java.awt.Font valueFont
	private transient java.awt.Paint valuePaint
	private java.text.NumberFormat valueFormat
	private transient java.awt.Paint mercuryPaint
	private boolean showValueLines
	private int subrange
	private double[][] subrangeInfo
	private boolean followDataInSubranges
	private boolean useSubrangePaint
	private transient java.awt.Paint[] subrangePaint
	private boolean subrangeIndicatorsVisible
	private transient java.awt.Stroke subrangeIndicatorStroke
	private transient java.awt.Stroke rangeIndicatorStroke
	protected static java.util.ResourceBundle localizationResources
	public void  () 
	public void  (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
		org.jfree.chart.axis.NumberAxis axis
	public org.jfree.data.general.ValueDataset getDataset () 
	public void setDataset (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
		org.jfree.data.general.ValueDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public org.jfree.chart.axis.ValueAxis getRangeAxis () 
	public void setRangeAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public double getLowerBound () 
	public void setLowerBound (double) 
		double lower
	public double getUpperBound () 
	public void setUpperBound (double) 
		double upper
	public void setRange (double, double) 
		double lower
		double upper
	public org.jfree.ui.RectangleInsets getPadding () 
	public void setPadding (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets padding
	public java.awt.Stroke getThermometerStroke () 
	public void setThermometerStroke (java.awt.Stroke) 
		java.awt.Stroke s
	public java.awt.Paint getThermometerPaint () 
	public void setThermometerPaint (java.awt.Paint) 
		java.awt.Paint paint
	public int getUnits () 
	public void setUnits (int) 
		int u
	public void setUnits (java.lang.String) 
		int i
		String u
	public int getValueLocation () 
	public void setValueLocation (int) 
		int location
	public int getAxisLocation () 
	public void setAxisLocation (int) 
		int location
	public java.awt.Font getValueFont () 
	public void setValueFont (java.awt.Font) 
		java.awt.Font f
	public java.awt.Paint getValuePaint () 
	public void setValuePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setValueFormat (java.text.NumberFormat) 
		java.text.NumberFormat formatter
	public java.awt.Paint getMercuryPaint () 
	public void setMercuryPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getShowValueLines () 
	public void setShowValueLines (boolean) 
		boolean b
	public void setSubrangeInfo (int, double, double) 
		int range
		double low
		double hi
	public void setSubrangeInfo (int, double, double, double, double) 
		int range
		double rangeLow
		double rangeHigh
		double displayLow
		double displayHigh
	public void setSubrange (int, double, double) 
		int range
		double low
		double high
	public void setDisplayRange (int, double, double) 
		int range
		double low
		double high
	public java.awt.Paint getSubrangePaint (int) 
		int range
	public void setSubrangePaint (int, java.awt.Paint) 
		int range
		java.awt.Paint paint
	public boolean getFollowDataInSubranges () 
	public void setFollowDataInSubranges (boolean) 
		boolean flag
	public boolean getUseSubrangePaint () 
	public void setUseSubrangePaint (boolean) 
		boolean flag
	public int getBulbRadius () 
	public void setBulbRadius (int) 
		int r
	public int getBulbDiameter () 
	public int getColumnRadius () 
	public void setColumnRadius (int) 
		int r
	public int getColumnDiameter () 
	public int getGap () 
	public void setGap (int) 
		int gap
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		double x
		double y
		java.awt.geom.Line2D line
		double x
		double y
		java.awt.geom.Line2D line
		double x
		double y
		java.awt.geom.Line2D line
		org.jfree.data.Range range
		double value
		int drawWidth
		java.awt.geom.Rectangle2D drawArea
		double cursor
		String valueString
		int stringWidth
		double current
		double ds
		int i
		int j
		int l
		int k
		java.awt.geom.Area mercury
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.RoundRectangle2D outerStem
		java.awt.geom.RoundRectangle2D innerStem
		java.awt.geom.RoundRectangle2D mercuryStem
		java.awt.geom.Ellipse2D outerBulb
		java.awt.geom.Ellipse2D innerBulb
		String temp
		java.awt.FontMetrics metrics
		org.jfree.ui.RectangleInsets insets
		java.awt.geom.Rectangle2D interior
		int midX
		int midY
		int stemTop
		int stemBottom
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Area outerThermometer
		java.awt.geom.Area tempArea
		java.awt.geom.Area innerThermometer
		int tickX1
	public void zoom (double) 
		double percent
	public java.lang.String getPlotType () 
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		double value
		Number vn
		org.jfree.data.general.DatasetChangeEvent event
	public java.lang.Number getMinimumVerticalDataValue () 
	public java.lang.Number getMaximumVerticalDataValue () 
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	protected void setAxisRange () 
	public org.jfree.chart.LegendItemCollection getLegendItems () 
	public org.jfree.chart.plot.PlotOrientation getOrientation () 
	protected static boolean isValidNumber (double) 
		double d
	private boolean inSubrange (int, double) 
		int subrange
		double value
	private java.awt.Paint getCurrentPaint () 
		double value
		java.awt.Paint result
	public boolean equals (java.lang.Object) 
		int i
		Object obj
		org.jfree.chart.plot.ThermometerPlot that
	private static boolean equal (double[][], double[][]) 
		int i
		double[][] array1
		double[][] array2
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.ThermometerPlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		int i
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		int i
		java.io.ObjectInputStream stream
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
		boolean useAnchor
		double anchorY
	public void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo state
		java.awt.geom.Point2D source
	public boolean isDomainZoomable () 
	public boolean isRangeZoomable () 
	static void  () 
}

org/jfree/chart/plot/ValueAxisPlot.class
ValueAxisPlot.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.ValueAxisPlot extends java.lang.Object {
	public abstract org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
}

org/jfree/chart/plot/ValueMarker.class
ValueMarker.java
package org.jfree.chart.plot
public org.jfree.chart.plot.ValueMarker extends org.jfree.chart.plot.Marker {
	private double value
	public void  (double) 
		double value
	public void  (double, java.awt.Paint, java.awt.Stroke) 
		double value
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void  (double, java.awt.Paint, java.awt.Stroke, java.awt.Paint, java.awt.Stroke, float) 
		double value
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		float alpha
	public double getValue () 
	public void setValue (double) 
		double value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.ValueMarker that
}

org/jfree/chart/plot/WaferMapPlot.class
WaferMapPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.WaferMapPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.event.RendererChangeListener java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Stroke DEFAULT_GRIDLINE_STROKE
	public static final java.awt.Paint DEFAULT_GRIDLINE_PAINT
	public static final boolean DEFAULT_CROSSHAIR_VISIBLE
	public static final java.awt.Stroke DEFAULT_CROSSHAIR_STROKE
	public static final java.awt.Paint DEFAULT_CROSSHAIR_PAINT
	protected static java.util.ResourceBundle localizationResources
	private org.jfree.chart.plot.PlotOrientation orientation
	private org.jfree.data.general.WaferMapDataset dataset
	private org.jfree.chart.renderer.WaferMapRenderer renderer
	public void  () 
	public void  (org.jfree.data.general.WaferMapDataset) 
		org.jfree.data.general.WaferMapDataset dataset
	public void  (org.jfree.data.general.WaferMapDataset, org.jfree.chart.renderer.WaferMapRenderer) 
		org.jfree.data.general.WaferMapDataset dataset
		org.jfree.chart.renderer.WaferMapRenderer renderer
	public java.lang.String getPlotType () 
	public org.jfree.data.general.WaferMapDataset getDataset () 
	public void setDataset (org.jfree.data.general.WaferMapDataset) 
		org.jfree.data.general.WaferMapDataset dataset
	public void setRenderer (org.jfree.chart.renderer.WaferMapRenderer) 
		org.jfree.chart.renderer.WaferMapRenderer renderer
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState state
		org.jfree.chart.plot.PlotRenderingInfo info
		boolean b1
		boolean b2
		org.jfree.ui.RectangleInsets insets
	protected void drawChipGrid (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		double major
		double minor
		double upperLeftY
		int y
		double upperLeftX
		int x
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.Shape savedClip
		java.awt.geom.Rectangle2D chip
		int xchips
		int ychips
		double space
		double startX
		double startY
		double chipWidth
		double chipHeight
	protected java.awt.geom.Ellipse2D getWaferEdge (java.awt.geom.Rectangle2D) 
		double major
		double minor
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Ellipse2D edge
		double diameter
		double upperLeftX
		double upperLeftY
	protected void drawWaferEdge (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D notchFrame
		java.awt.geom.Rectangle2D notchFrame
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Ellipse2D waferEdge
		java.awt.geom.Arc2D notch
		java.awt.geom.Rectangle2D waferFrame
		double notchDiameter
	public org.jfree.chart.LegendItemCollection getLegendItems () 
	public void rendererChanged (org.jfree.chart.event.RendererChangeEvent) 
		org.jfree.chart.event.RendererChangeEvent event
	static void  () 
}

org/jfree/chart/plot/XYPlot.class
XYPlot.java
package org.jfree.chart.plot
public org.jfree.chart.plot.XYPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.ValueAxisPlot org.jfree.chart.plot.Zoomable org.jfree.chart.event.RendererChangeListener java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Stroke DEFAULT_GRIDLINE_STROKE
	public static final java.awt.Paint DEFAULT_GRIDLINE_PAINT
	public static final boolean DEFAULT_CROSSHAIR_VISIBLE
	public static final java.awt.Stroke DEFAULT_CROSSHAIR_STROKE
	public static final java.awt.Paint DEFAULT_CROSSHAIR_PAINT
	protected static java.util.ResourceBundle localizationResources
	private org.jfree.chart.plot.PlotOrientation orientation
	private org.jfree.ui.RectangleInsets axisOffset
	private org.jfree.util.ObjectList domainAxes
	private org.jfree.util.ObjectList domainAxisLocations
	private org.jfree.util.ObjectList rangeAxes
	private org.jfree.util.ObjectList rangeAxisLocations
	private org.jfree.util.ObjectList datasets
	private org.jfree.util.ObjectList renderers
	private java.util.Map datasetToDomainAxisMap
	private java.util.Map datasetToRangeAxisMap
	private transient java.awt.geom.Point2D quadrantOrigin
	private transient java.awt.Paint[] quadrantPaint
	private boolean domainGridlinesVisible
	private transient java.awt.Stroke domainGridlineStroke
	private transient java.awt.Paint domainGridlinePaint
	private boolean rangeGridlinesVisible
	private transient java.awt.Stroke rangeGridlineStroke
	private transient java.awt.Paint rangeGridlinePaint
	private boolean domainZeroBaselineVisible
	private transient java.awt.Stroke domainZeroBaselineStroke
	private transient java.awt.Paint domainZeroBaselinePaint
	private boolean rangeZeroBaselineVisible
	private transient java.awt.Stroke rangeZeroBaselineStroke
	private transient java.awt.Paint rangeZeroBaselinePaint
	private boolean domainCrosshairVisible
	private double domainCrosshairValue
	private transient java.awt.Stroke domainCrosshairStroke
	private transient java.awt.Paint domainCrosshairPaint
	private boolean domainCrosshairLockedOnData
	private boolean rangeCrosshairVisible
	private double rangeCrosshairValue
	private transient java.awt.Stroke rangeCrosshairStroke
	private transient java.awt.Paint rangeCrosshairPaint
	private boolean rangeCrosshairLockedOnData
	private java.util.Map foregroundDomainMarkers
	private java.util.Map backgroundDomainMarkers
	private java.util.Map foregroundRangeMarkers
	private java.util.Map backgroundRangeMarkers
	private java.util.List annotations
	private transient java.awt.Paint domainTickBandPaint
	private transient java.awt.Paint rangeTickBandPaint
	private org.jfree.chart.axis.AxisSpace fixedDomainAxisSpace
	private org.jfree.chart.axis.AxisSpace fixedRangeAxisSpace
	private org.jfree.chart.plot.DatasetRenderingOrder datasetRenderingOrder
	private org.jfree.chart.plot.SeriesRenderingOrder seriesRenderingOrder
	private int weight
	private org.jfree.chart.LegendItemCollection fixedLegendItems
	public void  () 
	public void  (org.jfree.data.xy.XYDataset, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.chart.renderer.xy.XYItemRenderer) 
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
	public java.lang.String getPlotType () 
	public org.jfree.chart.plot.PlotOrientation getOrientation () 
	public void setOrientation (org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.PlotOrientation orientation
	public org.jfree.ui.RectangleInsets getAxisOffset () 
	public void setAxisOffset (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets offset
	public org.jfree.chart.axis.ValueAxis getDomainAxis () 
	public org.jfree.chart.axis.ValueAxis getDomainAxis (int) 
		org.jfree.chart.plot.XYPlot xy
		org.jfree.chart.plot.Plot parent
		int index
		org.jfree.chart.axis.ValueAxis result
	public void setDomainAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public void setDomainAxis (int, org.jfree.chart.axis.ValueAxis) 
		int index
		org.jfree.chart.axis.ValueAxis axis
	public void setDomainAxis (int, org.jfree.chart.axis.ValueAxis, boolean) 
		int index
		org.jfree.chart.axis.ValueAxis axis
		boolean notify
		org.jfree.chart.axis.ValueAxis existing
	public void setDomainAxes (org.jfree.chart.axis.ValueAxis[]) 
		int i
		org.jfree.chart.axis.ValueAxis[] axes
	public org.jfree.chart.axis.AxisLocation getDomainAxisLocation () 
	public void setDomainAxisLocation (org.jfree.chart.axis.AxisLocation) 
		org.jfree.chart.axis.AxisLocation location
	public void setDomainAxisLocation (org.jfree.chart.axis.AxisLocation, boolean) 
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public org.jfree.ui.RectangleEdge getDomainAxisEdge () 
	public int getDomainAxisCount () 
	public void clearDomainAxes () 
		org.jfree.chart.axis.ValueAxis axis
		int i
	public void configureDomainAxes () 
		org.jfree.chart.axis.ValueAxis axis
		int i
	public org.jfree.chart.axis.AxisLocation getDomainAxisLocation (int) 
		int index
		org.jfree.chart.axis.AxisLocation result
	public void setDomainAxisLocation (int, org.jfree.chart.axis.AxisLocation) 
		int index
		org.jfree.chart.axis.AxisLocation location
	public void setDomainAxisLocation (int, org.jfree.chart.axis.AxisLocation, boolean) 
		int index
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public org.jfree.ui.RectangleEdge getDomainAxisEdge (int) 
		int index
		org.jfree.chart.axis.AxisLocation location
		org.jfree.ui.RectangleEdge result
	public org.jfree.chart.axis.ValueAxis getRangeAxis () 
	public void setRangeAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.axis.ValueAxis existing
	public org.jfree.chart.axis.AxisLocation getRangeAxisLocation () 
	public void setRangeAxisLocation (org.jfree.chart.axis.AxisLocation) 
		org.jfree.chart.axis.AxisLocation location
	public void setRangeAxisLocation (org.jfree.chart.axis.AxisLocation, boolean) 
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public org.jfree.ui.RectangleEdge getRangeAxisEdge () 
	public org.jfree.chart.axis.ValueAxis getRangeAxis (int) 
		org.jfree.chart.plot.XYPlot xy
		org.jfree.chart.plot.Plot parent
		int index
		org.jfree.chart.axis.ValueAxis result
	public void setRangeAxis (int, org.jfree.chart.axis.ValueAxis) 
		int index
		org.jfree.chart.axis.ValueAxis axis
	public void setRangeAxis (int, org.jfree.chart.axis.ValueAxis, boolean) 
		int index
		org.jfree.chart.axis.ValueAxis axis
		boolean notify
		org.jfree.chart.axis.ValueAxis existing
	public void setRangeAxes (org.jfree.chart.axis.ValueAxis[]) 
		int i
		org.jfree.chart.axis.ValueAxis[] axes
	public int getRangeAxisCount () 
	public void clearRangeAxes () 
		org.jfree.chart.axis.ValueAxis axis
		int i
	public void configureRangeAxes () 
		org.jfree.chart.axis.ValueAxis axis
		int i
	public org.jfree.chart.axis.AxisLocation getRangeAxisLocation (int) 
		int index
		org.jfree.chart.axis.AxisLocation result
	public void setRangeAxisLocation (int, org.jfree.chart.axis.AxisLocation) 
		int index
		org.jfree.chart.axis.AxisLocation location
	public void setRangeAxisLocation (int, org.jfree.chart.axis.AxisLocation, boolean) 
		int index
		org.jfree.chart.axis.AxisLocation location
		boolean notify
	public org.jfree.ui.RectangleEdge getRangeAxisEdge (int) 
		int index
		org.jfree.chart.axis.AxisLocation location
		org.jfree.ui.RectangleEdge result
	public org.jfree.data.xy.XYDataset getDataset () 
	public org.jfree.data.xy.XYDataset getDataset (int) 
		int index
		org.jfree.data.xy.XYDataset result
	public void setDataset (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public void setDataset (int, org.jfree.data.xy.XYDataset) 
		int index
		org.jfree.data.xy.XYDataset dataset
		org.jfree.data.xy.XYDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public int getDatasetCount () 
	public int indexOf (org.jfree.data.xy.XYDataset) 
		int i
		org.jfree.data.xy.XYDataset dataset
		int result
	public void mapDatasetToDomainAxis (int, int) 
		int index
		int axisIndex
	public void mapDatasetToRangeAxis (int, int) 
		int index
		int axisIndex
	public org.jfree.chart.renderer.xy.XYItemRenderer getRenderer () 
	public org.jfree.chart.renderer.xy.XYItemRenderer getRenderer (int) 
		int index
		org.jfree.chart.renderer.xy.XYItemRenderer result
	public void setRenderer (org.jfree.chart.renderer.xy.XYItemRenderer) 
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
	public void setRenderer (int, org.jfree.chart.renderer.xy.XYItemRenderer) 
		int index
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
	public void setRenderer (int, org.jfree.chart.renderer.xy.XYItemRenderer, boolean) 
		int index
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		boolean notify
		org.jfree.chart.renderer.xy.XYItemRenderer existing
	public void setRenderers (org.jfree.chart.renderer.xy.XYItemRenderer[]) 
		int i
		org.jfree.chart.renderer.xy.XYItemRenderer[] renderers
	public org.jfree.chart.plot.DatasetRenderingOrder getDatasetRenderingOrder () 
	public void setDatasetRenderingOrder (org.jfree.chart.plot.DatasetRenderingOrder) 
		org.jfree.chart.plot.DatasetRenderingOrder order
	public org.jfree.chart.plot.SeriesRenderingOrder getSeriesRenderingOrder () 
	public void setSeriesRenderingOrder (org.jfree.chart.plot.SeriesRenderingOrder) 
		org.jfree.chart.plot.SeriesRenderingOrder order
	public int getIndexOf (org.jfree.chart.renderer.xy.XYItemRenderer) 
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
	public org.jfree.chart.renderer.xy.XYItemRenderer getRendererForDataset (org.jfree.data.xy.XYDataset) 
		int i
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.renderer.xy.XYItemRenderer result
	public int getWeight () 
	public void setWeight (int) 
		int weight
	public boolean isDomainGridlinesVisible () 
	public void setDomainGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getDomainGridlineStroke () 
	public void setDomainGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getDomainGridlinePaint () 
	public void setDomainGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRangeGridlinesVisible () 
	public void setRangeGridlinesVisible (boolean) 
		boolean visible
	public java.awt.Stroke getRangeGridlineStroke () 
	public void setRangeGridlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeGridlinePaint () 
	public void setRangeGridlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isDomainZeroBaselineVisible () 
	public void setDomainZeroBaselineVisible (boolean) 
		boolean visible
	public java.awt.Stroke getDomainZeroBaselineStroke () 
	public void setDomainZeroBaselineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getDomainZeroBaselinePaint () 
	public void setDomainZeroBaselinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRangeZeroBaselineVisible () 
	public void setRangeZeroBaselineVisible (boolean) 
		boolean visible
	public java.awt.Stroke getRangeZeroBaselineStroke () 
	public void setRangeZeroBaselineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeZeroBaselinePaint () 
	public void setRangeZeroBaselinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getDomainTickBandPaint () 
	public void setDomainTickBandPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getRangeTickBandPaint () 
	public void setRangeTickBandPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.geom.Point2D getQuadrantOrigin () 
	public void setQuadrantOrigin (java.awt.geom.Point2D) 
		java.awt.geom.Point2D origin
	public java.awt.Paint getQuadrantPaint (int) 
		int index
	public void setQuadrantPaint (int, java.awt.Paint) 
		int index
		java.awt.Paint paint
	public void addDomainMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public void addDomainMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public void clearDomainMarkers () 
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
	public void clearDomainMarkers (int) 
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		int index
		Integer key
	public void addDomainMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.Collection markers
		java.util.Collection markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public boolean removeDomainMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public boolean removeDomainMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public boolean removeDomainMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.ArrayList markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
		java.util.ArrayList markers
		boolean removed
	public void addRangeMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public void addRangeMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public void clearRangeMarkers () 
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
		Integer key
		java.util.Set keys
		java.util.Iterator iterator
	public void addRangeMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.Collection markers
		java.util.Collection markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public void clearRangeMarkers (int) 
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		org.jfree.chart.plot.Marker m
		java.util.Iterator iterator
		java.util.Collection markers
		int index
		Integer key
	public boolean removeRangeMarker (org.jfree.chart.plot.Marker) 
		org.jfree.chart.plot.Marker marker
	public boolean removeRangeMarker (org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
	public boolean removeRangeMarker (int, org.jfree.chart.plot.Marker, org.jfree.ui.Layer) 
		java.util.ArrayList markers
		int index
		org.jfree.chart.plot.Marker marker
		org.jfree.ui.Layer layer
		java.util.ArrayList markers
		boolean removed
	public void addAnnotation (org.jfree.chart.annotations.XYAnnotation) 
		org.jfree.chart.annotations.XYAnnotation annotation
	public boolean removeAnnotation (org.jfree.chart.annotations.XYAnnotation) 
		org.jfree.chart.annotations.XYAnnotation annotation
		boolean removed
	public java.util.List getAnnotations () 
	public void clearAnnotations () 
	protected org.jfree.chart.axis.AxisSpace calculateAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
	protected org.jfree.chart.axis.AxisSpace calculateDomainAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.AxisSpace) 
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.Axis axis
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
	protected org.jfree.chart.axis.AxisSpace calculateRangeAxisSpace (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.AxisSpace) 
		org.jfree.ui.RectangleEdge edge
		org.jfree.chart.axis.Axis axis
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.axis.AxisSpace space
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		double x
		double x
		double y
		double y
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		int i
		int i
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.renderer.xy.XYItemRenderer r
		int i
		int i
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.renderer.xy.XYItemRenderer r
		int i
		int rendererCount
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.renderer.xy.XYItemRenderer r
		int i
		int i
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.renderer.xy.XYItemRenderer r
		int i
		int rendererCount
		double xx
		double xx
		double x
		java.awt.Paint paint
		java.awt.Stroke stroke
		double yy
		double yy
		double y
		java.awt.Paint paint
		java.awt.Stroke stroke
		int i
		int i
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		boolean b1
		boolean b2
		org.jfree.ui.RectangleInsets insets
		org.jfree.chart.axis.AxisSpace space
		java.awt.geom.Rectangle2D dataArea
		java.util.Map axisStateMap
		org.jfree.chart.plot.PlotOrientation orient
		org.jfree.chart.plot.CrosshairState crosshairState
		java.awt.Shape originalClip
		java.awt.Composite originalComposite
		org.jfree.chart.axis.AxisState domainAxisState
		org.jfree.chart.axis.AxisState rangeAxisState
		boolean foundData
		org.jfree.chart.plot.DatasetRenderingOrder order
		int xAxisIndex
		org.jfree.chart.axis.ValueAxis xAxis
		org.jfree.ui.RectangleEdge xAxisEdge
		int yAxisIndex
		org.jfree.chart.axis.ValueAxis yAxis
		org.jfree.ui.RectangleEdge yAxisEdge
	public void drawBackground (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	protected void drawQuadrants (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		int i
		java.awt.Composite originalComposite
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		boolean somethingToDraw
		org.jfree.chart.axis.ValueAxis xAxis
		double x
		double xx
		org.jfree.chart.axis.ValueAxis yAxis
		double y
		double yy
		double xmin
		double xxmin
		double xmax
		double xxmax
		double ymin
		double yymin
		double ymax
		double yymax
		java.awt.geom.Rectangle2D[] r
	public void drawDomainTickBands (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		double current
		boolean fillBand
		org.jfree.chart.axis.ValueAxis xAxis
		double previous
		java.util.Iterator iterator
		double end
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List ticks
		java.awt.Paint bandPaint
	public void drawRangeTickBands (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		double current
		boolean fillBand
		org.jfree.chart.axis.ValueAxis axis
		double previous
		java.util.Iterator iterator
		double end
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List ticks
		java.awt.Paint bandPaint
	protected java.util.Map drawAxes (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.axis.ValueAxis axis
		int index
		org.jfree.chart.axis.ValueAxis yAxis
		int index
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.axis.AxisState info
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.axis.AxisState info
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.axis.AxisState info
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.axis.AxisState info
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D plotArea
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo plotState
		org.jfree.chart.axis.AxisCollection axisCollection
		java.util.Map axisStateMap
		double cursor
		java.util.Iterator iterator
	public boolean render (java.awt.Graphics2D, java.awt.geom.Rectangle2D, int, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.CrosshairState) 
		int[] itemBounds
		int item
		int firstItem
		int lastItem
		int series
		int seriesCount
		int pass
		int[] itemBounds
		int item
		int firstItem
		int lastItem
		int series
		int seriesCount
		int pass
		org.jfree.chart.axis.ValueAxis xAxis
		org.jfree.chart.axis.ValueAxis yAxis
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.chart.renderer.xy.XYItemRendererState state
		int passCount
		org.jfree.chart.plot.SeriesRenderingOrder seriesOrder
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		int index
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.CrosshairState crosshairState
		boolean foundData
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.chart.axis.ValueAxis getDomainAxisForDataset (int) 
		int index
		org.jfree.chart.axis.ValueAxis valueAxis
		Integer axisIndex
	public org.jfree.chart.axis.ValueAxis getRangeAxisForDataset (int) 
		int index
		org.jfree.chart.axis.ValueAxis valueAxis
		Integer axisIndex
	protected void drawDomainGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		java.util.Iterator iterator
		java.awt.Stroke gridStroke
		java.awt.Paint gridPaint
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		java.util.List ticks
	protected void drawRangeGridlines (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.util.List) 
		org.jfree.chart.axis.ValueTick tick
		java.util.Iterator iterator
		java.awt.Stroke gridStroke
		java.awt.Paint gridPaint
		org.jfree.chart.axis.ValueAxis axis
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.util.List ticks
	protected void drawZeroDomainBaseline (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer
		org.jfree.chart.renderer.xy.XYItemRenderer r
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	protected void drawZeroRangeBaseline (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public void drawAnnotations (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.annotations.XYAnnotation annotation
		org.jfree.chart.axis.ValueAxis xAxis
		org.jfree.chart.axis.ValueAxis yAxis
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		java.util.Iterator iterator
	protected void drawDomainMarkers (java.awt.Graphics2D, java.awt.geom.Rectangle2D, int, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		int index
		org.jfree.ui.Layer layer
		org.jfree.chart.renderer.xy.XYItemRenderer r
		java.util.Collection markers
		org.jfree.chart.axis.ValueAxis axis
	protected void drawRangeMarkers (java.awt.Graphics2D, java.awt.geom.Rectangle2D, int, org.jfree.ui.Layer) 
		org.jfree.chart.plot.Marker marker
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		int index
		org.jfree.ui.Layer layer
		org.jfree.chart.renderer.xy.XYItemRenderer r
		java.util.Collection markers
		org.jfree.chart.axis.ValueAxis axis
	public java.util.Collection getDomainMarkers (org.jfree.ui.Layer) 
		org.jfree.ui.Layer layer
	public java.util.Collection getRangeMarkers (org.jfree.ui.Layer) 
		org.jfree.ui.Layer layer
	public java.util.Collection getDomainMarkers (int, org.jfree.ui.Layer) 
		int index
		org.jfree.ui.Layer layer
		java.util.Collection result
		Integer key
	public java.util.Collection getRangeMarkers (int, org.jfree.ui.Layer) 
		int index
		org.jfree.ui.Layer layer
		java.util.Collection result
		Integer key
	protected void drawHorizontalLine (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, java.awt.Stroke, java.awt.Paint) 
		double yy
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Stroke stroke
		java.awt.Paint paint
		org.jfree.chart.axis.ValueAxis axis
	protected void drawDomainCrosshair (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotOrientation, double, org.jfree.chart.axis.ValueAxis, java.awt.Stroke, java.awt.Paint) 
		double xx
		double yy
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotOrientation orientation
		double value
		org.jfree.chart.axis.ValueAxis axis
		java.awt.Stroke stroke
		java.awt.Paint paint
	protected void drawVerticalLine (java.awt.Graphics2D, java.awt.geom.Rectangle2D, double, java.awt.Stroke, java.awt.Paint) 
		double xx
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Stroke stroke
		java.awt.Paint paint
		org.jfree.chart.axis.ValueAxis axis
	protected void drawRangeCrosshair (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotOrientation, double, org.jfree.chart.axis.ValueAxis, java.awt.Stroke, java.awt.Paint) 
		double xx
		double yy
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotOrientation orientation
		double value
		org.jfree.chart.axis.ValueAxis axis
		java.awt.Stroke stroke
		java.awt.Paint paint
	public void handleClick (int, int, org.jfree.chart.plot.PlotRenderingInfo) 
		double hvalue
		double vvalue
		org.jfree.chart.axis.ValueAxis da
		org.jfree.chart.axis.ValueAxis ra
		int x
		int y
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D dataArea
	private java.util.List getDatasetsMappedToDomainAxis (java.lang.Integer) 
		Integer mappedAxis
		int i
		Integer axisIndex
		java.util.List result
	private java.util.List getDatasetsMappedToRangeAxis (java.lang.Integer) 
		Integer mappedAxis
		int i
		Integer axisIndex
		java.util.List result
	public int getDomainAxisIndex (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.plot.Plot parent
		org.jfree.chart.axis.ValueAxis axis
		int result
	public int getRangeAxisIndex (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.plot.XYPlot p
		org.jfree.chart.plot.Plot parent
		org.jfree.chart.axis.ValueAxis axis
		int result
	public org.jfree.data.Range getDataRange (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.renderer.xy.XYItemRenderer r
		org.jfree.data.xy.XYDataset d
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.data.Range result
		java.util.List mappedDatasets
		boolean isDomainAxis
		int domainIndex
		int rangeIndex
		java.util.Iterator iterator
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.chart.event.PlotChangeEvent e
		org.jfree.data.general.DatasetChangeEvent event
	public void rendererChanged (org.jfree.chart.event.RendererChangeEvent) 
		org.jfree.chart.event.RendererChangeEvent event
	public boolean isDomainCrosshairVisible () 
	public void setDomainCrosshairVisible (boolean) 
		boolean flag
	public boolean isDomainCrosshairLockedOnData () 
	public void setDomainCrosshairLockedOnData (boolean) 
		boolean flag
	public double getDomainCrosshairValue () 
	public void setDomainCrosshairValue (double) 
		double value
	public void setDomainCrosshairValue (double, boolean) 
		double value
		boolean notify
	public java.awt.Stroke getDomainCrosshairStroke () 
	public void setDomainCrosshairStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getDomainCrosshairPaint () 
	public void setDomainCrosshairPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean isRangeCrosshairVisible () 
	public void setRangeCrosshairVisible (boolean) 
		boolean flag
	public boolean isRangeCrosshairLockedOnData () 
	public void setRangeCrosshairLockedOnData (boolean) 
		boolean flag
	public double getRangeCrosshairValue () 
	public void setRangeCrosshairValue (double) 
		double value
	public void setRangeCrosshairValue (double, boolean) 
		double value
		boolean notify
	public java.awt.Stroke getRangeCrosshairStroke () 
	public void setRangeCrosshairStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getRangeCrosshairPaint () 
	public void setRangeCrosshairPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.axis.AxisSpace getFixedDomainAxisSpace () 
	public void setFixedDomainAxisSpace (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisSpace space
	public void setFixedDomainAxisSpace (org.jfree.chart.axis.AxisSpace, boolean) 
		org.jfree.chart.axis.AxisSpace space
		boolean notify
	public org.jfree.chart.axis.AxisSpace getFixedRangeAxisSpace () 
	public void setFixedRangeAxisSpace (org.jfree.chart.axis.AxisSpace) 
		org.jfree.chart.axis.AxisSpace space
	public void setFixedRangeAxisSpace (org.jfree.chart.axis.AxisSpace, boolean) 
		org.jfree.chart.axis.AxisSpace space
		boolean notify
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double sourceX
		double anchorX
		org.jfree.chart.axis.ValueAxis domainAxis
		int i
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		org.jfree.chart.axis.ValueAxis domainAxis
		int i
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
		double sourceY
		double anchorY
		org.jfree.chart.axis.ValueAxis rangeAxis
		int i
		double factor
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
		boolean useAnchor
	public void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
		org.jfree.chart.axis.ValueAxis rangeAxis
		int i
		double lowerPercent
		double upperPercent
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Point2D source
	public boolean isDomainZoomable () 
	public boolean isRangeZoomable () 
	public int getSeriesCount () 
		int result
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.chart.LegendItemCollection getFixedLegendItems () 
	public void setFixedLegendItems (org.jfree.chart.LegendItemCollection) 
		org.jfree.chart.LegendItemCollection items
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.LegendItem item
		int i
		int seriesCount
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		org.jfree.data.xy.XYDataset dataset
		int datasetIndex
		org.jfree.chart.LegendItemCollection result
		int count
	public boolean equals (java.lang.Object) 
		int i
		Object obj
		org.jfree.chart.plot.XYPlot that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.axis.ValueAxis clonedAxis
		org.jfree.chart.axis.ValueAxis axis
		int i
		org.jfree.chart.axis.ValueAxis clonedAxis
		org.jfree.chart.axis.ValueAxis axis
		int i
		org.jfree.data.xy.XYDataset d
		int i
		org.jfree.util.PublicCloneable pc
		org.jfree.chart.renderer.xy.XYItemRenderer renderer2
		int i
		org.jfree.chart.plot.XYPlot clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		int i
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		int i
		org.jfree.chart.axis.Axis axis
		int i
		org.jfree.chart.axis.Axis axis
		int i
		org.jfree.data.general.Dataset dataset
		int i
		org.jfree.chart.renderer.xy.XYItemRenderer renderer
		int i
		java.io.ObjectInputStream stream
		int domainAxisCount
		int rangeAxisCount
		int datasetCount
		int rendererCount
	static void  () 
}

org/jfree/chart/plot/Zoomable.class
Zoomable.java
package org.jfree.chart.plot
public abstract org.jfree.chart.plot.Zoomable extends java.lang.Object {
	public abstract boolean isDomainZoomable () 
	public abstract boolean isRangeZoomable () 
	public abstract org.jfree.chart.plot.PlotOrientation getOrientation () 
	public abstract void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
	public abstract void zoomDomainAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
	public abstract void zoomDomainAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
	public abstract void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
	public abstract void zoomRangeAxes (double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D, boolean) 
	public abstract void zoomRangeAxes (double, double, org.jfree.chart.plot.PlotRenderingInfo, java.awt.geom.Point2D) 
}

org/jfree/chart/plot/dial/AbstractDialLayer.class
AbstractDialLayer.java
package org.jfree.chart.plot.dial
public abstract org.jfree.chart.plot.dial.AbstractDialLayer extends java.lang.Object implements org.jfree.chart.plot.dial.DialLayer  {
	private boolean visible
	private transient javax.swing.event.EventListenerList listenerList
	static Class class$org$jfree$chart$plot$dial$DialLayerChangeListener
	protected void  () 
	public boolean isVisible () 
	public void setVisible (boolean) 
		boolean visible
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.AbstractDialLayer that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.plot.dial.AbstractDialLayer clone
	public void addChangeListener (org.jfree.chart.plot.dial.DialLayerChangeListener) 
		org.jfree.chart.plot.dial.DialLayerChangeListener listener
	public void removeChangeListener (org.jfree.chart.plot.dial.DialLayerChangeListener) 
		org.jfree.chart.plot.dial.DialLayerChangeListener listener
	public boolean hasListener (java.util.EventListener) 
		java.util.EventListener listener
		java.util.List list
	protected void notifyListeners (org.jfree.chart.plot.dial.DialLayerChangeEvent) 
		int i
		org.jfree.chart.plot.dial.DialLayerChangeEvent event
		Object[] listeners
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/chart/plot/dial/ArcDialFrame.class
ArcDialFrame.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.ArcDialFrame extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialFrame java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private transient java.awt.Paint backgroundPaint
	private transient java.awt.Paint foregroundPaint
	private transient java.awt.Stroke stroke
	private double startAngle
	private double extent
	private double innerRadius
	private double outerRadius
	public void  () 
	public void  (double, double) 
		double startAngle
		double extent
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getForegroundPaint () 
	public void setForegroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getStroke () 
	public void setStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public double getInnerRadius () 
	public void setInnerRadius (double) 
		double radius
	public double getOuterRadius () 
	public void setOuterRadius (double) 
		double radius
	public double getStartAngle () 
	public void setStartAngle (double) 
		double angle
	public double getExtent () 
	public void setExtent (double) 
		double extent
	public java.awt.Shape getWindow (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D innerFrame
		java.awt.geom.Rectangle2D outerFrame
		java.awt.geom.Arc2D inner
		java.awt.geom.Arc2D outer
		java.awt.geom.GeneralPath p
		java.awt.geom.Point2D point1
	protected java.awt.Shape getOuterWindow (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D frame
		double radiusMargin
		double angleMargin
		java.awt.geom.Rectangle2D innerFrame
		java.awt.geom.Rectangle2D outerFrame
		java.awt.geom.Arc2D inner
		java.awt.geom.Arc2D outer
		java.awt.geom.GeneralPath p
		java.awt.geom.Point2D point1
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.Shape window
		java.awt.Shape outerWindow
		java.awt.geom.Area area1
		java.awt.geom.Area area2
	public boolean isClippedToWindow () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.ArcDialFrame that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialBackground.class
DialBackground.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialBackground extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialLayer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private transient java.awt.Paint paint
	private org.jfree.ui.GradientPaintTransformer gradientPaintTransformer
	public void  () 
	public void  (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.GradientPaintTransformer getGradientPaintTransformer () 
	public void setGradientPaintTransformer (org.jfree.ui.GradientPaintTransformer) 
		org.jfree.ui.GradientPaintTransformer t
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.Paint p
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialBackground that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialCap.class
DialCap.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialCap extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialLayer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private double radius
	private transient java.awt.Paint fillPaint
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Stroke outlineStroke
	public void  () 
	public double getRadius () 
	public void setRadius (double) 
		double radius
	public java.awt.Paint getFillPaint () 
	public void setFillPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getOutlineStroke () 
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D f
		java.awt.geom.Ellipse2D e
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialCap that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialFrame.class
DialFrame.java
package org.jfree.chart.plot.dial
public abstract org.jfree.chart.plot.dial.DialFrame extends java.lang.Object implements org.jfree.chart.plot.dial.DialLayer  {
	public abstract java.awt.Shape getWindow (java.awt.geom.Rectangle2D) 
}

org/jfree/chart/plot/dial/DialLayer.class
DialLayer.java
package org.jfree.chart.plot.dial
public abstract org.jfree.chart.plot.dial.DialLayer extends java.lang.Object {
	public abstract boolean isVisible () 
	public abstract void addChangeListener (org.jfree.chart.plot.dial.DialLayerChangeListener) 
	public abstract void removeChangeListener (org.jfree.chart.plot.dial.DialLayerChangeListener) 
	public abstract boolean hasListener (java.util.EventListener) 
	public abstract boolean isClippedToWindow () 
	public abstract void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
}

org/jfree/chart/plot/dial/DialLayerChangeEvent.class
DialLayerChangeEvent.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialLayerChangeEvent extends org.jfree.chart.event.ChartChangeEvent {
	private org.jfree.chart.plot.dial.DialLayer layer
	public void  (org.jfree.chart.plot.dial.DialLayer) 
		org.jfree.chart.plot.dial.DialLayer layer
	public org.jfree.chart.plot.dial.DialLayer getDialLayer () 
}

org/jfree/chart/plot/dial/DialLayerChangeListener.class
DialLayerChangeListener.java
package org.jfree.chart.plot.dial
public abstract org.jfree.chart.plot.dial.DialLayerChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void dialLayerChanged (org.jfree.chart.plot.dial.DialLayerChangeEvent) 
}

org/jfree/chart/plot/dial/DialPlot.class
DialPlot.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialPlot extends org.jfree.chart.plot.Plot implements org.jfree.chart.plot.dial.DialLayerChangeListener  {
	private org.jfree.chart.plot.dial.DialLayer background
	private org.jfree.chart.plot.dial.DialLayer cap
	private org.jfree.chart.plot.dial.DialFrame dialFrame
	private org.jfree.util.ObjectList datasets
	private org.jfree.util.ObjectList scales
	private org.jfree.util.ObjectList datasetToScaleMap
	private java.util.List layers
	private java.util.List pointers
	private double viewX
	private double viewY
	private double viewW
	private double viewH
	public void  () 
	public void  (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
	public org.jfree.chart.plot.dial.DialLayer getBackground () 
	public void setBackground (org.jfree.chart.plot.dial.DialLayer) 
		org.jfree.chart.plot.dial.DialLayer background
	public org.jfree.chart.plot.dial.DialLayer getCap () 
	public void setCap (org.jfree.chart.plot.dial.DialLayer) 
		org.jfree.chart.plot.dial.DialLayer cap
	public org.jfree.chart.plot.dial.DialFrame getDialFrame () 
	public void setDialFrame (org.jfree.chart.plot.dial.DialFrame) 
		org.jfree.chart.plot.dial.DialFrame frame
	public double getViewX () 
	public double getViewY () 
	public double getViewWidth () 
	public double getViewHeight () 
	public void setView (double, double, double, double) 
		double x
		double y
		double w
		double h
	public void addLayer (org.jfree.chart.plot.dial.DialLayer) 
		org.jfree.chart.plot.dial.DialLayer layer
	public int getLayerIndex (org.jfree.chart.plot.dial.DialLayer) 
		org.jfree.chart.plot.dial.DialLayer layer
	public void removeLayer (int) 
		int index
		org.jfree.chart.plot.dial.DialLayer layer
	public void removeLayer (org.jfree.chart.plot.dial.DialLayer) 
		org.jfree.chart.plot.dial.DialLayer layer
	public void addPointer (org.jfree.chart.plot.dial.DialPointer) 
		org.jfree.chart.plot.dial.DialPointer pointer
	public int getPointerIndex (org.jfree.chart.plot.dial.DialPointer) 
		org.jfree.chart.plot.dial.DialPointer pointer
	public void removePointer (int) 
		int index
		org.jfree.chart.plot.dial.DialPointer pointer
	public void removePointer (org.jfree.chart.plot.dial.DialPointer) 
		org.jfree.chart.plot.dial.DialPointer pointer
	public org.jfree.chart.plot.dial.DialPointer getPointerForDataset (int) 
		org.jfree.chart.plot.dial.DialPointer p
		int datasetIndex
		org.jfree.chart.plot.dial.DialPointer result
		java.util.Iterator iterator
	public org.jfree.data.general.ValueDataset getDataset () 
	public org.jfree.data.general.ValueDataset getDataset (int) 
		int index
		org.jfree.data.general.ValueDataset result
	public void setDataset (org.jfree.data.general.ValueDataset) 
		org.jfree.data.general.ValueDataset dataset
	public void setDataset (int, org.jfree.data.general.ValueDataset) 
		int index
		org.jfree.data.general.ValueDataset dataset
		org.jfree.data.general.ValueDataset existing
		org.jfree.data.general.DatasetChangeEvent event
	public int getDatasetCount () 
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Point2D, org.jfree.chart.plot.PlotState, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Shape savedClip
		java.awt.Shape savedClip
		org.jfree.chart.plot.dial.DialLayer current
		java.awt.Shape savedClip
		org.jfree.chart.plot.dial.DialPointer current
		java.awt.Shape savedClip
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Point2D anchor
		org.jfree.chart.plot.PlotState parentState
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D frame
		java.util.Iterator iterator
	private java.awt.geom.Rectangle2D viewToFrame (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D view
		double width
		double height
		double x
		double y
	public double getValue (int) 
		Number n
		int datasetIndex
		double result
		org.jfree.data.general.ValueDataset dataset
	public void addScale (int, org.jfree.chart.plot.dial.DialScale) 
		int index
		org.jfree.chart.plot.dial.DialScale scale
		org.jfree.chart.plot.dial.DialScale existing
	public org.jfree.chart.plot.dial.DialScale getScale (int) 
		int index
		org.jfree.chart.plot.dial.DialScale result
	public void mapDatasetToScale (int, int) 
		int index
		int scaleIndex
	public org.jfree.chart.plot.dial.DialScale getScaleForDataset (int) 
		int datasetIndex
		org.jfree.chart.plot.dial.DialScale result
		Integer scaleIndex
	public static java.awt.geom.Rectangle2D rectangleByRadius (java.awt.geom.Rectangle2D, double, double) 
		java.awt.geom.Rectangle2D rect
		double radiusW
		double radiusH
		double x
		double y
		double w
		double h
	public void dialLayerChanged (org.jfree.chart.plot.dial.DialLayerChangeEvent) 
		org.jfree.chart.plot.dial.DialLayerChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialPlot that
	public int hashCode () 
		int result
		long temp
	public java.lang.String getPlotType () 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialPointer$Pin.class
DialPointer.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialPointer$Pin extends org.jfree.chart.plot.dial.DialPointer {
	static final long serialVersionUID
	private transient java.awt.Paint paint
	private transient java.awt.Stroke stroke
	public void  () 
	public void  (int) 
		int datasetIndex
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getStroke () 
	public void setStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D arcRect
		double value
		org.jfree.chart.plot.dial.DialScale scale
		double angle
		java.awt.geom.Arc2D arc
		java.awt.geom.Point2D pt
		java.awt.geom.Line2D line
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialPointer$Pin that
	public int hashCode () 
		int result
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialPointer$Pointer.class
DialPointer.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialPointer$Pointer extends org.jfree.chart.plot.dial.DialPointer {
	static final long serialVersionUID
	private double widthRadius
	private transient java.awt.Paint fillPaint
	private transient java.awt.Paint outlinePaint
	public void  () 
	public void  (int) 
		int datasetIndex
	public double getWidthRadius () 
	public void setWidthRadius (double) 
		double radius
	public java.awt.Paint getFillPaint () 
	public void setFillPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D lengthRect
		java.awt.geom.Rectangle2D widthRect
		double value
		org.jfree.chart.plot.dial.DialScale scale
		double angle
		java.awt.geom.Arc2D arc1
		java.awt.geom.Point2D pt1
		java.awt.geom.Arc2D arc2
		java.awt.geom.Point2D pt2
		java.awt.geom.Point2D pt3
		java.awt.geom.Arc2D arc3
		java.awt.geom.Point2D pt4
		java.awt.geom.GeneralPath gp
		java.awt.geom.Line2D line
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialPointer$Pointer that
	public int hashCode () 
		int result
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialPointer.class
DialPointer.java
package org.jfree.chart.plot.dial
public abstract org.jfree.chart.plot.dial.DialPointer extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialLayer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	double radius
	int datasetIndex
	protected void  () 
	protected void  (int) 
		int datasetIndex
	public int getDatasetIndex () 
	public void setDatasetIndex (int) 
		int index
	public double getRadius () 
	public void setRadius (double) 
		double radius
	public boolean isClippedToWindow () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialPointer that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/plot/dial/DialScale.class
DialScale.java
package org.jfree.chart.plot.dial
public abstract org.jfree.chart.plot.dial.DialScale extends java.lang.Object implements org.jfree.chart.plot.dial.DialLayer  {
	public abstract double valueToAngle (double) 
	public abstract double angleToValue (double) 
}

org/jfree/chart/plot/dial/DialTextAnnotation.class
DialTextAnnotation.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialTextAnnotation extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialLayer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private String label
	private java.awt.Font font
	private transient java.awt.Paint paint
	private double angle
	private double radius
	private org.jfree.ui.TextAnchor anchor
	public void  (java.lang.String) 
		String label
	public java.lang.String getLabel () 
	public void setLabel (java.lang.String) 
		String label
	public java.awt.Font getFont () 
	public void setFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public double getAngle () 
	public void setAngle (double) 
		double angle
	public double getRadius () 
	public void setRadius (double) 
		double radius
	public org.jfree.ui.TextAnchor getAnchor () 
	public void setAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D f
		java.awt.geom.Arc2D arc
		java.awt.geom.Point2D pt
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialTextAnnotation that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/DialValueIndicator.class
DialValueIndicator.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.DialValueIndicator extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialLayer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private int datasetIndex
	private double angle
	private double radius
	private org.jfree.ui.RectangleAnchor frameAnchor
	private Number templateValue
	private java.text.NumberFormat formatter
	private java.awt.Font font
	private transient java.awt.Paint paint
	private transient java.awt.Paint backgroundPaint
	private transient java.awt.Stroke outlineStroke
	private transient java.awt.Paint outlinePaint
	private org.jfree.ui.RectangleInsets insets
	private org.jfree.ui.RectangleAnchor valueAnchor
	private org.jfree.ui.TextAnchor textAnchor
	public void  () 
	public void  (int) 
		int datasetIndex
	public int getDatasetIndex () 
	public void setDatasetIndex (int) 
		int index
	public double getAngle () 
	public void setAngle (double) 
		double angle
	public double getRadius () 
	public void setRadius (double) 
		double radius
	public org.jfree.ui.RectangleAnchor getFrameAnchor () 
	public void setFrameAnchor (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public java.lang.Number getTemplateValue () 
	public void setTemplateValue (java.lang.Number) 
		Number value
	public java.text.NumberFormat getNumberFormat () 
	public void setNumberFormat (java.text.NumberFormat) 
		java.text.NumberFormat formatter
	public java.awt.Font getFont () 
	public void setFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getOutlineStroke () 
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getInsets () 
	public void setInsets (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets insets
	public org.jfree.ui.RectangleAnchor getValueAnchor () 
	public void setValueAnchor (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public org.jfree.ui.TextAnchor getTextAnchor () 
	public void setTextAnchor (org.jfree.ui.TextAnchor) 
		org.jfree.ui.TextAnchor anchor
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D f
		java.awt.geom.Arc2D arc
		java.awt.geom.Point2D pt
		java.awt.FontMetrics fm
		String s
		java.awt.geom.Rectangle2D tb
		java.awt.geom.Rectangle2D bounds
		java.awt.geom.Rectangle2D fb
		double value
		String valueStr
		java.awt.geom.Point2D pt2
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.DialValueIndicator that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/StandardDialFrame.class
StandardDialFrame.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.StandardDialFrame extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialFrame java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private double radius
	private transient java.awt.Paint backgroundPaint
	private transient java.awt.Paint foregroundPaint
	private transient java.awt.Stroke stroke
	public void  () 
	public double getRadius () 
	public void setRadius (double) 
		double radius
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getForegroundPaint () 
	public void setForegroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getStroke () 
	public void setStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Shape getWindow (java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D f
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.Shape window
		java.awt.geom.Rectangle2D f
		java.awt.geom.Ellipse2D e
		java.awt.geom.Area area
		java.awt.geom.Area area2
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.StandardDialFrame that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/StandardDialRange.class
StandardDialRange.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.StandardDialRange extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialLayer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private int scaleIndex
	private double lowerBound
	private double upperBound
	private transient java.awt.Paint paint
	private double innerRadius
	private double outerRadius
	public void  () 
	public void  (double, double, java.awt.Paint) 
		double lower
		double upper
		java.awt.Paint paint
	public int getScaleIndex () 
	public void setScaleIndex (int) 
		int index
	public double getLowerBound () 
	public void setLowerBound (double) 
		double bound
	public double getUpperBound () 
	public void setUpperBound (double) 
		double bound
	public void setBounds (double, double) 
		double lower
		double upper
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public double getInnerRadius () 
	public void setInnerRadius (double) 
		double radius
	public double getOuterRadius () 
	public void setOuterRadius (double) 
		double radius
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D arcRectInner
		java.awt.geom.Rectangle2D arcRectOuter
		org.jfree.chart.plot.dial.DialScale scale
		double angleMin
		double angleMax
		java.awt.geom.Arc2D arcInner
		java.awt.geom.Arc2D arcOuter
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.StandardDialRange that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/plot/dial/StandardDialScale.class
StandardDialScale.java
package org.jfree.chart.plot.dial
public org.jfree.chart.plot.dial.StandardDialScale extends org.jfree.chart.plot.dial.AbstractDialLayer implements org.jfree.chart.plot.dial.DialScale java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private double lowerBound
	private double upperBound
	private double startAngle
	private double extent
	private double tickRadius
	private double majorTickIncrement
	private double majorTickLength
	private transient java.awt.Paint majorTickPaint
	private transient java.awt.Stroke majorTickStroke
	private int minorTickCount
	private double minorTickLength
	private transient java.awt.Paint minorTickPaint
	private transient java.awt.Stroke minorTickStroke
	private double tickLabelOffset
	private java.awt.Font tickLabelFont
	private boolean tickLabelsVisible
	private java.text.NumberFormat tickLabelFormatter
	private boolean firstTickLabelVisible
	private transient java.awt.Paint tickLabelPaint
	public void  () 
	public void  (double, double, double, double, double, int) 
		double lowerBound
		double upperBound
		double startAngle
		double extent
		double majorTickIncrement
		int minorTickCount
	public double getLowerBound () 
	public void setLowerBound (double) 
		double lower
	public double getUpperBound () 
	public void setUpperBound (double) 
		double upper
	public double getStartAngle () 
	public void setStartAngle (double) 
		double angle
	public double getExtent () 
	public void setExtent (double) 
		double extent
	public double getTickRadius () 
	public void setTickRadius (double) 
		double radius
	public double getMajorTickIncrement () 
	public void setMajorTickIncrement (double) 
		double increment
	public double getMajorTickLength () 
	public void setMajorTickLength (double) 
		double length
	public java.awt.Paint getMajorTickPaint () 
	public void setMajorTickPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getMajorTickStroke () 
	public void setMajorTickStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public int getMinorTickCount () 
	public void setMinorTickCount (int) 
		int count
	public double getMinorTickLength () 
	public void setMinorTickLength (double) 
		double length
	public java.awt.Paint getMinorTickPaint () 
	public void setMinorTickPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getMinorTickStroke () 
	public void setMinorTickStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public double getTickLabelOffset () 
	public void setTickLabelOffset (double) 
		double offset
	public java.awt.Font getTickLabelFont () 
	public void setTickLabelFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getTickLabelPaint () 
	public void setTickLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getTickLabelsVisible () 
	public void setTickLabelsVisible (boolean) 
		boolean visible
	public java.text.NumberFormat getTickLabelFormatter () 
	public void setTickLabelFormatter (java.text.NumberFormat) 
		java.text.NumberFormat formatter
	public boolean getFirstTickLabelVisible () 
	public void setFirstTickLabelVisible (boolean) 
		boolean visible
	public boolean isClippedToWindow () 
	public void draw (java.awt.Graphics2D, org.jfree.chart.plot.dial.DialPlot, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D) 
		double vv
		double angle
		java.awt.geom.Point2D pt3
		int i
		double minorTickIncrement
		java.awt.geom.Point2D pt0
		java.awt.geom.Point2D pt1
		java.awt.geom.Point2D pt2
		double v
		java.awt.Graphics2D g2
		org.jfree.chart.plot.dial.DialPlot plot
		java.awt.geom.Rectangle2D frame
		java.awt.geom.Rectangle2D view
		java.awt.geom.Rectangle2D arcRect
		java.awt.geom.Rectangle2D arcRectMajor
		java.awt.geom.Rectangle2D arcRectMinor
		java.awt.geom.Rectangle2D arcRectForLabels
		boolean firstLabel
		java.awt.geom.Arc2D arc
		java.awt.geom.Line2D workingLine
	public double valueToAngle (double) 
		double value
		double range
		double unit
	public double angleToValue (double) 
		double angle
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.plot.dial.StandardDialScale that
	public int hashCode () 
		int result
		long temp
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/AbstractRenderer.class
AbstractRenderer.java
package org.jfree.chart.renderer
public abstract org.jfree.chart.renderer.AbstractRenderer extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final Double ZERO
	public static final java.awt.Paint DEFAULT_PAINT
	public static final java.awt.Paint DEFAULT_OUTLINE_PAINT
	public static final java.awt.Stroke DEFAULT_STROKE
	public static final java.awt.Stroke DEFAULT_OUTLINE_STROKE
	public static final java.awt.Shape DEFAULT_SHAPE
	public static final java.awt.Font DEFAULT_VALUE_LABEL_FONT
	public static final java.awt.Paint DEFAULT_VALUE_LABEL_PAINT
	private Boolean seriesVisible
	private org.jfree.util.BooleanList seriesVisibleList
	private boolean baseSeriesVisible
	private Boolean seriesVisibleInLegend
	private org.jfree.util.BooleanList seriesVisibleInLegendList
	private boolean baseSeriesVisibleInLegend
	private transient java.awt.Paint paint
	private org.jfree.util.PaintList paintList
	private boolean autoPopulateSeriesPaint
	private transient java.awt.Paint basePaint
	private transient java.awt.Paint fillPaint
	private org.jfree.util.PaintList fillPaintList
	private boolean autoPopulateSeriesFillPaint
	private transient java.awt.Paint baseFillPaint
	private transient java.awt.Paint outlinePaint
	private org.jfree.util.PaintList outlinePaintList
	private boolean autoPopulateSeriesOutlinePaint
	private transient java.awt.Paint baseOutlinePaint
	private transient java.awt.Stroke stroke
	private org.jfree.util.StrokeList strokeList
	private boolean autoPopulateSeriesStroke
	private transient java.awt.Stroke baseStroke
	private transient java.awt.Stroke outlineStroke
	private org.jfree.util.StrokeList outlineStrokeList
	private transient java.awt.Stroke baseOutlineStroke
	private boolean autoPopulateSeriesOutlineStroke
	private transient java.awt.Shape shape
	private org.jfree.util.ShapeList shapeList
	private boolean autoPopulateSeriesShape
	private transient java.awt.Shape baseShape
	private Boolean itemLabelsVisible
	private org.jfree.util.BooleanList itemLabelsVisibleList
	private Boolean baseItemLabelsVisible
	private java.awt.Font itemLabelFont
	private org.jfree.util.ObjectList itemLabelFontList
	private java.awt.Font baseItemLabelFont
	private transient java.awt.Paint itemLabelPaint
	private org.jfree.util.PaintList itemLabelPaintList
	private transient java.awt.Paint baseItemLabelPaint
	private org.jfree.chart.labels.ItemLabelPosition positiveItemLabelPosition
	private org.jfree.util.ObjectList positiveItemLabelPositionList
	private org.jfree.chart.labels.ItemLabelPosition basePositiveItemLabelPosition
	private org.jfree.chart.labels.ItemLabelPosition negativeItemLabelPosition
	private org.jfree.util.ObjectList negativeItemLabelPositionList
	private org.jfree.chart.labels.ItemLabelPosition baseNegativeItemLabelPosition
	private double itemLabelAnchorOffset
	private Boolean createEntities
	private org.jfree.util.BooleanList createEntitiesList
	private boolean baseCreateEntities
	private transient javax.swing.event.EventListenerList listenerList
	private transient org.jfree.chart.event.RendererChangeEvent event
	private static final double ADJ
	private static final double OPP
	static Class class$org$jfree$chart$event$RendererChangeListener
	public void  () 
	public abstract org.jfree.chart.plot.DrawingSupplier getDrawingSupplier () 
	public boolean getItemVisible (int, int) 
		int series
		int item
	public boolean isSeriesVisible (int) 
		Boolean b
		int series
		boolean result
	public java.lang.Boolean getSeriesVisible () 
	public void setSeriesVisible (java.lang.Boolean) 
		Boolean visible
	public void setSeriesVisible (java.lang.Boolean, boolean) 
		Boolean visible
		boolean notify
	public java.lang.Boolean getSeriesVisible (int) 
		int series
	public void setSeriesVisible (int, java.lang.Boolean) 
		int series
		Boolean visible
	public void setSeriesVisible (int, java.lang.Boolean, boolean) 
		int series
		Boolean visible
		boolean notify
	public boolean getBaseSeriesVisible () 
	public void setBaseSeriesVisible (boolean) 
		boolean visible
	public void setBaseSeriesVisible (boolean, boolean) 
		boolean visible
		boolean notify
	public boolean isSeriesVisibleInLegend (int) 
		Boolean b
		int series
		boolean result
	public java.lang.Boolean getSeriesVisibleInLegend () 
	public void setSeriesVisibleInLegend (java.lang.Boolean) 
		Boolean visible
	public void setSeriesVisibleInLegend (java.lang.Boolean, boolean) 
		Boolean visible
		boolean notify
	public java.lang.Boolean getSeriesVisibleInLegend (int) 
		int series
	public void setSeriesVisibleInLegend (int, java.lang.Boolean) 
		int series
		Boolean visible
	public void setSeriesVisibleInLegend (int, java.lang.Boolean, boolean) 
		int series
		Boolean visible
		boolean notify
	public boolean getBaseSeriesVisibleInLegend () 
	public void setBaseSeriesVisibleInLegend (boolean) 
		boolean visible
	public void setBaseSeriesVisibleInLegend (boolean, boolean) 
		boolean visible
		boolean notify
	public java.awt.Paint getItemPaint (int, int) 
		int row
		int column
	public java.awt.Paint lookupSeriesPaint (int) 
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Paint seriesPaint
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setPaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public java.awt.Paint getSeriesPaint (int) 
		int series
	public void setSeriesPaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public void setSeriesPaint (int, java.awt.Paint, boolean) 
		int series
		java.awt.Paint paint
		boolean notify
	public java.awt.Paint getBasePaint () 
	public void setBasePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setBasePaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public boolean getAutoPopulateSeriesPaint () 
	public void setAutoPopulateSeriesPaint (boolean) 
		boolean auto
	public java.awt.Paint getItemFillPaint (int, int) 
		int row
		int column
	public java.awt.Paint lookupSeriesFillPaint (int) 
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Paint seriesFillPaint
	public java.awt.Paint getSeriesFillPaint (int) 
		int series
	public void setSeriesFillPaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public void setSeriesFillPaint (int, java.awt.Paint, boolean) 
		int series
		java.awt.Paint paint
		boolean notify
	public void setFillPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setFillPaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public java.awt.Paint getBaseFillPaint () 
	public void setBaseFillPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setBaseFillPaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public boolean getAutoPopulateSeriesFillPaint () 
	public void setAutoPopulateSeriesFillPaint (boolean) 
		boolean auto
	public java.awt.Paint getItemOutlinePaint (int, int) 
		int row
		int column
	public java.awt.Paint lookupSeriesOutlinePaint (int) 
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Paint seriesOutlinePaint
	public java.awt.Paint getSeriesOutlinePaint (int) 
		int series
	public void setSeriesOutlinePaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public void setSeriesOutlinePaint (int, java.awt.Paint, boolean) 
		int series
		java.awt.Paint paint
		boolean notify
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setOutlinePaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public java.awt.Paint getBaseOutlinePaint () 
	public void setBaseOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setBaseOutlinePaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public boolean getAutoPopulateSeriesOutlinePaint () 
	public void setAutoPopulateSeriesOutlinePaint (boolean) 
		boolean auto
	public java.awt.Stroke getItemStroke (int, int) 
		int row
		int column
	public java.awt.Stroke lookupSeriesStroke (int) 
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Stroke result
	public void setStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void setStroke (java.awt.Stroke, boolean) 
		java.awt.Stroke stroke
		boolean notify
	public java.awt.Stroke getSeriesStroke (int) 
		int series
	public void setSeriesStroke (int, java.awt.Stroke) 
		int series
		java.awt.Stroke stroke
	public void setSeriesStroke (int, java.awt.Stroke, boolean) 
		int series
		java.awt.Stroke stroke
		boolean notify
	public java.awt.Stroke getBaseStroke () 
	public void setBaseStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void setBaseStroke (java.awt.Stroke, boolean) 
		java.awt.Stroke stroke
		boolean notify
	public boolean getAutoPopulateSeriesStroke () 
	public void setAutoPopulateSeriesStroke (boolean) 
		boolean auto
	public java.awt.Stroke getItemOutlineStroke (int, int) 
		int row
		int column
	public java.awt.Stroke lookupSeriesOutlineStroke (int) 
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Stroke result
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void setOutlineStroke (java.awt.Stroke, boolean) 
		java.awt.Stroke stroke
		boolean notify
	public java.awt.Stroke getSeriesOutlineStroke (int) 
		int series
	public void setSeriesOutlineStroke (int, java.awt.Stroke) 
		int series
		java.awt.Stroke stroke
	public void setSeriesOutlineStroke (int, java.awt.Stroke, boolean) 
		int series
		java.awt.Stroke stroke
		boolean notify
	public java.awt.Stroke getBaseOutlineStroke () 
	public void setBaseOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void setBaseOutlineStroke (java.awt.Stroke, boolean) 
		java.awt.Stroke stroke
		boolean notify
	public boolean getAutoPopulateSeriesOutlineStroke () 
	public void setAutoPopulateSeriesOutlineStroke (boolean) 
		boolean auto
	public java.awt.Shape getItemShape (int, int) 
		int row
		int column
	public java.awt.Shape lookupSeriesShape (int) 
		org.jfree.chart.plot.DrawingSupplier supplier
		int series
		java.awt.Shape result
	public void setShape (java.awt.Shape) 
		java.awt.Shape shape
	public void setShape (java.awt.Shape, boolean) 
		java.awt.Shape shape
		boolean notify
	public java.awt.Shape getSeriesShape (int) 
		int series
	public void setSeriesShape (int, java.awt.Shape) 
		int series
		java.awt.Shape shape
	public void setSeriesShape (int, java.awt.Shape, boolean) 
		int series
		java.awt.Shape shape
		boolean notify
	public java.awt.Shape getBaseShape () 
	public void setBaseShape (java.awt.Shape) 
		java.awt.Shape shape
	public void setBaseShape (java.awt.Shape, boolean) 
		java.awt.Shape shape
		boolean notify
	public boolean getAutoPopulateSeriesShape () 
	public void setAutoPopulateSeriesShape (boolean) 
		boolean auto
	public boolean isItemLabelVisible (int, int) 
		int row
		int column
	public boolean isSeriesItemLabelsVisible (int) 
		int series
		Boolean b
	public void setItemLabelsVisible (boolean) 
		boolean visible
	public void setItemLabelsVisible (java.lang.Boolean) 
		Boolean visible
	public void setItemLabelsVisible (java.lang.Boolean, boolean) 
		Boolean visible
		boolean notify
	public void setSeriesItemLabelsVisible (int, boolean) 
		int series
		boolean visible
	public void setSeriesItemLabelsVisible (int, java.lang.Boolean) 
		int series
		Boolean visible
	public void setSeriesItemLabelsVisible (int, java.lang.Boolean, boolean) 
		int series
		Boolean visible
		boolean notify
	public java.lang.Boolean getBaseItemLabelsVisible () 
	public void setBaseItemLabelsVisible (boolean) 
		boolean visible
	public void setBaseItemLabelsVisible (java.lang.Boolean) 
		Boolean visible
	public void setBaseItemLabelsVisible (java.lang.Boolean, boolean) 
		Boolean visible
		boolean notify
	public java.awt.Font getItemLabelFont (int, int) 
		int row
		int column
		java.awt.Font result
	public java.awt.Font getItemLabelFont () 
	public void setItemLabelFont (java.awt.Font) 
		java.awt.Font font
	public void setItemLabelFont (java.awt.Font, boolean) 
		java.awt.Font font
		boolean notify
	public java.awt.Font getSeriesItemLabelFont (int) 
		int series
	public void setSeriesItemLabelFont (int, java.awt.Font) 
		int series
		java.awt.Font font
	public void setSeriesItemLabelFont (int, java.awt.Font, boolean) 
		int series
		java.awt.Font font
		boolean notify
	public java.awt.Font getBaseItemLabelFont () 
	public void setBaseItemLabelFont (java.awt.Font) 
		java.awt.Font font
	public void setBaseItemLabelFont (java.awt.Font, boolean) 
		java.awt.Font font
		boolean notify
	public java.awt.Paint getItemLabelPaint (int, int) 
		int row
		int column
		java.awt.Paint result
	public java.awt.Paint getItemLabelPaint () 
	public void setItemLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setItemLabelPaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public java.awt.Paint getSeriesItemLabelPaint (int) 
		int series
	public void setSeriesItemLabelPaint (int, java.awt.Paint) 
		int series
		java.awt.Paint paint
	public void setSeriesItemLabelPaint (int, java.awt.Paint, boolean) 
		int series
		java.awt.Paint paint
		boolean notify
	public java.awt.Paint getBaseItemLabelPaint () 
	public void setBaseItemLabelPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void setBaseItemLabelPaint (java.awt.Paint, boolean) 
		java.awt.Paint paint
		boolean notify
	public org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPosition (int, int) 
		int row
		int column
	public org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPosition () 
	public void setPositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public void setPositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
		org.jfree.chart.labels.ItemLabelPosition position
		boolean notify
	public org.jfree.chart.labels.ItemLabelPosition getSeriesPositiveItemLabelPosition (int) 
		int series
		org.jfree.chart.labels.ItemLabelPosition position
	public void setSeriesPositiveItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition) 
		int series
		org.jfree.chart.labels.ItemLabelPosition position
	public void setSeriesPositiveItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition, boolean) 
		int series
		org.jfree.chart.labels.ItemLabelPosition position
		boolean notify
	public org.jfree.chart.labels.ItemLabelPosition getBasePositiveItemLabelPosition () 
	public void setBasePositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public void setBasePositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
		org.jfree.chart.labels.ItemLabelPosition position
		boolean notify
	public org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPosition (int, int) 
		int row
		int column
	public org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPosition () 
	public void setNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public void setNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
		org.jfree.chart.labels.ItemLabelPosition position
		boolean notify
	public org.jfree.chart.labels.ItemLabelPosition getSeriesNegativeItemLabelPosition (int) 
		int series
		org.jfree.chart.labels.ItemLabelPosition position
	public void setSeriesNegativeItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition) 
		int series
		org.jfree.chart.labels.ItemLabelPosition position
	public void setSeriesNegativeItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition, boolean) 
		int series
		org.jfree.chart.labels.ItemLabelPosition position
		boolean notify
	public org.jfree.chart.labels.ItemLabelPosition getBaseNegativeItemLabelPosition () 
	public void setBaseNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public void setBaseNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
		org.jfree.chart.labels.ItemLabelPosition position
		boolean notify
	public double getItemLabelAnchorOffset () 
	public void setItemLabelAnchorOffset (double) 
		double offset
	public boolean getItemCreateEntity (int, int) 
		Boolean b
		int series
		int item
	public java.lang.Boolean getCreateEntities () 
	public void setCreateEntities (java.lang.Boolean) 
		Boolean create
	public void setCreateEntities (java.lang.Boolean, boolean) 
		Boolean create
		boolean notify
	public java.lang.Boolean getSeriesCreateEntities (int) 
		int series
	public void setSeriesCreateEntities (int, java.lang.Boolean) 
		int series
		Boolean create
	public void setSeriesCreateEntities (int, java.lang.Boolean, boolean) 
		int series
		Boolean create
		boolean notify
	public boolean getBaseCreateEntities () 
	public void setBaseCreateEntities (boolean) 
		boolean create
	public void setBaseCreateEntities (boolean, boolean) 
		boolean create
		boolean notify
	protected java.awt.geom.Point2D calculateLabelAnchorPoint (org.jfree.chart.labels.ItemLabelAnchor, double, double, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.labels.ItemLabelAnchor anchor
		double x
		double y
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Point2D result
	public void addChangeListener (org.jfree.chart.event.RendererChangeListener) 
		org.jfree.chart.event.RendererChangeListener listener
	public void removeChangeListener (org.jfree.chart.event.RendererChangeListener) 
		org.jfree.chart.event.RendererChangeListener listener
	public boolean hasListener (java.util.EventListener) 
		java.util.EventListener listener
		java.util.List list
	protected void fireChangeEvent () 
	public void notifyListeners (org.jfree.chart.event.RendererChangeEvent) 
		int i
		org.jfree.chart.event.RendererChangeEvent event
		Object[] ls
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.AbstractRenderer that
	public int hashCode () 
		int result
	protected java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.AbstractRenderer clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/renderer/AreaRendererEndType.class
AreaRendererEndType.java
package org.jfree.chart.renderer
public final org.jfree.chart.renderer.AreaRendererEndType extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.chart.renderer.AreaRendererEndType TAPER
	public static final org.jfree.chart.renderer.AreaRendererEndType TRUNCATE
	public static final org.jfree.chart.renderer.AreaRendererEndType LEVEL
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object o
		org.jfree.chart.renderer.AreaRendererEndType t
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
		Object result
	static void  () 
}

org/jfree/chart/renderer/DefaultPolarItemRenderer.class
DefaultPolarItemRenderer.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.DefaultPolarItemRenderer extends org.jfree.chart.renderer.AbstractRenderer implements org.jfree.chart.renderer.PolarItemRenderer  {
	private org.jfree.chart.plot.PolarPlot plot
	private org.jfree.util.BooleanList seriesFilled
	public void  () 
	public void setPlot (org.jfree.chart.plot.PolarPlot) 
		org.jfree.chart.plot.PolarPlot plot
	public org.jfree.chart.plot.PolarPlot getPlot () 
	public org.jfree.chart.plot.DrawingSupplier getDrawingSupplier () 
		org.jfree.chart.plot.DrawingSupplier result
		org.jfree.chart.plot.PolarPlot p
	public boolean isSeriesFilled (int) 
		int series
		boolean result
		Boolean b
	public void setSeriesFilled (int, boolean) 
		int series
		boolean filled
	public void drawSeries (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.PolarPlot, org.jfree.data.xy.XYDataset, int) 
		double theta
		double radius
		java.awt.Point p
		int i
		java.awt.Composite savedComposite
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.PolarPlot plot
		org.jfree.data.xy.XYDataset dataset
		int seriesIndex
		java.awt.Polygon poly
		int numPoints
	public void drawAngularGridLines (java.awt.Graphics2D, org.jfree.chart.plot.PolarPlot, java.util.List, java.awt.geom.Rectangle2D) 
		int x
		int y
		org.jfree.chart.axis.NumberTick tick
		java.awt.Point p
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PolarPlot plot
		java.util.List ticks
		java.awt.geom.Rectangle2D dataArea
		double axisMin
		double maxRadius
		java.awt.Point center
		java.util.Iterator iterator
	public void drawRadialGridLines (java.awt.Graphics2D, org.jfree.chart.plot.PolarPlot, org.jfree.chart.axis.ValueAxis, java.util.List, java.awt.geom.Rectangle2D) 
		org.jfree.chart.axis.NumberTick tick
		java.awt.Point p
		int r
		int upperLeftX
		int upperLeftY
		int d
		java.awt.geom.Ellipse2D ring
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PolarPlot plot
		org.jfree.chart.axis.ValueAxis radialAxis
		java.util.List ticks
		java.awt.geom.Rectangle2D dataArea
		double axisMin
		java.awt.Point center
		java.util.Iterator iterator
	public org.jfree.chart.LegendItem getLegendItem (int) 
		String label
		String description
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.data.xy.XYDataset dataset
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.PolarPlot polarPlot
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.DefaultPolarItemRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.DefaultPolarItemRenderer clone
}

org/jfree/chart/renderer/GrayPaintScale.class
GrayPaintScale.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.GrayPaintScale extends java.lang.Object implements org.jfree.chart.renderer.PaintScale org.jfree.util.PublicCloneable java.io.Serializable  {
	private double lowerBound
	private double upperBound
	public void  () 
	public void  (double, double) 
		double lowerBound
		double upperBound
	public double getLowerBound () 
	public double getUpperBound () 
	public java.awt.Paint getPaint (double) 
		double value
		double v
		int g
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.GrayPaintScale that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/LookupPaintScale$PaintItem.class
LookupPaintScale.java
package org.jfree.chart.renderer
 org.jfree.chart.renderer.LookupPaintScale$PaintItem extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	static final long serialVersionUID
	double value
	transient java.awt.Paint paint
	private final org.jfree.chart.renderer.LookupPaintScale this$0
	public void  (org.jfree.chart.renderer.LookupPaintScale, double, java.awt.Paint) 
		double value
		java.awt.Paint paint
	public int compareTo (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.LookupPaintScale$PaintItem that
		double d1
		double d2
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.LookupPaintScale$PaintItem that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/LookupPaintScale.class
LookupPaintScale.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.LookupPaintScale extends java.lang.Object implements org.jfree.chart.renderer.PaintScale org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private double lowerBound
	private double upperBound
	private transient java.awt.Paint defaultPaint
	private java.util.List lookupTable
	public void  () 
	public void  (double, double, java.awt.Paint) 
		double lowerBound
		double upperBound
		java.awt.Paint defaultPaint
	public java.awt.Paint getDefaultPaint () 
	public double getLowerBound () 
	public double getUpperBound () 
	public void add (java.lang.Number, java.awt.Paint) 
		Number value
		java.awt.Paint paint
	public void add (double, java.awt.Paint) 
		double value
		java.awt.Paint paint
		org.jfree.chart.renderer.LookupPaintScale$PaintItem item
		int index
	public java.awt.Paint getPaint (double) 
		int current
		double value
		int count
		org.jfree.chart.renderer.LookupPaintScale$PaintItem item
		int low
		int high
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.LookupPaintScale that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.LookupPaintScale clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/NotOutlierException.class
NotOutlierException.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.NotOutlierException extends java.lang.Exception {
	public void  (java.lang.String) 
		String message
}

org/jfree/chart/renderer/Outlier.class
Outlier.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.Outlier extends java.lang.Object implements java.lang.Comparable  {
	private java.awt.geom.Point2D point
	private double radius
	public void  (double, double, double) 
		double xCoord
		double yCoord
		double radius
	public java.awt.geom.Point2D getPoint () 
	public void setPoint (java.awt.geom.Point2D) 
		java.awt.geom.Point2D point
	public double getX () 
	public double getY () 
	public double getRadius () 
	public void setRadius (double) 
		double radius
	public int compareTo (java.lang.Object) 
		Object o
		org.jfree.chart.renderer.Outlier outlier
		java.awt.geom.Point2D p1
		java.awt.geom.Point2D p2
	public boolean overlaps (org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.Outlier other
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.Outlier that
	public java.lang.String toString () 
}

org/jfree/chart/renderer/OutlierList.class
OutlierList.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.OutlierList extends java.lang.Object {
	private java.util.List outliers
	private org.jfree.chart.renderer.Outlier averagedOutlier
	private boolean multiple
	public void  (org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.Outlier outlier
	public boolean add (org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.Outlier outlier
	public int getItemCount () 
	public org.jfree.chart.renderer.Outlier getAveragedOutlier () 
	public void setAveragedOutlier (org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.Outlier averagedOutlier
	public boolean isMultiple () 
	public void setMultiple (boolean) 
		boolean multiple
	public boolean isOverlapped (org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.Outlier other
		boolean result
	public void updateAveragedOutlier () 
		org.jfree.chart.renderer.Outlier o
		java.util.Iterator iterator
		double totalXCoords
		double totalYCoords
		int size
}

org/jfree/chart/renderer/OutlierListCollection.class
OutlierListCollection.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.OutlierListCollection extends java.lang.Object {
	private java.util.List outlierLists
	private boolean highFarOut
	private boolean lowFarOut
	public void  () 
	public boolean isHighFarOut () 
	public void setHighFarOut (boolean) 
		boolean farOut
	public boolean isLowFarOut () 
	public void setLowFarOut (boolean) 
		boolean farOut
	public boolean add (org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.OutlierList list
		java.util.Iterator iterator
		boolean updated
		org.jfree.chart.renderer.Outlier outlier
	public java.util.Iterator iterator () 
	private boolean updateOutlierList (org.jfree.chart.renderer.OutlierList, org.jfree.chart.renderer.Outlier) 
		org.jfree.chart.renderer.OutlierList list
		org.jfree.chart.renderer.Outlier outlier
		boolean result
}

org/jfree/chart/renderer/PaintScale.class
PaintScale.java
package org.jfree.chart.renderer
public abstract org.jfree.chart.renderer.PaintScale extends java.lang.Object {
	public abstract double getLowerBound () 
	public abstract double getUpperBound () 
	public abstract java.awt.Paint getPaint (double) 
}

org/jfree/chart/renderer/PolarItemRenderer.class
PolarItemRenderer.java
package org.jfree.chart.renderer
public abstract org.jfree.chart.renderer.PolarItemRenderer extends java.lang.Object {
	public abstract void drawSeries (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.PolarPlot, org.jfree.data.xy.XYDataset, int) 
	public abstract void drawAngularGridLines (java.awt.Graphics2D, org.jfree.chart.plot.PolarPlot, java.util.List, java.awt.geom.Rectangle2D) 
	public abstract void drawRadialGridLines (java.awt.Graphics2D, org.jfree.chart.plot.PolarPlot, org.jfree.chart.axis.ValueAxis, java.util.List, java.awt.geom.Rectangle2D) 
	public abstract org.jfree.chart.LegendItem getLegendItem (int) 
	public abstract org.jfree.chart.plot.PolarPlot getPlot () 
	public abstract void setPlot (org.jfree.chart.plot.PolarPlot) 
	public abstract void addChangeListener (org.jfree.chart.event.RendererChangeListener) 
	public abstract void removeChangeListener (org.jfree.chart.event.RendererChangeListener) 
}

org/jfree/chart/renderer/RendererState.class
RendererState.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.RendererState extends java.lang.Object {
	private org.jfree.chart.plot.PlotRenderingInfo info
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public org.jfree.chart.plot.PlotRenderingInfo getInfo () 
	public org.jfree.chart.entity.EntityCollection getEntityCollection () 
		org.jfree.chart.ChartRenderingInfo owner
		org.jfree.chart.entity.EntityCollection result
}

org/jfree/chart/renderer/RendererUtilities.class
RendererUtilities.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.RendererUtilities extends java.lang.Object {
	public void  () 
	public static int findLiveItemsLowerBound (org.jfree.data.xy.XYDataset, int, double, double) 
		double midV
		int low
		int high
		int mid
		double lowValue
		double highValue
		double midV
		int low
		int high
		int mid
		double lowValue
		double highValue
		int index
		org.jfree.data.xy.XYDataset dataset
		int series
		double xLow
		double xHigh
		int itemCount
	public static int findLiveItemsUpperBound (org.jfree.data.xy.XYDataset, int, double, double) 
		double midV
		int low
		int high
		int mid
		double lowValue
		double highValue
		double midV
		int low
		int high
		int mid
		double lowValue
		double highValue
		int index
		org.jfree.data.xy.XYDataset dataset
		int series
		double xLow
		double xHigh
		int itemCount
	public static int[] findLiveItems (org.jfree.data.xy.XYDataset, int, double, double) 
		org.jfree.data.xy.XYDataset dataset
		int series
		double xLow
		double xHigh
		int i0
		int i1
}

org/jfree/chart/renderer/WaferMapRenderer.class
WaferMapRenderer.java
package org.jfree.chart.renderer
public org.jfree.chart.renderer.WaferMapRenderer extends org.jfree.chart.renderer.AbstractRenderer {
	private java.util.Map paintIndex
	private org.jfree.chart.plot.WaferMapPlot plot
	private int paintLimit
	private static final int DEFAULT_PAINT_LIMIT
	public static final int POSITION_INDEX
	public static final int VALUE_INDEX
	private int paintIndexMethod
	public void  () 
	public void  (int, int) 
		int paintLimit
		int paintIndexMethod
	public void  (java.lang.Integer, java.lang.Integer) 
		Integer paintLimit
		Integer paintIndexMethod
	private boolean isMethodValid (int) 
		int method
	public org.jfree.chart.plot.DrawingSupplier getDrawingSupplier () 
		org.jfree.chart.plot.DrawingSupplier result
		org.jfree.chart.plot.WaferMapPlot p
	public org.jfree.chart.plot.WaferMapPlot getPlot () 
	public void setPlot (org.jfree.chart.plot.WaferMapPlot) 
		org.jfree.chart.plot.WaferMapPlot plot
	public java.awt.Paint getChipColor (java.lang.Number) 
		Number value
	private int getPaintIndex (java.lang.Number) 
		Number value
	private void makePaintIndex () 
		java.util.Iterator i
		int count
		org.jfree.data.general.WaferMapDataset data
		Number dataMin
		Number dataMax
		java.util.Set uniqueValues
	private void makePositionIndex (java.util.Set) 
		java.util.Iterator i
		java.util.Set uniqueValues
		int valuesPerColor
		int count
		int paint
	private void makeValueIndex (java.lang.Number, java.lang.Number, java.util.Set) 
		Number value
		java.util.Iterator i
		Number max
		Number min
		java.util.Set uniqueValues
		double valueRange
		double valueStep
		int paint
		double cutPoint
	public org.jfree.chart.LegendItemCollection getLegendCollection () 
		java.util.Map$Entry entry
		String label
		String description
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.util.Iterator i
		String label
		String description
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		java.util.Map$Entry entry
		java.util.Iterator i
		java.util.Set unique
		org.jfree.chart.LegendItemCollection result
	private java.lang.Number getMinPaintValue (java.lang.Integer) 
		java.util.Map$Entry entry
		java.util.Iterator i
		Integer index
		double minValue
	private java.lang.Number getMaxPaintValue (java.lang.Integer) 
		java.util.Map$Entry entry
		java.util.Iterator i
		Integer index
		double maxValue
}

org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.class
AbstractCategoryItemRenderer.java
package org.jfree.chart.renderer.category
public abstract org.jfree.chart.renderer.category.AbstractCategoryItemRenderer extends org.jfree.chart.renderer.AbstractRenderer implements org.jfree.chart.renderer.category.CategoryItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.plot.CategoryPlot plot
	private org.jfree.chart.labels.CategoryItemLabelGenerator itemLabelGenerator
	private org.jfree.util.ObjectList itemLabelGeneratorList
	private org.jfree.chart.labels.CategoryItemLabelGenerator baseItemLabelGenerator
	private org.jfree.chart.labels.CategoryToolTipGenerator toolTipGenerator
	private org.jfree.util.ObjectList toolTipGeneratorList
	private org.jfree.chart.labels.CategoryToolTipGenerator baseToolTipGenerator
	private org.jfree.chart.urls.CategoryURLGenerator itemURLGenerator
	private org.jfree.util.ObjectList itemURLGeneratorList
	private org.jfree.chart.urls.CategoryURLGenerator baseItemURLGenerator
	private org.jfree.chart.labels.CategorySeriesLabelGenerator legendItemLabelGenerator
	private org.jfree.chart.labels.CategorySeriesLabelGenerator legendItemToolTipGenerator
	private org.jfree.chart.labels.CategorySeriesLabelGenerator legendItemURLGenerator
	private transient int rowCount
	private transient int columnCount
	protected void  () 
	public int getPassCount () 
	public org.jfree.chart.plot.CategoryPlot getPlot () 
	public void setPlot (org.jfree.chart.plot.CategoryPlot) 
		org.jfree.chart.plot.CategoryPlot plot
	public org.jfree.chart.labels.CategoryItemLabelGenerator getItemLabelGenerator (int, int) 
		int row
		int column
	public org.jfree.chart.labels.CategoryItemLabelGenerator getSeriesItemLabelGenerator (int) 
		int series
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public void setItemLabelGenerator (org.jfree.chart.labels.CategoryItemLabelGenerator) 
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public void setSeriesItemLabelGenerator (int, org.jfree.chart.labels.CategoryItemLabelGenerator) 
		int series
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public org.jfree.chart.labels.CategoryItemLabelGenerator getBaseItemLabelGenerator () 
	public void setBaseItemLabelGenerator (org.jfree.chart.labels.CategoryItemLabelGenerator) 
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public org.jfree.chart.labels.CategoryToolTipGenerator getToolTipGenerator (int, int) 
		int row
		int column
		org.jfree.chart.labels.CategoryToolTipGenerator result
	public org.jfree.chart.labels.CategoryToolTipGenerator getToolTipGenerator () 
	public void setToolTipGenerator (org.jfree.chart.labels.CategoryToolTipGenerator) 
		org.jfree.chart.labels.CategoryToolTipGenerator generator
	public org.jfree.chart.labels.CategoryToolTipGenerator getSeriesToolTipGenerator (int) 
		int series
	public void setSeriesToolTipGenerator (int, org.jfree.chart.labels.CategoryToolTipGenerator) 
		int series
		org.jfree.chart.labels.CategoryToolTipGenerator generator
	public org.jfree.chart.labels.CategoryToolTipGenerator getBaseToolTipGenerator () 
	public void setBaseToolTipGenerator (org.jfree.chart.labels.CategoryToolTipGenerator) 
		org.jfree.chart.labels.CategoryToolTipGenerator generator
	public org.jfree.chart.urls.CategoryURLGenerator getItemURLGenerator (int, int) 
		int row
		int column
	public org.jfree.chart.urls.CategoryURLGenerator getSeriesItemURLGenerator (int) 
		int series
		org.jfree.chart.urls.CategoryURLGenerator generator
	public void setItemURLGenerator (org.jfree.chart.urls.CategoryURLGenerator) 
		org.jfree.chart.urls.CategoryURLGenerator generator
	public void setSeriesItemURLGenerator (int, org.jfree.chart.urls.CategoryURLGenerator) 
		int series
		org.jfree.chart.urls.CategoryURLGenerator generator
	public org.jfree.chart.urls.CategoryURLGenerator getBaseItemURLGenerator () 
	public void setBaseItemURLGenerator (org.jfree.chart.urls.CategoryURLGenerator) 
		org.jfree.chart.urls.CategoryURLGenerator generator
	public int getRowCount () 
	public int getColumnCount () 
	protected org.jfree.chart.renderer.category.CategoryItemRendererState createState (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public org.jfree.chart.renderer.category.CategoryItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.data.category.CategoryDataset data
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public void drawBackground (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
	public void drawOutline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
	public void drawDomainGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, double) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.geom.Line2D line
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void drawRangeGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double value
		org.jfree.data.Range range
		org.jfree.chart.plot.PlotOrientation orientation
		double v
		java.awt.geom.Line2D line
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void drawDomainMarker (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.plot.CategoryMarker, java.awt.geom.Rectangle2D) 
		double v
		java.awt.geom.Line2D line
		double v0
		double v1
		java.awt.geom.Rectangle2D area
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis axis
		org.jfree.chart.plot.CategoryMarker marker
		java.awt.geom.Rectangle2D dataArea
		Comparable category
		org.jfree.data.category.CategoryDataset dataset
		int columnIndex
		java.awt.Composite savedComposite
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D bounds
		String label
		org.jfree.ui.RectangleAnchor anchor
	public void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		java.awt.Composite savedComposite
		org.jfree.chart.plot.PlotOrientation orientation
		double v
		java.awt.geom.Line2D line
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.GradientPaint gp
		org.jfree.ui.GradientPaintTransformer t
		java.awt.geom.Line2D line
		double x0
		double x1
		java.awt.geom.Line2D line
		double y0
		double y1
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.IntervalMarker im
		double start
		double end
		org.jfree.data.Range range
		java.awt.Composite savedComposite
		double start2d
		double end2d
		double low
		double high
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D rect
		java.awt.Paint p
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
	protected java.awt.geom.Point2D calculateDomainMarkerTextAnchorPoint (java.awt.Graphics2D, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleInsets, org.jfree.ui.LengthAdjustmentType, org.jfree.ui.RectangleAnchor) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D markerArea
		org.jfree.ui.RectangleInsets markerOffset
		org.jfree.ui.LengthAdjustmentType labelOffsetType
		org.jfree.ui.RectangleAnchor anchor
		java.awt.geom.Rectangle2D anchorRect
	protected java.awt.geom.Point2D calculateRangeMarkerTextAnchorPoint (java.awt.Graphics2D, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleInsets, org.jfree.ui.LengthAdjustmentType, org.jfree.ui.RectangleAnchor) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D markerArea
		org.jfree.ui.RectangleInsets markerOffset
		org.jfree.ui.LengthAdjustmentType labelOffsetType
		org.jfree.ui.RectangleAnchor anchor
		java.awt.geom.Rectangle2D anchorRect
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.chart.LegendItem item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.AbstractCategoryItemRenderer that
	public int hashCode () 
		int result
	public org.jfree.chart.plot.DrawingSupplier getDrawingSupplier () 
		org.jfree.chart.plot.DrawingSupplier result
		org.jfree.chart.plot.CategoryPlot cp
	protected void drawItemLabel (java.awt.Graphics2D, org.jfree.chart.plot.PlotOrientation, org.jfree.data.category.CategoryDataset, int, int, double, double, boolean) 
		java.awt.Font labelFont
		java.awt.Paint paint
		String label
		org.jfree.chart.labels.ItemLabelPosition position
		java.awt.geom.Point2D anchorPoint
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		double x
		double y
		boolean negative
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.chart.renderer.category.AbstractCategoryItemRenderer clone
	protected org.jfree.chart.axis.CategoryAxis getDomainAxis (org.jfree.chart.plot.CategoryPlot, int) 
		org.jfree.chart.plot.CategoryPlot plot
		int index
		org.jfree.chart.axis.CategoryAxis result
	protected org.jfree.chart.axis.ValueAxis getRangeAxis (org.jfree.chart.plot.CategoryPlot, int) 
		org.jfree.chart.plot.CategoryPlot plot
		int index
		org.jfree.chart.axis.ValueAxis result
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.LegendItem item
		int i
		int seriesCount
		org.jfree.chart.LegendItemCollection result
		int index
		org.jfree.data.category.CategoryDataset dataset
	public org.jfree.chart.labels.CategorySeriesLabelGenerator getLegendItemLabelGenerator () 
	public void setLegendItemLabelGenerator (org.jfree.chart.labels.CategorySeriesLabelGenerator) 
		org.jfree.chart.labels.CategorySeriesLabelGenerator generator
	public org.jfree.chart.labels.CategorySeriesLabelGenerator getLegendItemToolTipGenerator () 
	public void setLegendItemToolTipGenerator (org.jfree.chart.labels.CategorySeriesLabelGenerator) 
		org.jfree.chart.labels.CategorySeriesLabelGenerator generator
	public org.jfree.chart.labels.CategorySeriesLabelGenerator getLegendItemURLGenerator () 
	public void setLegendItemURLGenerator (org.jfree.chart.labels.CategorySeriesLabelGenerator) 
		org.jfree.chart.labels.CategorySeriesLabelGenerator generator
	protected void addItemEntity (org.jfree.chart.entity.EntityCollection, org.jfree.data.category.CategoryDataset, int, int, java.awt.Shape) 
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		java.awt.Shape hotspot
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.urls.CategoryURLGenerator urlster
		org.jfree.chart.entity.CategoryItemEntity entity
}

org/jfree/chart/renderer/category/AreaRenderer.class
AreaRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.AreaRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.renderer.AreaRendererEndType endType
	public void  () 
	public org.jfree.chart.renderer.AreaRendererEndType getEndType () 
	public void setEndType (org.jfree.chart.renderer.AreaRendererEndType) 
		org.jfree.chart.renderer.AreaRendererEndType type
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot cp
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.chart.LegendItem result
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		Number n0
		Number n2
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge axisEdge
		int count
		float x0
		float x1
		float x2
		double yy1
		double yy0
		double yy2
		org.jfree.ui.RectangleEdge edge
		float y0
		float y1
		float y2
		float yz
		java.awt.geom.GeneralPath area
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.AreaRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/category/BarRenderer.class
BarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.BarRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_ITEM_MARGIN
	public static final double BAR_OUTLINE_WIDTH_THRESHOLD
	private double itemMargin
	private boolean drawBarOutline
	private double maximumBarWidth
	private double minimumBarLength
	private org.jfree.ui.GradientPaintTransformer gradientPaintTransformer
	private org.jfree.chart.labels.ItemLabelPosition positiveItemLabelPositionFallback
	private org.jfree.chart.labels.ItemLabelPosition negativeItemLabelPositionFallback
	private double upperClip
	private double lowerClip
	private double base
	private boolean includeBaseInRange
	public void  () 
	public double getBase () 
	public void setBase (double) 
		double base
	public double getItemMargin () 
	public void setItemMargin (double) 
		double percent
	public boolean isDrawBarOutline () 
	public void setDrawBarOutline (boolean) 
		boolean draw
	public double getMaximumBarWidth () 
	public void setMaximumBarWidth (double) 
		double percent
	public double getMinimumBarLength () 
	public void setMinimumBarLength (double) 
		double min
	public org.jfree.ui.GradientPaintTransformer getGradientPaintTransformer () 
	public void setGradientPaintTransformer (org.jfree.ui.GradientPaintTransformer) 
		org.jfree.ui.GradientPaintTransformer transformer
	public org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPositionFallback () 
	public void setPositiveItemLabelPositionFallback (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPositionFallback () 
	public void setNegativeItemLabelPositionFallback (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public boolean getIncludeBaseInRange () 
	public void setIncludeBaseInRange (boolean) 
		boolean include
	public double getLowerClip () 
	public double getUpperClip () 
	public org.jfree.chart.renderer.category.CategoryItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.ValueAxis rangeAxis
	protected void calculateBarWidth (org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, int, org.jfree.chart.renderer.category.CategoryItemRendererState) 
		int columns
		int rows
		double space
		org.jfree.chart.plot.PlotOrientation orientation
		double maxWidth
		double categoryMargin
		double currentItemMargin
		double used
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		int rendererIndex
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.data.category.CategoryDataset dataset
	protected double calculateBarW0 (org.jfree.chart.plot.CategoryPlot, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.renderer.category.CategoryItemRendererState, int, int) 
		double seriesGap
		double seriesW
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		int row
		int column
		double space
		double barW0
		int seriesCount
		int categoryCount
	protected double[] calculateBarL0L1 (double) 
		double value
		double lclip
		double uclip
		double barLow
		double barHigh
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.data.Range result
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot cp
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.chart.LegendItem result
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		java.awt.Stroke stroke
		java.awt.Paint paint
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number dataValue
		double value
		org.jfree.chart.plot.PlotOrientation orientation
		double barW0
		double[] barL0L1
		org.jfree.ui.RectangleEdge edge
		double transL0
		double transL1
		double barL0
		double barLength
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		org.jfree.ui.GradientPaintTransformer t
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		org.jfree.chart.entity.EntityCollection entities
	protected double calculateSeriesWidth (double, org.jfree.chart.axis.CategoryAxis, int, int) 
		double space
		org.jfree.chart.axis.CategoryAxis axis
		int categories
		int series
		double factor
	protected void drawItemLabel (java.awt.Graphics2D, org.jfree.data.category.CategoryDataset, int, int, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.labels.CategoryItemLabelGenerator, java.awt.geom.Rectangle2D, boolean) 
		java.awt.Shape bounds
		java.awt.Graphics2D g2
		org.jfree.data.category.CategoryDataset data
		int row
		int column
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		java.awt.geom.Rectangle2D bar
		boolean negative
		String label
		java.awt.Font labelFont
		java.awt.Paint paint
		org.jfree.chart.labels.ItemLabelPosition position
		java.awt.geom.Point2D anchorPoint
	private java.awt.geom.Point2D calculateLabelAnchorPoint (org.jfree.chart.labels.ItemLabelAnchor, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.labels.ItemLabelAnchor anchor
		java.awt.geom.Rectangle2D bar
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Point2D result
		double offset
		double x0
		double x1
		double x2
		double x3
		double x4
		double x5
		double x6
		double y0
		double y1
		double y2
		double y3
		double y4
		double y5
		double y6
	private boolean isInternalAnchor (org.jfree.chart.labels.ItemLabelAnchor) 
		org.jfree.chart.labels.ItemLabelAnchor anchor
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.BarRenderer that
}

org/jfree/chart/renderer/category/BarRenderer3D.class
BarRenderer3D.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.BarRenderer3D extends org.jfree.chart.renderer.category.BarRenderer implements org.jfree.chart.Effect3D java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_X_OFFSET
	public static final double DEFAULT_Y_OFFSET
	public static final java.awt.Paint DEFAULT_WALL_PAINT
	private double xOffset
	private double yOffset
	private transient java.awt.Paint wallPaint
	public void  () 
	public void  (double, double) 
		double xOffset
		double yOffset
		org.jfree.chart.labels.ItemLabelPosition p1
		org.jfree.chart.labels.ItemLabelPosition p2
	public double getXOffset () 
	public double getYOffset () 
	public java.awt.Paint getWallPaint () 
	public void setWallPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.chart.renderer.category.CategoryItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		java.awt.geom.Rectangle2D adjusted
		org.jfree.chart.renderer.category.CategoryItemRendererState state
	public void drawBackground (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D adjusted
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		float x0
		float x1
		float x3
		float x2
		float y0
		float y1
		float y3
		float y2
		java.awt.geom.GeneralPath clip
		java.awt.Composite originalComposite
		java.awt.Paint backgroundPaint
		java.awt.geom.GeneralPath leftWall
		java.awt.geom.GeneralPath bottomWall
		java.awt.geom.Line2D corner
		java.awt.Image backgroundImage
	public void drawOutline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		float x0
		float x1
		float x3
		float x2
		float y0
		float y1
		float y3
		float y2
		java.awt.geom.GeneralPath clip
		java.awt.Stroke outlineStroke
		java.awt.Paint outlinePaint
	public void drawDomainGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, double) 
		double y0
		double y1
		double x0
		double x1
		double x2
		double x0
		double x1
		double y0
		double y1
		double y2
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.geom.Line2D line1
		java.awt.geom.Line2D line2
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void drawRangeGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double) 
		double x0
		double x1
		double y0
		double y1
		double y2
		double y0
		double y1
		double x0
		double x1
		double x2
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double value
		org.jfree.data.Range range
		java.awt.geom.Rectangle2D adjusted
		java.awt.geom.Line2D line1
		java.awt.geom.Line2D line2
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		float x
		float y
		float y
		float x
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		java.awt.geom.GeneralPath path
		org.jfree.chart.plot.PlotOrientation orientation
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D adjusted
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		java.awt.geom.GeneralPath barOutline
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number dataValue
		double value
		java.awt.geom.Rectangle2D adjusted
		org.jfree.chart.plot.PlotOrientation orientation
		double barW0
		double[] barL0L1
		org.jfree.ui.RectangleEdge edge
		double transL0
		double transL1
		double barL0
		double barLength
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		double x0
		double x1
		double x2
		double x3
		double y0
		double y1
		double y2
		double y3
		java.awt.geom.GeneralPath bar3dRight
		java.awt.geom.GeneralPath bar3dTop
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		org.jfree.chart.entity.EntityCollection entities
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.BarRenderer3D that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.class
BoxAndWhiskerRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.BoxAndWhiskerRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint artifactPaint
	private boolean fillBox
	private double itemMargin
	public void  () 
	public java.awt.Paint getArtifactPaint () 
	public void setArtifactPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getFillBox () 
	public void setFillBox (boolean) 
		boolean flag
	public double getItemMargin () 
	public void setItemMargin (double) 
		double margin
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot cp
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.chart.LegendItem result
	public org.jfree.chart.renderer.category.CategoryItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, int, org.jfree.chart.plot.PlotRenderingInfo) 
		int columns
		int rows
		double space
		org.jfree.chart.plot.PlotOrientation orientation
		double categoryMargin
		double currentItemMargin
		double used
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.data.category.CategoryDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
	public void drawHorizontalItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int) 
		double seriesGap
		double usedWidth
		double offset
		double offset
		double xxQ1
		double xxQ3
		double xxMax
		double xxMin
		double yymid
		java.awt.geom.Ellipse2D$Double avgEllipse
		double xxMean
		double xxMedian
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		org.jfree.data.statistics.BoxAndWhiskerCategoryDataset bawDataset
		double categoryEnd
		double categoryStart
		double categoryWidth
		double yy
		int seriesCount
		int categoryCount
		java.awt.Paint p
		java.awt.Stroke s
		org.jfree.ui.RectangleEdge location
		Number xQ1
		Number xQ3
		Number xMax
		Number xMin
		java.awt.Shape box
		double aRadius
		Number xMean
		Number xMedian
	public void drawVerticalItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int) 
		double seriesGap
		double usedWidth
		double offset
		double offset
		double yyQ1
		double yyQ3
		double yyMax
		double yyMin
		double xxmid
		java.awt.geom.Ellipse2D$Double avgEllipse
		double yyMedian
		double yyOutlier
		double yyOutlier
		double outlier
		Number minOutlier
		Number maxOutlier
		Number minRegular
		Number maxRegular
		int i
		org.jfree.chart.renderer.Outlier outlier
		java.util.Iterator iterator
		org.jfree.chart.renderer.OutlierList list
		org.jfree.chart.renderer.Outlier outlier
		java.awt.geom.Point2D point
		java.util.Iterator iterator
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		org.jfree.data.statistics.BoxAndWhiskerCategoryDataset bawDataset
		double categoryEnd
		double categoryStart
		double categoryWidth
		double xx
		int seriesCount
		int categoryCount
		double yyAverage
		java.awt.Paint p
		java.awt.Stroke s
		double aRadius
		org.jfree.ui.RectangleEdge location
		Number yQ1
		Number yQ3
		Number yMax
		Number yMin
		java.awt.Shape box
		Number yMean
		Number yMedian
		double maxAxisValue
		double minAxisValue
		double oRadius
		java.util.List outliers
		org.jfree.chart.renderer.OutlierListCollection outlierListCollection
		java.util.List yOutliers
	private void drawEllipse (java.awt.geom.Point2D, double, java.awt.Graphics2D) 
		java.awt.geom.Point2D point
		double oRadius
		java.awt.Graphics2D g2
		java.awt.geom.Ellipse2D dot
	private void drawMultipleEllipse (java.awt.geom.Point2D, double, double, java.awt.Graphics2D) 
		java.awt.geom.Point2D point
		double boxWidth
		double oRadius
		java.awt.Graphics2D g2
		java.awt.geom.Ellipse2D dot1
		java.awt.geom.Ellipse2D dot2
	private void drawHighFarOut (double, java.awt.Graphics2D, double, double) 
		double aRadius
		java.awt.Graphics2D g2
		double xx
		double m
		double side
	private void drawLowFarOut (double, java.awt.Graphics2D, double, double) 
		double aRadius
		java.awt.Graphics2D g2
		double xx
		double m
		double side
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.BoxAndWhiskerRenderer that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/category/CategoryItemRenderer.class
CategoryItemRenderer.java
package org.jfree.chart.renderer.category
public abstract org.jfree.chart.renderer.category.CategoryItemRenderer extends java.lang.Object implements org.jfree.chart.LegendItemSource  {
	public abstract int getPassCount () 
	public abstract org.jfree.chart.plot.CategoryPlot getPlot () 
	public abstract void setPlot (org.jfree.chart.plot.CategoryPlot) 
	public abstract void addChangeListener (org.jfree.chart.event.RendererChangeListener) 
	public abstract void removeChangeListener (org.jfree.chart.event.RendererChangeListener) 
	public abstract org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
	public abstract org.jfree.chart.renderer.category.CategoryItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, int, org.jfree.chart.plot.PlotRenderingInfo) 
	public abstract boolean getItemVisible (int, int) 
	public abstract boolean isSeriesVisible (int) 
	public abstract java.lang.Boolean getSeriesVisible () 
	public abstract void setSeriesVisible (java.lang.Boolean) 
	public abstract void setSeriesVisible (java.lang.Boolean, boolean) 
	public abstract java.lang.Boolean getSeriesVisible (int) 
	public abstract void setSeriesVisible (int, java.lang.Boolean) 
	public abstract void setSeriesVisible (int, java.lang.Boolean, boolean) 
	public abstract boolean getBaseSeriesVisible () 
	public abstract void setBaseSeriesVisible (boolean) 
	public abstract void setBaseSeriesVisible (boolean, boolean) 
	public abstract boolean isSeriesVisibleInLegend (int) 
	public abstract java.lang.Boolean getSeriesVisibleInLegend () 
	public abstract void setSeriesVisibleInLegend (java.lang.Boolean) 
	public abstract void setSeriesVisibleInLegend (java.lang.Boolean, boolean) 
	public abstract java.lang.Boolean getSeriesVisibleInLegend (int) 
	public abstract void setSeriesVisibleInLegend (int, java.lang.Boolean) 
	public abstract void setSeriesVisibleInLegend (int, java.lang.Boolean, boolean) 
	public abstract boolean getBaseSeriesVisibleInLegend () 
	public abstract void setBaseSeriesVisibleInLegend (boolean) 
	public abstract void setBaseSeriesVisibleInLegend (boolean, boolean) 
	public abstract java.awt.Paint getItemPaint (int, int) 
	public abstract void setPaint (java.awt.Paint) 
	public abstract java.awt.Paint getSeriesPaint (int) 
	public abstract void setSeriesPaint (int, java.awt.Paint) 
	public abstract java.awt.Paint getBasePaint () 
	public abstract void setBasePaint (java.awt.Paint) 
	public abstract java.awt.Paint getItemOutlinePaint (int, int) 
	public abstract void setOutlinePaint (java.awt.Paint) 
	public abstract java.awt.Paint getSeriesOutlinePaint (int) 
	public abstract void setSeriesOutlinePaint (int, java.awt.Paint) 
	public abstract java.awt.Paint getBaseOutlinePaint () 
	public abstract void setBaseOutlinePaint (java.awt.Paint) 
	public abstract java.awt.Stroke getItemStroke (int, int) 
	public abstract void setStroke (java.awt.Stroke) 
	public abstract java.awt.Stroke getSeriesStroke (int) 
	public abstract void setSeriesStroke (int, java.awt.Stroke) 
	public abstract java.awt.Stroke getBaseStroke () 
	public abstract void setBaseStroke (java.awt.Stroke) 
	public abstract java.awt.Stroke getItemOutlineStroke (int, int) 
	public abstract void setOutlineStroke (java.awt.Stroke) 
	public abstract java.awt.Stroke getSeriesOutlineStroke (int) 
	public abstract void setSeriesOutlineStroke (int, java.awt.Stroke) 
	public abstract java.awt.Stroke getBaseOutlineStroke () 
	public abstract void setBaseOutlineStroke (java.awt.Stroke) 
	public abstract java.awt.Shape getItemShape (int, int) 
	public abstract void setShape (java.awt.Shape) 
	public abstract java.awt.Shape getSeriesShape (int) 
	public abstract void setSeriesShape (int, java.awt.Shape) 
	public abstract java.awt.Shape getBaseShape () 
	public abstract void setBaseShape (java.awt.Shape) 
	public abstract boolean isItemLabelVisible (int, int) 
	public abstract void setItemLabelsVisible (boolean) 
	public abstract void setItemLabelsVisible (java.lang.Boolean) 
	public abstract void setItemLabelsVisible (java.lang.Boolean, boolean) 
	public abstract boolean isSeriesItemLabelsVisible (int) 
	public abstract void setSeriesItemLabelsVisible (int, boolean) 
	public abstract void setSeriesItemLabelsVisible (int, java.lang.Boolean) 
	public abstract void setSeriesItemLabelsVisible (int, java.lang.Boolean, boolean) 
	public abstract java.lang.Boolean getBaseItemLabelsVisible () 
	public abstract void setBaseItemLabelsVisible (boolean) 
	public abstract void setBaseItemLabelsVisible (java.lang.Boolean) 
	public abstract void setBaseItemLabelsVisible (java.lang.Boolean, boolean) 
	public abstract org.jfree.chart.labels.CategoryItemLabelGenerator getItemLabelGenerator (int, int) 
	public abstract void setItemLabelGenerator (org.jfree.chart.labels.CategoryItemLabelGenerator) 
	public abstract org.jfree.chart.labels.CategoryItemLabelGenerator getSeriesItemLabelGenerator (int) 
	public abstract void setSeriesItemLabelGenerator (int, org.jfree.chart.labels.CategoryItemLabelGenerator) 
	public abstract org.jfree.chart.labels.CategoryItemLabelGenerator getBaseItemLabelGenerator () 
	public abstract void setBaseItemLabelGenerator (org.jfree.chart.labels.CategoryItemLabelGenerator) 
	public abstract org.jfree.chart.labels.CategoryToolTipGenerator getToolTipGenerator (int, int) 
	public abstract org.jfree.chart.labels.CategoryToolTipGenerator getToolTipGenerator () 
	public abstract void setToolTipGenerator (org.jfree.chart.labels.CategoryToolTipGenerator) 
	public abstract org.jfree.chart.labels.CategoryToolTipGenerator getSeriesToolTipGenerator (int) 
	public abstract void setSeriesToolTipGenerator (int, org.jfree.chart.labels.CategoryToolTipGenerator) 
	public abstract org.jfree.chart.labels.CategoryToolTipGenerator getBaseToolTipGenerator () 
	public abstract void setBaseToolTipGenerator (org.jfree.chart.labels.CategoryToolTipGenerator) 
	public abstract java.awt.Font getItemLabelFont (int, int) 
	public abstract java.awt.Font getItemLabelFont () 
	public abstract void setItemLabelFont (java.awt.Font) 
	public abstract java.awt.Font getSeriesItemLabelFont (int) 
	public abstract void setSeriesItemLabelFont (int, java.awt.Font) 
	public abstract java.awt.Font getBaseItemLabelFont () 
	public abstract void setBaseItemLabelFont (java.awt.Font) 
	public abstract java.awt.Paint getItemLabelPaint (int, int) 
	public abstract java.awt.Paint getItemLabelPaint () 
	public abstract void setItemLabelPaint (java.awt.Paint) 
	public abstract java.awt.Paint getSeriesItemLabelPaint (int) 
	public abstract void setSeriesItemLabelPaint (int, java.awt.Paint) 
	public abstract java.awt.Paint getBaseItemLabelPaint () 
	public abstract void setBaseItemLabelPaint (java.awt.Paint) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPosition (int, int) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPosition () 
	public abstract void setPositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setPositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getSeriesPositiveItemLabelPosition (int) 
	public abstract void setSeriesPositiveItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setSeriesPositiveItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getBasePositiveItemLabelPosition () 
	public abstract void setBasePositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setBasePositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPosition (int, int) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPosition () 
	public abstract void setNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getSeriesNegativeItemLabelPosition (int) 
	public abstract void setSeriesNegativeItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setSeriesNegativeItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getBaseNegativeItemLabelPosition () 
	public abstract void setBaseNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setBaseNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.urls.CategoryURLGenerator getItemURLGenerator (int, int) 
	public abstract void setItemURLGenerator (org.jfree.chart.urls.CategoryURLGenerator) 
	public abstract org.jfree.chart.urls.CategoryURLGenerator getSeriesItemURLGenerator (int) 
	public abstract void setSeriesItemURLGenerator (int, org.jfree.chart.urls.CategoryURLGenerator) 
	public abstract org.jfree.chart.urls.CategoryURLGenerator getBaseItemURLGenerator () 
	public abstract void setBaseItemURLGenerator (org.jfree.chart.urls.CategoryURLGenerator) 
	public abstract org.jfree.chart.LegendItem getLegendItem (int, int) 
	public abstract void drawBackground (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
	public abstract void drawOutline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
	public abstract void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
	public abstract void drawDomainGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, double) 
	public abstract void drawRangeGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double) 
	public abstract void drawDomainMarker (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.plot.CategoryMarker, java.awt.geom.Rectangle2D) 
	public abstract void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
}

org/jfree/chart/renderer/category/CategoryItemRendererState.class
CategoryItemRendererState.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.CategoryItemRendererState extends org.jfree.chart.renderer.RendererState {
	private double barWidth
	private double seriesRunningTotal
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public double getBarWidth () 
	public void setBarWidth (double) 
		double width
	public double getSeriesRunningTotal () 
	void setSeriesRunningTotal (double) 
		double total
}

org/jfree/chart/renderer/category/CategoryStepRenderer$State.class
CategoryStepRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.CategoryStepRenderer$State extends org.jfree.chart.renderer.category.CategoryItemRendererState {
	public java.awt.geom.Line2D line
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
}

org/jfree/chart/renderer/category/CategoryStepRenderer.class
CategoryStepRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.CategoryStepRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int STAGGER_WIDTH
	private boolean stagger
	public void  () 
	public void  (boolean) 
		boolean stagger
	public boolean getStagger () 
	public void setStagger (boolean) 
		boolean shouldStagger
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot p
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		org.jfree.chart.LegendItem item
	protected org.jfree.chart.renderer.category.CategoryItemRendererState createState (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	protected void drawLine (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryStepRenderer$State, org.jfree.chart.plot.PlotOrientation, double, double, double, double) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryStepRenderer$State state
		org.jfree.chart.plot.PlotOrientation orientation
		double x0
		double y0
		double x1
		double y1
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		int xStagger
		double previous
		double x0s
		double x0
		double x0e
		double y0
		Number previousValue
		java.awt.geom.Rectangle2D hotspot
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number value
		org.jfree.chart.plot.PlotOrientation orientation
		double x1s
		double x1
		double x1e
		double y1
		org.jfree.chart.entity.EntityCollection entities
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.CategoryStepRenderer that
}

org/jfree/chart/renderer/category/DefaultCategoryItemRenderer.class
DefaultCategoryItemRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.DefaultCategoryItemRenderer extends org.jfree.chart.renderer.category.LineAndShapeRenderer implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
}

org/jfree/chart/renderer/category/GanttRenderer.class
GanttRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.GanttRenderer extends org.jfree.chart.renderer.category.IntervalBarRenderer implements java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint completePaint
	private transient java.awt.Paint incompletePaint
	private double startPercent
	private double endPercent
	public void  () 
	public java.awt.Paint getCompletePaint () 
	public void setCompletePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getIncompletePaint () 
	public void setIncompletePaint (java.awt.Paint) 
		java.awt.Paint paint
	public double getStartPercent () 
	public void setStartPercent (double) 
		double percent
	public double getEndPercent () 
	public void setEndPercent (double) 
		double percent
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		org.jfree.data.gantt.GanttCategoryDataset gcd
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
	protected void drawTasks (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.gantt.GanttCategoryDataset, int, int) 
		double temp
		double p
		String tip
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.ui.RectangleEdge rangeAxisLocation
		Number value0
		double translatedValue0
		Number value1
		double translatedValue1
		double rectStart
		double rectLength
		double rectBreadth
		java.awt.geom.Rectangle2D bar
		java.awt.geom.Rectangle2D completeBar
		java.awt.geom.Rectangle2D incompleteBar
		Number percent
		double start
		double end
		java.awt.Paint seriesPaint
		int subinterval
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.gantt.GanttCategoryDataset dataset
		int row
		int column
		int count
	protected void drawTask (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.gantt.GanttCategoryDataset, int, int) 
		double temp
		Number tempNum
		double p
		java.awt.Stroke stroke
		java.awt.Paint paint
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.gantt.GanttCategoryDataset dataset
		int row
		int column
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge rangeAxisLocation
		Number value0
		double java2dValue0
		Number value1
		double java2dValue1
		double rectStart
		double rectBreadth
		double rectLength
		java.awt.geom.Rectangle2D bar
		java.awt.geom.Rectangle2D completeBar
		java.awt.geom.Rectangle2D incompleteBar
		Number percent
		double start
		double end
		java.awt.Paint seriesPaint
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.GanttRenderer that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/category/GroupedStackedBarRenderer.class
GroupedStackedBarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.GroupedStackedBarRenderer extends org.jfree.chart.renderer.category.StackedBarRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.KeyToGroupMap seriesToGroupMap
	public void  () 
	public void setSeriesToGroupMap (org.jfree.data.KeyToGroupMap) 
		org.jfree.data.KeyToGroupMap map
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.data.Range r
	protected void calculateBarWidth (org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, int, org.jfree.chart.renderer.category.CategoryItemRendererState) 
		org.jfree.chart.plot.PlotOrientation orientation
		double space
		double maxWidth
		int groups
		int categories
		int columns
		double categoryMargin
		double itemMargin
		double used
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		int rendererIndex
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis xAxis
		org.jfree.data.category.CategoryDataset data
	protected double calculateBarW0 (org.jfree.chart.plot.CategoryPlot, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.renderer.category.CategoryItemRendererState, int, int) 
		double groupGap
		double groupW
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		int row
		int column
		double space
		double barW0
		int groupCount
		int groupIndex
		int categoryCount
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double d
		Number v
		int i
		double translatedBase
		double translatedValue
		java.awt.GradientPaint gp
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number dataValue
		double value
		Comparable group
		org.jfree.chart.plot.PlotOrientation orientation
		double barW0
		double positiveBase
		double negativeBase
		double translatedBase
		double translatedValue
		org.jfree.ui.RectangleEdge location
		double barL0
		double barLength
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.GroupedStackedBarRenderer that
}

org/jfree/chart/renderer/category/IntervalBarRenderer.class
IntervalBarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.IntervalBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements org.jfree.chart.renderer.category.CategoryItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		org.jfree.data.category.IntervalCategoryDataset d
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
	protected void drawInterval (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.IntervalCategoryDataset, int, int) 
		double temp
		Number tempNum
		double seriesGap
		double seriesGap
		java.awt.Stroke stroke
		java.awt.Paint paint
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.IntervalCategoryDataset dataset
		int row
		int column
		int seriesCount
		int categoryCount
		org.jfree.chart.plot.PlotOrientation orientation
		double rectX
		double rectY
		org.jfree.ui.RectangleEdge domainAxisLocation
		org.jfree.ui.RectangleEdge rangeAxisLocation
		Number value0
		double java2dValue0
		Number value1
		double java2dValue1
		double rectWidth
		double rectHeight
		java.awt.geom.Rectangle2D bar
		java.awt.Paint seriesPaint
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
}

org/jfree/chart/renderer/category/LayeredBarRenderer.class
LayeredBarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.LayeredBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements java.io.Serializable  {
	private static final long serialVersionUID
	protected org.jfree.util.ObjectList seriesBarWidthList
	public void  () 
	public double getSeriesBarWidth (int) 
		int series
		double result
		Number n
	public void setSeriesBarWidth (int, double) 
		int series
		double width
	protected void calculateBarWidth (org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, int, org.jfree.chart.renderer.category.CategoryItemRendererState) 
		int columns
		int rows
		double space
		org.jfree.chart.plot.PlotOrientation orientation
		double maxWidth
		double categoryMargin
		double used
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		int rendererIndex
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.data.category.CategoryDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset data
		int row
		int column
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
	protected void drawHorizontalItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int) 
		java.awt.Stroke stroke
		java.awt.Paint paint
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset data
		int row
		int column
		Number dataValue
		double value
		double base
		double lclip
		double uclip
		org.jfree.ui.RectangleEdge edge
		double transX1
		double transX2
		double rectX
		double rectWidth
		double rectY
		int seriesCount
		double shift
		double rectHeight
		double widthFactor
		double seriesBarWidth
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		org.jfree.ui.GradientPaintTransformer t
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	protected void drawVerticalItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int) 
		java.awt.Stroke stroke
		java.awt.Paint paint
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset data
		int row
		int column
		Number dataValue
		double rectX
		int seriesCount
		double value
		double base
		double lclip
		double uclip
		org.jfree.ui.RectangleEdge edge
		double transY1
		double transY2
		double rectY
		double rectWidth
		double rectHeight
		double shift
		double widthFactor
		double seriesBarWidth
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		org.jfree.ui.GradientPaintTransformer t
		double transX1
		double transX2
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
}

org/jfree/chart/renderer/category/LevelRenderer.class
LevelRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.LevelRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_ITEM_MARGIN
	private double itemMargin
	private double maxItemWidth
	public void  () 
	public double getItemMargin () 
	public void setItemMargin (double) 
		double percent
	public double getMaxItemWidth () 
	public void setMaxItemWidth (double) 
		double percent
	public double getMaximumItemWidth () 
	public void setMaximumItemWidth (double) 
		double percent
	public org.jfree.chart.renderer.category.CategoryItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, int, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		int rendererIndex
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.category.CategoryItemRendererState state
	protected void calculateItemWidth (org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, int, org.jfree.chart.renderer.category.CategoryItemRendererState) 
		int columns
		int rows
		double space
		org.jfree.chart.plot.PlotOrientation orientation
		double maxWidth
		double categoryMargin
		double currentItemMargin
		double used
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		int rendererIndex
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.data.category.CategoryDataset dataset
	protected double calculateBarW0 (org.jfree.chart.plot.CategoryPlot, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.renderer.category.CategoryItemRendererState, int, int) 
		double seriesGap
		double seriesW
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		int row
		int column
		double space
		double barW0
		int seriesCount
		int categoryCount
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		String tip
		org.jfree.chart.labels.CategoryToolTipGenerator tipster
		String url
		org.jfree.chart.entity.CategoryItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number dataValue
		double value
		org.jfree.chart.plot.PlotOrientation orientation
		double barW0
		org.jfree.ui.RectangleEdge edge
		double barL
		java.awt.geom.Line2D line
		double x
		double y
		java.awt.Stroke itemStroke
		java.awt.Paint itemPaint
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
	protected double calculateSeriesWidth (double, org.jfree.chart.axis.CategoryAxis, int, int) 
		double space
		org.jfree.chart.axis.CategoryAxis axis
		int categories
		int series
		double factor
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.LevelRenderer that
}

org/jfree/chart/renderer/category/LineAndShapeRenderer.class
LineAndShapeRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.LineAndShapeRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Boolean linesVisible
	private org.jfree.util.BooleanList seriesLinesVisible
	private boolean baseLinesVisible
	private Boolean shapesVisible
	private org.jfree.util.BooleanList seriesShapesVisible
	private boolean baseShapesVisible
	private Boolean shapesFilled
	private org.jfree.util.BooleanList seriesShapesFilled
	private boolean baseShapesFilled
	private boolean useFillPaint
	private boolean drawOutlines
	private boolean useOutlinePaint
	private boolean useSeriesOffset
	private double itemMargin
	public void  () 
	public void  (boolean, boolean) 
		boolean lines
		boolean shapes
	public boolean getItemLineVisible (int, int) 
		int series
		int item
		Boolean flag
	public java.lang.Boolean getLinesVisible () 
	public void setLinesVisible (java.lang.Boolean) 
		Boolean visible
	public void setLinesVisible (boolean) 
		boolean visible
	public java.lang.Boolean getSeriesLinesVisible (int) 
		int series
	public void setSeriesLinesVisible (int, java.lang.Boolean) 
		int series
		Boolean flag
	public void setSeriesLinesVisible (int, boolean) 
		int series
		boolean visible
	public boolean getBaseLinesVisible () 
	public void setBaseLinesVisible (boolean) 
		boolean flag
	public boolean getItemShapeVisible (int, int) 
		int series
		int item
		Boolean flag
	public java.lang.Boolean getShapesVisible () 
	public void setShapesVisible (java.lang.Boolean) 
		Boolean visible
	public void setShapesVisible (boolean) 
		boolean visible
	public java.lang.Boolean getSeriesShapesVisible (int) 
		int series
	public void setSeriesShapesVisible (int, boolean) 
		int series
		boolean visible
	public void setSeriesShapesVisible (int, java.lang.Boolean) 
		int series
		Boolean flag
	public boolean getBaseShapesVisible () 
	public void setBaseShapesVisible (boolean) 
		boolean flag
	public boolean getDrawOutlines () 
	public void setDrawOutlines (boolean) 
		boolean flag
	public boolean getUseOutlinePaint () 
	public void setUseOutlinePaint (boolean) 
		boolean use
	public boolean getItemShapeFilled (int, int) 
		int series
		int item
	public boolean getSeriesShapesFilled (int) 
		int series
		Boolean flag
	public java.lang.Boolean getShapesFilled () 
	public void setShapesFilled (boolean) 
		boolean filled
	public void setShapesFilled (java.lang.Boolean) 
		Boolean filled
	public void setSeriesShapesFilled (int, java.lang.Boolean) 
		int series
		Boolean filled
	public void setSeriesShapesFilled (int, boolean) 
		int series
		boolean filled
	public boolean getBaseShapesFilled () 
	public void setBaseShapesFilled (boolean) 
		boolean flag
	public boolean getUseFillPaint () 
	public void setUseFillPaint (boolean) 
		boolean flag
	public boolean getUseSeriesOffset () 
	public void setUseSeriesOffset (boolean) 
		boolean offset
	public double getItemMargin () 
	public void setItemMargin (double) 
		double margin
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint fillPaint
		boolean shapeOutlineVisible
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		boolean lineVisible
		boolean shapeVisible
		org.jfree.chart.LegendItem result
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot cp
	public int getPassCount () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double x1
		double x0
		double previous
		double x0
		double y0
		java.awt.geom.Line2D line
		Number previousValue
		java.awt.Shape shape
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number v
		org.jfree.chart.plot.PlotOrientation orientation
		double x1
		double value
		double y1
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.LineAndShapeRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.category.LineAndShapeRenderer clone
}

org/jfree/chart/renderer/category/LineRenderer3D.class
LineRenderer3D.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.LineRenderer3D extends org.jfree.chart.renderer.category.LineAndShapeRenderer implements org.jfree.chart.Effect3D java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_X_OFFSET
	public static final double DEFAULT_Y_OFFSET
	public static final java.awt.Paint DEFAULT_WALL_PAINT
	private double xOffset
	private double yOffset
	private transient java.awt.Paint wallPaint
	public void  () 
	public double getXOffset () 
	public double getYOffset () 
	public void setXOffset (double) 
		double xOffset
	public void setYOffset (double) 
		double yOffset
	public java.awt.Paint getWallPaint () 
	public void setWallPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void drawBackground (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
		java.awt.geom.Rectangle2D adjusted
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		float x0
		float x1
		float x3
		float x2
		float y0
		float y1
		float y3
		float y2
		java.awt.geom.GeneralPath clip
		java.awt.Composite originalComposite
		java.awt.Paint backgroundPaint
		java.awt.geom.GeneralPath leftWall
		java.awt.geom.GeneralPath bottomWall
		java.awt.geom.Line2D corner
		java.awt.Image backgroundImage
	public void drawOutline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		float x0
		float x1
		float x3
		float x2
		float y0
		float y1
		float y3
		float y2
		java.awt.geom.GeneralPath clip
		java.awt.Stroke outlineStroke
		java.awt.Paint outlinePaint
	public void drawDomainGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, double) 
		double y0
		double y1
		double x0
		double x1
		double x2
		double x0
		double x1
		double y0
		double y1
		double y2
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.geom.Line2D line1
		java.awt.geom.Line2D line2
		org.jfree.chart.plot.PlotOrientation orientation
	public void drawRangeGridline (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double) 
		double x0
		double x1
		double y0
		double y1
		double y2
		double y0
		double y1
		double x0
		double x1
		double x2
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double value
		org.jfree.data.Range range
		java.awt.geom.Rectangle2D adjusted
		java.awt.geom.Line2D line1
		java.awt.geom.Line2D line2
		org.jfree.chart.plot.PlotOrientation orientation
	public void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		float x
		float y
		float y
		float x
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		java.awt.geom.GeneralPath path
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Graphics2D g2
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.ValueAxis axis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D adjusted
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double previous
		double x0
		double y0
		double x2
		double y2
		double x3
		double y3
		java.awt.geom.GeneralPath clip
		Number previousValue
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number v
		java.awt.geom.Rectangle2D adjusted
		org.jfree.chart.plot.PlotOrientation orientation
		double x1
		double value
		double y1
		java.awt.Shape shape
		org.jfree.chart.entity.EntityCollection entities
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.LineRenderer3D that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/renderer/category/MinMaxCategoryRenderer$1.class
MinMaxCategoryRenderer.java
package org.jfree.chart.renderer.category
final org.jfree.chart.renderer.category.MinMaxCategoryRenderer$1 extends java.lang.Object implements javax.swing.Icon  {
	private final java.awt.geom.GeneralPath val$path
	private final java.awt.Paint val$fillPaint
	private final java.awt.Paint val$outlinePaint
	private final int val$width
	private final int val$height
	private final org.jfree.chart.renderer.category.MinMaxCategoryRenderer this$0
	void  (org.jfree.chart.renderer.category.MinMaxCategoryRenderer, java.awt.geom.GeneralPath, java.awt.Paint, java.awt.Paint, int, int) 
	public void paintIcon (java.awt.Component, java.awt.Graphics, int, int) 
		java.awt.Component c
		java.awt.Graphics g
		int x
		int y
		java.awt.Graphics2D g2
	public int getIconWidth () 
	public int getIconHeight () 
}

org/jfree/chart/renderer/category/MinMaxCategoryRenderer$2.class
MinMaxCategoryRenderer.java
package org.jfree.chart.renderer.category
final org.jfree.chart.renderer.category.MinMaxCategoryRenderer$2 extends java.lang.Object implements javax.swing.Icon  {
	private final java.awt.geom.GeneralPath val$path
	private final boolean val$fill
	private final boolean val$outline
	private final int val$width
	private final int val$height
	private final org.jfree.chart.renderer.category.MinMaxCategoryRenderer this$0
	void  (org.jfree.chart.renderer.category.MinMaxCategoryRenderer, java.awt.geom.GeneralPath, boolean, boolean, int, int) 
	public void paintIcon (java.awt.Component, java.awt.Graphics, int, int) 
		java.awt.Component c
		java.awt.Graphics g
		int x
		int y
		java.awt.Graphics2D g2
	public int getIconWidth () 
	public int getIconHeight () 
}

org/jfree/chart/renderer/category/MinMaxCategoryRenderer.class
MinMaxCategoryRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.MinMaxCategoryRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer {
	private static final long serialVersionUID
	private boolean plotLines
	private transient java.awt.Paint groupPaint
	private transient java.awt.Stroke groupStroke
	private transient javax.swing.Icon minIcon
	private transient javax.swing.Icon maxIcon
	private transient javax.swing.Icon objectIcon
	private int lastCategory
	private double min
	private double max
	public void  () 
	public boolean isDrawLines () 
	public void setDrawLines (boolean) 
		boolean draw
	public java.awt.Paint getGroupPaint () 
	public void setGroupPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getGroupStroke () 
	public void setGroupStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public javax.swing.Icon getObjectIcon () 
	public void setObjectIcon (javax.swing.Icon) 
		javax.swing.Icon icon
	public javax.swing.Icon getMaxIcon () 
	public void setMaxIcon (javax.swing.Icon) 
		javax.swing.Icon icon
	public javax.swing.Icon getMinIcon () 
	public void setMinIcon (javax.swing.Icon) 
		javax.swing.Icon icon
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double minY
		double maxY
		java.awt.geom.Line2D line
		double previous
		double x0
		double y0
		java.awt.geom.Line2D line
		Number previousValue
		double x1
		double y1
		java.awt.Shape shape
		org.jfree.chart.plot.PlotOrientation orient
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.MinMaxCategoryRenderer that
	private javax.swing.Icon getIcon (java.awt.Shape, java.awt.Paint, java.awt.Paint) 
		java.awt.Shape shape
		java.awt.Paint fillPaint
		java.awt.Paint outlinePaint
		int width
		int height
		java.awt.geom.GeneralPath path
	private javax.swing.Icon getIcon (java.awt.Shape, boolean, boolean) 
		java.awt.Shape shape
		boolean fill
		boolean outline
		int width
		int height
		java.awt.geom.GeneralPath path
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/category/ScatterRenderer.class
ScatterRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.ScatterRenderer extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private org.jfree.util.BooleanList seriesShapesFilled
	private boolean baseShapesFilled
	private boolean useFillPaint
	private boolean drawOutlines
	private boolean useOutlinePaint
	private boolean useSeriesOffset
	private double itemMargin
	public void  () 
	public boolean getUseSeriesOffset () 
	public void setUseSeriesOffset (boolean) 
		boolean offset
	public double getItemMargin () 
	public void setItemMargin (double) 
		double margin
	public boolean getDrawOutlines () 
	public void setDrawOutlines (boolean) 
		boolean flag
	public boolean getUseOutlinePaint () 
	public void setUseOutlinePaint (boolean) 
		boolean use
	public boolean getItemShapeFilled (int, int) 
		int series
		int item
	public boolean getSeriesShapesFilled (int) 
		int series
		Boolean flag
	public void setSeriesShapesFilled (int, java.lang.Boolean) 
		int series
		Boolean filled
	public void setSeriesShapesFilled (int, boolean) 
		int series
		boolean filled
	public boolean getBaseShapesFilled () 
	public void setBaseShapesFilled (boolean) 
		boolean flag
	public boolean getUseFillPaint () 
	public void setUseFillPaint (boolean) 
		boolean flag
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double x1
		double x1
		Number n
		double value
		double y1
		java.awt.Shape shape
		int i
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.data.statistics.MultiValueCategoryDataset d
		java.util.List values
		int valueCount
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		org.jfree.data.category.CategoryDataset dataset
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint fillPaint
		boolean shapeOutlineVisible
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.chart.LegendItem result
		int datasetIndex
		int series
		org.jfree.chart.plot.CategoryPlot cp
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.ScatterRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.category.ScatterRenderer clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/category/StackedAreaRenderer.class
StackedAreaRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.StackedAreaRenderer extends org.jfree.chart.renderer.category.AreaRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean renderAsPercentages
	public void  () 
	public void  (boolean) 
		boolean renderAsPercentages
	public boolean getRenderAsPercentages () 
	public void setRenderAsPercentages (boolean) 
		boolean asPercentages
	public int getPassCount () 
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double yleft
		float transYLeft
		double yright
		float transYRight
		float transStack1
		float transStackLeft
		float transStackRight
		float transY1
		double yleft
		float transYLeft
		double yright
		float transYRight
		float transStack1
		float transStackLeft
		float transStackRight
		java.awt.geom.GeneralPath gp
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		java.awt.Shape entityArea
		org.jfree.chart.entity.EntityCollection entities
		double y1
		Number n
		double[] stack1
		double xx1
		double y0
		double[] stack0
		double xx0
		int itemCount
		double y2
		double[] stack2
		double xx2
		double xxLeft
		double xxRight
		double[] stackLeft
		double[] stackRight
		double[] adjStackLeft
		double[] adjStackRight
		float transY1
		org.jfree.ui.RectangleEdge edge1
		java.awt.geom.GeneralPath left
		java.awt.geom.GeneralPath right
		java.awt.Paint itemPaint
	protected double getPreviousHeight (org.jfree.data.category.CategoryDataset, int, int) 
		double v
		Number n
		int i
		org.jfree.data.category.CategoryDataset dataset
		int series
		int category
		double result
		double total
	protected double[] getStackValues (org.jfree.data.category.CategoryDataset, int, int) 
		double v
		Number n
		int i
		org.jfree.data.category.CategoryDataset dataset
		int series
		int index
		double[] result
	private double[] averageStackValues (double[], double[]) 
		double[] stack1
		double[] stack2
		double[] result
	private double[] adjustedStackValues (double[], double[]) 
		double[] stack1
		double[] stack2
		double[] result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.StackedAreaRenderer that
}

org/jfree/chart/renderer/category/StackedBarRenderer.class
StackedBarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.StackedBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	static final long serialVersionUID
	private boolean renderAsPercentages
	public void  () 
	public void  (boolean) 
		boolean renderAsPercentages
		org.jfree.chart.labels.ItemLabelPosition p
	public boolean getRenderAsPercentages () 
	public void setRenderAsPercentages (boolean) 
		boolean asPercentages
	public int getPassCount () 
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	protected void calculateBarWidth (org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, int, org.jfree.chart.renderer.category.CategoryItemRendererState) 
		org.jfree.chart.plot.PlotOrientation orientation
		double space
		double maxWidth
		int columns
		double categoryMargin
		double used
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		int rendererIndex
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis xAxis
		org.jfree.data.category.CategoryDataset data
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double d
		Number v
		int i
		double translatedBase
		double translatedValue
		java.awt.Paint itemPaint
		org.jfree.ui.GradientPaintTransformer t
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number dataValue
		double value
		double total
		org.jfree.chart.plot.PlotOrientation orientation
		double barW0
		double positiveBase
		double negativeBase
		double translatedBase
		double translatedValue
		org.jfree.ui.RectangleEdge location
		double barL0
		double barLength
		java.awt.geom.Rectangle2D bar
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.StackedBarRenderer that
}

org/jfree/chart/renderer/category/StackedBarRenderer3D.class
StackedBarRenderer3D.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.StackedBarRenderer3D extends org.jfree.chart.renderer.category.BarRenderer3D implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean renderAsPercentages
	public void  () 
	public void  (double, double) 
		double xOffset
		double yOffset
	public void  (boolean) 
		boolean renderAsPercentages
	public void  (double, double, boolean) 
		double xOffset
		double yOffset
		boolean renderAsPercentages
	public boolean getRenderAsPercentages () 
	public void setRenderAsPercentages (boolean) 
		boolean asPercentages
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	protected void calculateBarWidth (org.jfree.chart.plot.CategoryPlot, java.awt.geom.Rectangle2D, int, org.jfree.chart.renderer.category.CategoryItemRendererState) 
		org.jfree.chart.plot.PlotOrientation orientation
		double space
		double maxWidth
		int columns
		double categoryMargin
		double used
		org.jfree.chart.plot.CategoryPlot plot
		java.awt.geom.Rectangle2D dataArea
		int rendererIndex
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.data.category.CategoryDataset data
	protected static java.util.List createStackedValueList (org.jfree.data.category.CategoryDataset, java.lang.Comparable, double, boolean) 
		Number n
		double v
		int s
		org.jfree.data.category.CategoryDataset dataset
		Comparable category
		double base
		boolean asPercentages
		java.util.List result
		double posBase
		double negBase
		double total
		int baseIndex
		int seriesCount
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Comparable category
		java.util.List values
		java.awt.geom.Rectangle2D adjusted
		org.jfree.chart.plot.PlotOrientation orientation
	protected void drawStackHorizontal (java.util.List, java.lang.Comparable, java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset) 
		int f
		int index
		Object[] prev
		Object[] curr
		int series
		double v0
		double vv0
		double v1
		double vv1
		java.awt.Shape[] faces
		java.awt.Paint fillPaint
		java.awt.Paint fillPaintDark
		boolean drawOutlines
		java.awt.Paint outlinePaint
		org.jfree.chart.entity.EntityCollection entities
		int k
		Object[] record
		int series
		java.awt.geom.Rectangle2D bar
		boolean neg
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		int i
		java.util.List values
		Comparable category
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int column
		double barX0
		double barW
		java.util.List itemLabelList
		boolean inverted
		int blockCount
	private java.awt.Shape[] createHorizontalBlock (double, double, double, double, boolean) 
		double x0
		double width
		double y0
		double y1
		boolean inverted
		java.awt.Shape[] result
		java.awt.geom.Point2D p00
		java.awt.geom.Point2D p01
		java.awt.geom.Point2D p02
		java.awt.geom.Point2D p03
		java.awt.geom.Point2D p0
		java.awt.geom.Point2D p1
		java.awt.geom.Point2D p2
		java.awt.geom.Point2D p3
		java.awt.geom.GeneralPath bottom
		java.awt.geom.GeneralPath top
		java.awt.geom.GeneralPath back
		java.awt.geom.GeneralPath front
		java.awt.geom.GeneralPath left
		java.awt.geom.GeneralPath right
	protected void drawStackVertical (java.util.List, java.lang.Comparable, java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset) 
		int f
		int index
		Object[] prev
		Object[] curr
		int series
		double v0
		double vv0
		double v1
		double vv1
		java.awt.Shape[] faces
		java.awt.Paint fillPaint
		java.awt.Paint fillPaintDark
		boolean drawOutlines
		java.awt.Paint outlinePaint
		org.jfree.chart.entity.EntityCollection entities
		int k
		Object[] record
		int series
		java.awt.geom.Rectangle2D bar
		boolean neg
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		int i
		java.util.List values
		Comparable category
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int column
		double barX0
		double barW
		java.util.List itemLabelList
		boolean inverted
		int blockCount
	private java.awt.Shape[] createVerticalBlock (double, double, double, double, boolean) 
		double x0
		double width
		double y0
		double y1
		boolean inverted
		java.awt.Shape[] result
		java.awt.geom.Point2D p00
		java.awt.geom.Point2D p01
		java.awt.geom.Point2D p02
		java.awt.geom.Point2D p03
		java.awt.geom.Point2D p0
		java.awt.geom.Point2D p1
		java.awt.geom.Point2D p2
		java.awt.geom.Point2D p3
		java.awt.geom.GeneralPath right
		java.awt.geom.GeneralPath left
		java.awt.geom.GeneralPath back
		java.awt.geom.GeneralPath front
		java.awt.geom.GeneralPath top
		java.awt.geom.GeneralPath bottom
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.StackedBarRenderer3D that
}

org/jfree/chart/renderer/category/StatisticalBarRenderer.class
StatisticalBarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.StatisticalBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements org.jfree.chart.renderer.category.CategoryItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint errorIndicatorPaint
	private transient java.awt.Stroke errorIndicatorStroke
	public void  () 
	public java.awt.Paint getErrorIndicatorPaint () 
	public void setErrorIndicatorPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getErrorIndicatorStroke () 
	public void setErrorIndicatorStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset data
		int row
		int column
		int pass
		org.jfree.data.statistics.StatisticalCategoryDataset statData
		org.jfree.chart.plot.PlotOrientation orientation
	protected void drawHorizontalItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.statistics.StatisticalCategoryDataset, int, int) 
		double seriesGap
		java.awt.Stroke stroke
		java.awt.Paint paint
		double valueDelta
		double highVal
		double lowVal
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.statistics.StatisticalCategoryDataset dataset
		int row
		int column
		org.jfree.ui.RectangleEdge xAxisLocation
		double rectY
		int seriesCount
		int categoryCount
		Number meanValue
		double value
		double base
		double lclip
		double uclip
		org.jfree.ui.RectangleEdge yAxisLocation
		double transY1
		double transY2
		double rectX
		double rectHeight
		double rectWidth
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		org.jfree.ui.GradientPaintTransformer t
		Number n
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		org.jfree.chart.entity.EntityCollection entities
	protected void drawVerticalItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.statistics.StatisticalCategoryDataset, int, int) 
		double seriesGap
		java.awt.Stroke stroke
		java.awt.Paint paint
		double valueDelta
		double highVal
		double lowVal
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.statistics.StatisticalCategoryDataset dataset
		int row
		int column
		org.jfree.ui.RectangleEdge xAxisLocation
		double rectX
		int seriesCount
		int categoryCount
		Number meanValue
		double value
		double base
		double lclip
		double uclip
		org.jfree.ui.RectangleEdge yAxisLocation
		double transY1
		double transY2
		double rectY
		double rectWidth
		double rectHeight
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
		org.jfree.ui.GradientPaintTransformer t
		Number n
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		org.jfree.chart.entity.EntityCollection entities
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.StatisticalBarRenderer that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/category/StatisticalLineAndShapeRenderer.class
StatisticalLineAndShapeRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer extends org.jfree.chart.renderer.category.LineAndShapeRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint errorIndicatorPaint
	public void  () 
	public void  (boolean, boolean) 
		boolean linesVisible
		boolean shapesVisible
	public java.awt.Paint getErrorIndicatorPaint () 
	public void setErrorIndicatorPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double x1
		double x0
		double previous
		double x0
		double y0
		java.awt.geom.Line2D line
		Number previousValue
		double highVal
		double lowVal
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		Number v
		org.jfree.data.statistics.StatisticalCategoryDataset statData
		Number meanValue
		org.jfree.chart.plot.PlotOrientation orientation
		double x1
		double y1
		java.awt.Shape shape
		org.jfree.ui.RectangleEdge yAxisLocation
		double valueDelta
		double highVal
		double lowVal
		java.awt.geom.Line2D line
		org.jfree.chart.entity.EntityCollection entities
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/category/WaterfallBarRenderer.class
WaterfallBarRenderer.java
package org.jfree.chart.renderer.category
public org.jfree.chart.renderer.category.WaterfallBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint firstBarPaint
	private transient java.awt.Paint lastBarPaint
	private transient java.awt.Paint positiveBarPaint
	private transient java.awt.Paint negativeBarPaint
	public void  () 
	public void  (java.awt.Paint, java.awt.Paint, java.awt.Paint, java.awt.Paint) 
		java.awt.Paint firstBarPaint
		java.awt.Paint positiveBarPaint
		java.awt.Paint negativeBarPaint
		java.awt.Paint lastBarPaint
	public org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public java.awt.Paint getFirstBarPaint () 
	public void setFirstBarPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getLastBarPaint () 
	public void setLastBarPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getPositiveBarPaint () 
	public void setPositiveBarPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getNegativeBarPaint () 
	public void setNegativeBarPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.category.CategoryItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.CategoryPlot, org.jfree.chart.axis.CategoryAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.category.CategoryDataset, int, int, int) 
		double temp
		double seriesGap
		double seriesGap
		java.awt.GradientPaint gp
		java.awt.Stroke stroke
		java.awt.Paint paint
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.category.CategoryItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.CategoryPlot plot
		org.jfree.chart.axis.CategoryAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.category.CategoryDataset dataset
		int row
		int column
		int pass
		double previous
		double current
		Number n
		int seriesCount
		int categoryCount
		org.jfree.chart.plot.PlotOrientation orientation
		double rectX
		double rectY
		org.jfree.ui.RectangleEdge domainAxisLocation
		org.jfree.ui.RectangleEdge rangeAxisLocation
		double j2dy0
		double j2dy1
		double valDiff
		double rectWidth
		double rectHeight
		java.awt.geom.Rectangle2D bar
		java.awt.Paint seriesPaint
		org.jfree.chart.labels.CategoryItemLabelGenerator generator
		org.jfree.chart.entity.EntityCollection entities
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.category.WaterfallBarRenderer that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/xy/AbstractXYItemRenderer.class
AbstractXYItemRenderer.java
package org.jfree.chart.renderer.xy
public abstract org.jfree.chart.renderer.xy.AbstractXYItemRenderer extends org.jfree.chart.renderer.AbstractRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.plot.XYPlot plot
	private org.jfree.chart.labels.XYItemLabelGenerator itemLabelGenerator
	private org.jfree.util.ObjectList itemLabelGeneratorList
	private org.jfree.chart.labels.XYItemLabelGenerator baseItemLabelGenerator
	private org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
	private org.jfree.util.ObjectList toolTipGeneratorList
	private org.jfree.chart.labels.XYToolTipGenerator baseToolTipGenerator
	private org.jfree.chart.urls.XYURLGenerator urlGenerator
	private java.util.List backgroundAnnotations
	private java.util.List foregroundAnnotations
	private int defaultEntityRadius
	private org.jfree.chart.labels.XYSeriesLabelGenerator legendItemLabelGenerator
	private org.jfree.chart.labels.XYSeriesLabelGenerator legendItemToolTipGenerator
	private org.jfree.chart.labels.XYSeriesLabelGenerator legendItemURLGenerator
	protected void  () 
	public int getPassCount () 
	public org.jfree.chart.plot.XYPlot getPlot () 
	public void setPlot (org.jfree.chart.plot.XYPlot) 
		org.jfree.chart.plot.XYPlot plot
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYItemRendererState state
	public org.jfree.chart.labels.XYItemLabelGenerator getItemLabelGenerator (int, int) 
		int series
		int item
		org.jfree.chart.labels.XYItemLabelGenerator generator
	public org.jfree.chart.labels.XYItemLabelGenerator getSeriesItemLabelGenerator (int) 
		int series
	public org.jfree.chart.labels.XYItemLabelGenerator getItemLabelGenerator () 
	public void setItemLabelGenerator (org.jfree.chart.labels.XYItemLabelGenerator) 
		org.jfree.chart.labels.XYItemLabelGenerator generator
	public void setSeriesItemLabelGenerator (int, org.jfree.chart.labels.XYItemLabelGenerator) 
		int series
		org.jfree.chart.labels.XYItemLabelGenerator generator
	public org.jfree.chart.labels.XYItemLabelGenerator getBaseItemLabelGenerator () 
	public void setBaseItemLabelGenerator (org.jfree.chart.labels.XYItemLabelGenerator) 
		org.jfree.chart.labels.XYItemLabelGenerator generator
	public org.jfree.chart.labels.XYToolTipGenerator getToolTipGenerator (int, int) 
		int series
		int item
		org.jfree.chart.labels.XYToolTipGenerator generator
	public org.jfree.chart.labels.XYToolTipGenerator getToolTipGenerator () 
	public void setToolTipGenerator (org.jfree.chart.labels.XYToolTipGenerator) 
		org.jfree.chart.labels.XYToolTipGenerator generator
	public org.jfree.chart.labels.XYToolTipGenerator getSeriesToolTipGenerator (int) 
		int series
	public void setSeriesToolTipGenerator (int, org.jfree.chart.labels.XYToolTipGenerator) 
		int series
		org.jfree.chart.labels.XYToolTipGenerator generator
	public org.jfree.chart.labels.XYToolTipGenerator getBaseToolTipGenerator () 
	public void setBaseToolTipGenerator (org.jfree.chart.labels.XYToolTipGenerator) 
		org.jfree.chart.labels.XYToolTipGenerator generator
	public org.jfree.chart.urls.XYURLGenerator getURLGenerator () 
	public void setURLGenerator (org.jfree.chart.urls.XYURLGenerator) 
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public void addAnnotation (org.jfree.chart.annotations.XYAnnotation) 
		org.jfree.chart.annotations.XYAnnotation annotation
	public void addAnnotation (org.jfree.chart.annotations.XYAnnotation, org.jfree.ui.Layer) 
		org.jfree.chart.annotations.XYAnnotation annotation
		org.jfree.ui.Layer layer
	public boolean removeAnnotation (org.jfree.chart.annotations.XYAnnotation) 
		org.jfree.chart.annotations.XYAnnotation annotation
		boolean removed
	public void removeAnnotations () 
	public int getDefaultEntityRadius () 
	public void setDefaultEntityRadius (int) 
		int radius
	public org.jfree.chart.labels.XYSeriesLabelGenerator getLegendItemLabelGenerator () 
	public void setLegendItemLabelGenerator (org.jfree.chart.labels.XYSeriesLabelGenerator) 
		org.jfree.chart.labels.XYSeriesLabelGenerator generator
	public org.jfree.chart.labels.XYSeriesLabelGenerator getLegendItemToolTipGenerator () 
	public void setLegendItemToolTipGenerator (org.jfree.chart.labels.XYSeriesLabelGenerator) 
		org.jfree.chart.labels.XYSeriesLabelGenerator generator
	public org.jfree.chart.labels.XYSeriesLabelGenerator getLegendItemURLGenerator () 
	public void setLegendItemURLGenerator (org.jfree.chart.labels.XYSeriesLabelGenerator) 
		org.jfree.chart.labels.XYSeriesLabelGenerator generator
	public org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.chart.LegendItemCollection getLegendItems () 
		org.jfree.chart.LegendItem item
		int i
		int seriesCount
		org.jfree.chart.LegendItemCollection result
		int index
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.data.xy.XYDataset dataset
		int datasetIndex
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.XYPlot xyplot
	public void fillDomainGridBand (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, double) 
		java.awt.geom.Rectangle2D band
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double start
		double end
		double x1
		double x2
		java.awt.geom.Rectangle2D band
		java.awt.Paint paint
	public void fillRangeGridBand (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, double) 
		java.awt.geom.Rectangle2D band
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double start
		double end
		double y1
		double y2
		java.awt.geom.Rectangle2D band
		java.awt.Paint paint
	public void drawDomainGridLine (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double value
		org.jfree.data.Range range
		org.jfree.chart.plot.PlotOrientation orientation
		double v
		java.awt.geom.Line2D line
		java.awt.Paint paint
		java.awt.Stroke stroke
	public void drawDomainLine (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, java.awt.Paint, java.awt.Stroke) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Paint paint
		java.awt.Stroke stroke
		org.jfree.data.Range range
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Line2D line
		double v
	public void drawRangeLine (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, java.awt.Paint, java.awt.Stroke) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis axis
		java.awt.geom.Rectangle2D dataArea
		double value
		java.awt.Paint paint
		java.awt.Stroke stroke
		org.jfree.data.Range range
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Line2D line
		double v
	public void drawDomainMarker (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		double v
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Line2D line
		java.awt.Composite originalComposite
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.GradientPaint gp
		org.jfree.ui.GradientPaintTransformer t
		java.awt.geom.Line2D line
		double y0
		double y1
		java.awt.geom.Line2D line
		double x0
		double x1
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.IntervalMarker im
		double start
		double end
		org.jfree.data.Range range
		double start2d
		double end2d
		double low
		double high
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D rect
		java.awt.Composite originalComposite
		java.awt.Paint p
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
	protected java.awt.geom.Point2D calculateDomainMarkerTextAnchorPoint (java.awt.Graphics2D, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleInsets, org.jfree.ui.LengthAdjustmentType, org.jfree.ui.RectangleAnchor) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D markerArea
		org.jfree.ui.RectangleInsets markerOffset
		org.jfree.ui.LengthAdjustmentType labelOffsetType
		org.jfree.ui.RectangleAnchor anchor
		java.awt.geom.Rectangle2D anchorRect
	public void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.ValueMarker vm
		double value
		org.jfree.data.Range range
		double v
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Line2D line
		java.awt.Composite originalComposite
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.GradientPaint gp
		org.jfree.ui.GradientPaintTransformer t
		java.awt.geom.Line2D line
		double x0
		double x1
		java.awt.geom.Line2D line
		double y0
		double y1
		java.awt.Font labelFont
		java.awt.geom.Point2D coordinates
		org.jfree.chart.plot.IntervalMarker im
		double start
		double end
		org.jfree.data.Range range
		double start2d
		double end2d
		double low
		double high
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D rect
		java.awt.Composite originalComposite
		java.awt.Paint p
		String label
		org.jfree.ui.RectangleAnchor anchor
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.plot.Marker marker
		java.awt.geom.Rectangle2D dataArea
	private java.awt.geom.Point2D calculateRangeMarkerTextAnchorPoint (java.awt.Graphics2D, org.jfree.chart.plot.PlotOrientation, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleInsets, org.jfree.ui.LengthAdjustmentType, org.jfree.ui.RectangleAnchor) 
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Rectangle2D dataArea
		java.awt.geom.Rectangle2D markerArea
		org.jfree.ui.RectangleInsets markerOffset
		org.jfree.ui.LengthAdjustmentType labelOffsetForRange
		org.jfree.ui.RectangleAnchor anchor
		java.awt.geom.Rectangle2D anchorRect
	protected java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.util.PublicCloneable pc
		org.jfree.chart.renderer.xy.AbstractXYItemRenderer clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.AbstractXYItemRenderer that
	public org.jfree.chart.plot.DrawingSupplier getDrawingSupplier () 
		org.jfree.chart.plot.DrawingSupplier result
		org.jfree.chart.plot.XYPlot p
	protected void updateCrosshairValues (org.jfree.chart.plot.CrosshairState, double, double, double, double, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.CrosshairState crosshairState
		double x
		double y
		double transX
		double transY
		org.jfree.chart.plot.PlotOrientation orientation
	protected void updateCrosshairValues (org.jfree.chart.plot.CrosshairState, double, double, int, int, double, double, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.plot.CrosshairState crosshairState
		double x
		double y
		int domainAxisIndex
		int rangeAxisIndex
		double transX
		double transY
		org.jfree.chart.plot.PlotOrientation orientation
	protected void drawItemLabel (java.awt.Graphics2D, org.jfree.chart.plot.PlotOrientation, org.jfree.data.xy.XYDataset, int, int, double, double, boolean) 
		java.awt.Font labelFont
		java.awt.Paint paint
		String label
		org.jfree.chart.labels.ItemLabelPosition position
		java.awt.geom.Point2D anchorPoint
		java.awt.Graphics2D g2
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		double x
		double y
		boolean negative
		org.jfree.chart.labels.XYItemLabelGenerator generator
	public void drawAnnotations (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.ui.Layer, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.annotations.XYAnnotation annotation
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.ui.Layer layer
		org.jfree.chart.plot.PlotRenderingInfo info
		java.util.Iterator iterator
	protected void addEntity (org.jfree.chart.entity.EntityCollection, java.awt.Shape, org.jfree.data.xy.XYDataset, int, int, double, double) 
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Shape area
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		double entityX
		double entityY
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
}

org/jfree/chart/renderer/xy/CandlestickRenderer.class
CandlestickRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.CandlestickRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int WIDTHMETHOD_AVERAGE
	public static final int WIDTHMETHOD_SMALLEST
	public static final int WIDTHMETHOD_INTERVALDATA
	private int autoWidthMethod
	private double autoWidthFactor
	private double autoWidthGap
	private double candleWidth
	private double maxCandleWidthInMilliseconds
	private double maxCandleWidth
	private transient java.awt.Paint upPaint
	private transient java.awt.Paint downPaint
	private boolean drawVolume
	private transient java.awt.Paint volumePaint
	private transient double maxVolume
	private boolean useOutlinePaint
	public void  () 
	public void  (double) 
		double candleWidth
	public void  (double, boolean, org.jfree.chart.labels.XYToolTipGenerator) 
		double candleWidth
		boolean drawVolume
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
	public double getCandleWidth () 
	public void setCandleWidth (double) 
		double width
	public double getMaxCandleWidthInMilliseconds () 
	public void setMaxCandleWidthInMilliseconds (double) 
		double millis
	public int getAutoWidthMethod () 
	public void setAutoWidthMethod (int) 
		int autoWidthMethod
	public double getAutoWidthFactor () 
	public void setAutoWidthFactor (double) 
		double autoWidthFactor
	public double getAutoWidthGap () 
	public void setAutoWidthGap (double) 
		double autoWidthGap
	public java.awt.Paint getUpPaint () 
	public void setUpPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getDownPaint () 
	public void setDownPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getDrawVolume () 
	public void setDrawVolume (boolean) 
		boolean flag
	public java.awt.Paint getVolumePaint () 
	public void setVolumePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getUseOutlinePaint () 
	public void setUseOutlinePaint (boolean) 
		boolean use
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		double volume
		int item
		int series
		org.jfree.data.xy.OHLCDataset highLowDataset
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.axis.ValueAxis axis
		double x1
		double x2
		org.jfree.ui.RectangleEdge edge
		double xx1
		double xx2
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		boolean horiz
		boolean horiz
		double volumeWidth
		double stickWidth
		double pos
		int i
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double startPos
		double endPos
		double lastPos
		double xxWidth
		int itemCount
		double min
		double max
		int volume
		double volumeHeight
		double min
		double max
		double zzVolume
		java.awt.Composite originalComposite
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		boolean horiz
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.data.xy.OHLCDataset highLowData
		double x
		double yHigh
		double yLow
		double yOpen
		double yClose
		org.jfree.ui.RectangleEdge domainEdge
		double xx
		org.jfree.ui.RectangleEdge edge
		double yyHigh
		double yyLow
		double yyOpen
		double yyClose
		double volumeWidth
		double stickWidth
		java.awt.Paint p
		java.awt.Paint outlinePaint
		java.awt.Stroke s
		double yyMaxOpenClose
		double yyMinOpenClose
		double maxOpenClose
		double minOpenClose
		java.awt.Shape body
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.CandlestickRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public boolean drawVolume () 
}

org/jfree/chart/renderer/xy/ClusteredXYBarRenderer.class
ClusteredXYBarRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.ClusteredXYBarRenderer extends org.jfree.chart.renderer.xy.XYBarRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean centerBarAtStartValue
	public void  () 
	public void  (double, boolean) 
		double margin
		boolean centerBarAtStartValue
	public org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	protected org.jfree.data.Range findDomainBoundsWithOffset (org.jfree.data.xy.IntervalXYDataset) 
		double offset
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.IntervalXYDataset dataset
		double minimum
		double maximum
		int seriesCount
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double y0
		double y1
		double cut
		double barY0
		double barY1
		double rx
		double rw
		double ry
		double rh
		double barX0
		double barX1
		double rx
		double rw
		double ry
		double rh
		java.awt.GradientPaint gp
		org.jfree.chart.labels.XYItemLabelGenerator generator
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.data.xy.IntervalXYDataset intervalDataset
		double y0
		double y1
		double yy0
		double yy1
		org.jfree.ui.RectangleEdge xAxisLocation
		double x0
		double xx0
		double x1
		double xx1
		double intervalW
		double baseX
		double m
		double intervalH
		org.jfree.chart.plot.PlotOrientation orientation
		int numSeries
		double seriesBarWidth
		java.awt.geom.Rectangle2D bar
		java.awt.Paint itemPaint
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.ClusteredXYBarRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/CyclicXYItemRenderer$OverwriteDataSet.class
CyclicXYItemRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.CyclicXYItemRenderer$OverwriteDataSet extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	protected org.jfree.data.xy.XYDataset delegateSet
	Double[] x
	Double[] y
	public void  (double[], double[], org.jfree.data.xy.XYDataset) 
		int i
		double[] x
		double[] y
		org.jfree.data.xy.XYDataset delegateSet
	public org.jfree.data.DomainOrder getDomainOrder () 
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getXValue (int, int) 
		int series
		int item
		double result
		Number x
	public java.lang.Number getY (int, int) 
		int series
		int item
	public double getYValue (int, int) 
		int series
		int item
		double result
		Number y
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int indexOf (java.lang.Comparable) 
		Comparable seriesName
	public void addChangeListener (org.jfree.data.general.DatasetChangeListener) 
		org.jfree.data.general.DatasetChangeListener listener
	public void removeChangeListener (org.jfree.data.general.DatasetChangeListener) 
		org.jfree.data.general.DatasetChangeListener listener
	public org.jfree.data.general.DatasetGroup getGroup () 
	public void setGroup (org.jfree.data.general.DatasetGroup) 
		org.jfree.data.general.DatasetGroup group
}

org/jfree/chart/renderer/xy/CyclicXYItemRenderer.class
CyclicXYItemRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.CyclicXYItemRenderer extends org.jfree.chart.renderer.xy.StandardXYItemRenderer implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void  (int) 
		int type
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator labelGenerator
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator labelGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double[] nx
		double[] ny
		double[] nx
		double[] ny
		double[] nx
		double[] ny
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		double xn
		double yn
		double[] x
		double[] y
		double xcycleBound
		double ycycleBound
		boolean xBoundMapping
		boolean yBoundMapping
		org.jfree.chart.axis.CyclicNumberAxis cnax
		org.jfree.chart.axis.CyclicNumberAxis cnay
		org.jfree.chart.renderer.xy.CyclicXYItemRenderer$OverwriteDataSet newset
}

org/jfree/chart/renderer/xy/DefaultXYItemRenderer.class
DefaultXYItemRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.DefaultXYItemRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements java.io.Serializable  {
	static final long serialVersionUID
	public void  () 
}

org/jfree/chart/renderer/xy/DeviationRenderer$State.class
DeviationRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.DeviationRenderer$State extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State {
	public java.util.List upperCoordinates
	public java.util.List lowerCoordinates
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
}

org/jfree/chart/renderer/xy/DeviationRenderer.class
DeviationRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.DeviationRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer {
	private float alpha
	public void  () 
	public void  (boolean, boolean) 
		boolean lines
		boolean shapes
	public float getAlpha () 
	public void setAlpha (float) 
		float alpha
	public void setDrawSeriesLineAsPath (boolean) 
		boolean flag
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.DeviationRenderer$State state
	public int getPassCount () 
	protected boolean isItemPass (int) 
		int pass
	protected boolean isLinePass (int) 
		int pass
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		int i
		int i
		java.awt.Composite originalComposite
		java.awt.geom.GeneralPath area
		double[] coords
		int count
		org.jfree.data.xy.IntervalXYDataset intervalDataset
		org.jfree.chart.renderer.xy.DeviationRenderer$State drState
		double x
		double yLow
		double yHigh
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double xx
		double yyLow
		double yyHigh
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.renderer.xy.DeviationRenderer$State s
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.DeviationRenderer that
}

org/jfree/chart/renderer/xy/HighLowRenderer.class
HighLowRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.HighLowRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean drawOpenTicks
	private boolean drawCloseTicks
	private transient java.awt.Paint openTickPaint
	private transient java.awt.Paint closeTickPaint
	public void  () 
	public boolean getDrawOpenTicks () 
	public void setDrawOpenTicks (boolean) 
		boolean draw
	public boolean getDrawCloseTicks () 
	public void setDrawCloseTicks (boolean) 
		boolean draw
	public java.awt.Paint getOpenTickPaint () 
	public void setOpenTickPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getCloseTickPaint () 
	public void setCloseTickPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double yyHigh
		double yyLow
		double yyOpen
		double yOpen
		double yyClose
		double yClose
		org.jfree.data.xy.OHLCDataset hld
		double yHigh
		double yLow
		double delta
		double x0
		double y0
		double y
		double xx0
		double yy0
		double yy
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		double x
		double xx
		java.awt.Shape entityArea
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge location
		java.awt.Paint itemPaint
		java.awt.Stroke itemStroke
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.HighLowRenderer that
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/StackedXYAreaRenderer$StackedXYAreaRendererState.class
StackedXYAreaRenderer.java
package org.jfree.chart.renderer.xy
 org.jfree.chart.renderer.xy.StackedXYAreaRenderer$StackedXYAreaRendererState extends org.jfree.chart.renderer.xy.XYItemRendererState {
	private java.awt.Polygon seriesArea
	private java.awt.geom.Line2D line
	private java.util.Stack lastSeriesPoints
	private java.util.Stack currentSeriesPoints
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public java.awt.Polygon getSeriesArea () 
	public void setSeriesArea (java.awt.Polygon) 
		java.awt.Polygon area
	public java.awt.geom.Line2D getLine () 
	public java.util.Stack getCurrentSeriesPoints () 
	public void setCurrentSeriesPoints (java.util.Stack) 
		java.util.Stack points
	public java.util.Stack getLastSeriesPoints () 
	public void setLastSeriesPoints (java.util.Stack) 
		java.util.Stack points
}

org/jfree/chart/renderer/xy/StackedXYAreaRenderer.class
StackedXYAreaRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.StackedXYAreaRenderer extends org.jfree.chart.renderer.xy.XYAreaRenderer implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint shapePaint
	private transient java.awt.Stroke shapeStroke
	public void  () 
	public void  (int) 
		int type
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator labelGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public java.awt.Paint getShapePaint () 
	public void setShapePaint (java.awt.Paint) 
		java.awt.Paint shapePaint
	public java.awt.Stroke getShapeStroke () 
	public void setShapeStroke (java.awt.Stroke) 
		java.awt.Stroke shapeStroke
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYItemRendererState state
	public int getPassCount () 
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double transY2
		java.awt.Point point
		double x0
		double y0
		double ph0
		double transX0
		double transY0
		java.awt.Point point
		java.util.Stack points
		double transY2
		int domainAxisIndex
		int rangeAxisIndex
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Shape shape
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.renderer.xy.StackedXYAreaRenderer$StackedXYAreaRendererState areaState
		org.jfree.data.xy.TableXYDataset tdataset
		int itemCount
		double x1
		double y1
		boolean nullPoint
		double ph1
		double transX1
		double transY1
		java.awt.Paint seriesPaint
		java.awt.Stroke seriesStroke
	protected double getPreviousHeight (org.jfree.data.xy.TableXYDataset, int, int) 
		double value
		int i
		org.jfree.data.xy.TableXYDataset dataset
		int series
		int index
		double result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.StackedXYAreaRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.class
StackedXYAreaRenderer2.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.StackedXYAreaRenderer2 extends org.jfree.chart.renderer.xy.XYAreaRenderer2 implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean roundXCoordinates
	public void  () 
	public void  (org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		org.jfree.chart.labels.XYToolTipGenerator labelGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public boolean getRoundXCoordinates () 
	public void setRoundXCoordinates (boolean) 
		boolean round
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		double[] stackValues
		int i
		org.jfree.data.xy.XYDataset dataset
		double min
		double max
		org.jfree.data.xy.TableXYDataset d
		int itemCount
	public int getPassCount () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double yleft
		float transYLeft
		double yright
		float transYRight
		float transStack1
		float transStackLeft
		float transStackRight
		float transY1
		double yleft
		float transYLeft
		double yright
		float transYRight
		float transStack1
		float transStackLeft
		float transStackRight
		java.awt.geom.GeneralPath gp
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		java.awt.Shape entityArea
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.data.xy.TableXYDataset tdataset
		double x1
		double y1
		double[] stack1
		double x0
		double y0
		double[] stack0
		int itemCount
		double x2
		double y2
		double[] stack2
		double xleft
		double xright
		double[] stackLeft
		double[] stackRight
		double[] adjStackLeft
		double[] adjStackRight
		org.jfree.ui.RectangleEdge edge0
		float transX1
		float transXLeft
		float transXRight
		float transY1
		org.jfree.ui.RectangleEdge edge1
		java.awt.geom.GeneralPath left
		java.awt.geom.GeneralPath right
		java.awt.Paint itemPaint
	private double[] getStackValues (org.jfree.data.xy.TableXYDataset, int, int) 
		double v
		int i
		org.jfree.data.xy.TableXYDataset dataset
		int series
		int index
		double[] result
	private double[] averageStackValues (double[], double[]) 
		double[] stack1
		double[] stack2
		double[] result
	private double[] adjustedStackValues (double[], double[]) 
		double[] stack1
		double[] stack2
		double[] result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.StackedXYAreaRenderer2 that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/StackedXYBarRenderer.class
StackedXYBarRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.StackedXYBarRenderer extends org.jfree.chart.renderer.xy.XYBarRenderer {
	private static final long serialVersionUID
	private boolean renderAsPercentages
	static Class class$org$jfree$data$xy$IntervalXYDataset
	static Class class$org$jfree$data$xy$TableXYDataset
	public void  () 
	public void  (double) 
		double margin
		org.jfree.chart.labels.ItemLabelPosition p
	public boolean getRenderAsPercentages () 
	public void setRenderAsPercentages (boolean) 
		boolean asPercentages
	public int getPassCount () 
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		String message
		boolean and
		double v
		int i
		double translatedBase
		double translatedValue
		double cut
		java.awt.GradientPaint gp
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Paint itemPaint
		org.jfree.chart.labels.XYItemLabelGenerator generator
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.data.xy.IntervalXYDataset intervalDataset
		double value
		double total
		double positiveBase
		double negativeBase
		double translatedBase
		double translatedValue
		org.jfree.ui.RectangleEdge edgeR
		org.jfree.ui.RectangleEdge edgeD
		double startX
		double translatedStartX
		double endX
		double translatedEndX
		double translatedWidth
		double translatedHeight
		java.awt.geom.Rectangle2D bar
		org.jfree.chart.plot.PlotOrientation orientation
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.StackedXYBarRenderer that
	public int hashCode () 
		int result
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/chart/renderer/xy/StandardXYItemRenderer$State.class
StandardXYItemRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.StandardXYItemRenderer$State extends org.jfree.chart.renderer.xy.XYItemRendererState {
	public java.awt.geom.GeneralPath seriesPath
	private int seriesIndex
	private boolean lastPointGood
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public boolean isLastPointGood () 
	public void setLastPointGood (boolean) 
		boolean good
	public int getSeriesIndex () 
	public void setSeriesIndex (int) 
		int index
	static int access$002 (org.jfree.chart.renderer.xy.StandardXYItemRenderer$State, int) 
		org.jfree.chart.renderer.xy.StandardXYItemRenderer$State x0
		int x1
	static boolean access$102 (org.jfree.chart.renderer.xy.StandardXYItemRenderer$State, boolean) 
		org.jfree.chart.renderer.xy.StandardXYItemRenderer$State x0
		boolean x1
	static int access$000 (org.jfree.chart.renderer.xy.StandardXYItemRenderer$State) 
		org.jfree.chart.renderer.xy.StandardXYItemRenderer$State x0
}

org/jfree/chart/renderer/xy/StandardXYItemRenderer.class
StandardXYItemRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.StandardXYItemRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int SHAPES
	public static final int LINES
	public static final int SHAPES_AND_LINES
	public static final int IMAGES
	public static final int DISCONTINUOUS
	public static final int DISCONTINUOUS_LINES
	private boolean baseShapesVisible
	private boolean plotLines
	private boolean plotImages
	private boolean plotDiscontinuous
	private org.jfree.util.UnitType gapThresholdType
	private double gapThreshold
	private Boolean shapesFilled
	private org.jfree.util.BooleanList seriesShapesFilled
	private boolean baseShapesFilled
	private boolean drawSeriesLineAsPath
	private transient java.awt.Shape legendLine
	public void  () 
	public void  (int) 
		int type
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public boolean getBaseShapesVisible () 
	public void setBaseShapesVisible (boolean) 
		boolean flag
	public boolean getItemShapeFilled (int, int) 
		int series
		int item
		Boolean flag
	public java.lang.Boolean getShapesFilled () 
	public void setShapesFilled (boolean) 
		boolean filled
	public void setShapesFilled (java.lang.Boolean) 
		Boolean filled
	public java.lang.Boolean getSeriesShapesFilled (int) 
		int series
	public void setSeriesShapesFilled (int, java.lang.Boolean) 
		int series
		Boolean flag
	public boolean getBaseShapesFilled () 
	public void setBaseShapesFilled (boolean) 
		boolean flag
	public boolean getPlotLines () 
	public void setPlotLines (boolean) 
		boolean flag
	public org.jfree.util.UnitType getGapThresholdType () 
	public void setGapThresholdType (org.jfree.util.UnitType) 
		org.jfree.util.UnitType thresholdType
	public double getGapThreshold () 
	public void setGapThreshold (double) 
		double t
	public boolean getPlotImages () 
	public void setPlotImages (boolean) 
		boolean flag
	public boolean getPlotDiscontinuous () 
	public void setPlotDiscontinuous (boolean) 
		boolean flag
	public boolean getDrawSeriesLineAsPath () 
	public void setDrawSeriesLineAsPath (boolean) 
		boolean flag
	public java.awt.Shape getLegendLine () 
	public void setLegendLine (java.awt.Shape) 
		java.awt.Shape line
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		boolean shapeFilled
		java.awt.Paint paint
		java.awt.Paint linePaint
		java.awt.Stroke lineStroke
		int datasetIndex
		int series
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.LegendItem result
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.StandardXYItemRenderer$State state
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		float x
		float y
		org.jfree.chart.renderer.xy.StandardXYItemRenderer$State s
		int numX
		double minX
		double maxX
		double transX0
		double transY0
		boolean drawLine
		double x0
		double y0
		java.awt.Shape shape
		java.awt.Point hotspot
		java.awt.Image image
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		boolean itemVisible
		java.awt.Shape entityArea
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint paint
		java.awt.Stroke seriesStroke
		double x1
		double y1
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double transX1
		double transY1
		double xx
		double yy
		int domainAxisIndex
		int rangeAxisIndex
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.StandardXYItemRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.xy.StandardXYItemRenderer clone
	protected java.awt.Image getImage (org.jfree.chart.plot.Plot, int, int, double, double) 
		org.jfree.chart.plot.Plot plot
		int series
		int item
		double x
		double y
	protected java.awt.Point getImageHotspot (org.jfree.chart.plot.Plot, int, int, double, double, java.awt.Image) 
		org.jfree.chart.plot.Plot plot
		int series
		int item
		double x
		double y
		java.awt.Image image
		int height
		int width
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/VectorRenderer.class
VectorRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.VectorRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable java.io.Serializable  {
	private double baseLength
	private double headLength
	public void  () 
	public org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		double lvalue
		double uvalue
		double delta
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.VectorXYDataset vdataset
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.XYDataset dataset
		double minimum
		double maximum
		int seriesCount
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		double lvalue
		double uvalue
		double delta
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.VectorXYDataset vdataset
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.XYDataset dataset
		double minimum
		double maximum
		int seriesCount
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		java.awt.geom.Line2D line
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		double x
		double y
		double dx
		double dy
		double xx0
		double yy0
		double xx1
		double yy1
		java.awt.geom.Line2D line
		org.jfree.chart.plot.PlotOrientation orientation
		double dxx
		double dyy
		double bx
		double by
		double cx
		double cy
		double angle
		double deltaX
		double deltaY
		double leftx
		double lefty
		double rightx
		double righty
		java.awt.geom.GeneralPath p
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.VectorRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/WindItemRenderer.class
WindItemRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.WindItemRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D plotArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.data.xy.WindDataset windData
		java.awt.Paint seriesPaint
		java.awt.Stroke seriesStroke
		Number x
		Number windDir
		Number wforce
		double windForce
		double wdirt
		double ax1
		double ax2
		double ay1
		double ay2
		double rax2
		double ray2
		org.jfree.ui.RectangleEdge domainAxisLocation
		org.jfree.ui.RectangleEdge rangeAxisLocation
		int diri
		int forcei
		String dirforce
		java.awt.geom.Line2D line
		double alx2
		double aly2
		double arx2
		double ary2
		double ralx2
		double raly2
		double rarx2
		double rary2
		double aldir
		double ardir
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/XYAreaRenderer$XYAreaRendererState.class
XYAreaRenderer.java
package org.jfree.chart.renderer.xy
 org.jfree.chart.renderer.xy.XYAreaRenderer$XYAreaRendererState extends org.jfree.chart.renderer.xy.XYItemRendererState {
	public java.awt.Polygon area
	public java.awt.geom.Line2D line
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
}

org/jfree/chart/renderer/xy/XYAreaRenderer.class
XYAreaRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYAreaRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int SHAPES
	public static final int LINES
	public static final int SHAPES_AND_LINES
	public static final int AREA
	public static final int AREA_AND_SHAPES
	private boolean plotShapes
	private boolean plotLines
	private boolean plotArea
	private boolean showOutline
	private transient java.awt.Shape legendArea
	public void  () 
	public void  (int) 
		int type
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		java.awt.geom.GeneralPath area
	public boolean getPlotShapes () 
	public boolean getPlotLines () 
	public boolean getPlotArea () 
	public boolean isOutline () 
	public void setOutline (boolean) 
		boolean show
	public java.awt.Shape getLegendArea () 
	public void setLegendArea (java.awt.Shape) 
		java.awt.Shape area
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYAreaRenderer$XYAreaRendererState state
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		org.jfree.chart.labels.XYSeriesLabelGenerator lg
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Paint paint
		org.jfree.data.xy.XYDataset dataset
		int datasetIndex
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.XYPlot xyplot
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double zero
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.renderer.xy.XYAreaRenderer$XYAreaRendererState areaState
		double x1
		double y1
		double transX1
		double transY1
		int itemCount
		double x0
		double y0
		double transX0
		double transY0
		double x2
		double y2
		double transX2
		double transY2
		double transZero
		java.awt.Polygon hotspot
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.Shape shape
		int domainAxisIndex
		int rangeAxisIndex
		org.jfree.chart.entity.EntityCollection entities
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.xy.XYAreaRenderer clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYAreaRenderer that
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/XYAreaRenderer2.class
XYAreaRenderer2.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYAreaRenderer2 extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private boolean showOutline
	private transient java.awt.Shape legendArea
	public void  () 
	public void  (org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		org.jfree.chart.labels.XYToolTipGenerator labelGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
		java.awt.geom.GeneralPath area
	public boolean isOutline () 
	public void setOutline (boolean) 
		boolean show
	public boolean getPlotLines () 
	public java.awt.Shape getLegendArea () 
	public void setLegendArea (java.awt.Shape) 
		java.awt.Shape area
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		org.jfree.chart.labels.XYSeriesLabelGenerator lg
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Paint paint
		org.jfree.data.xy.XYDataset dataset
		int datasetIndex
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.XYPlot xyplot
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		double x1
		double y1
		double transX1
		double transY1
		double x0
		double y0
		double transX0
		double transY0
		int itemCount
		double x2
		double y2
		double transX2
		double transY2
		double transZero
		java.awt.Polygon hotspot
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint paint
		java.awt.Stroke stroke
		int domainAxisIndex
		int rangeAxisIndex
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYAreaRenderer2 that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.xy.XYAreaRenderer2 clone
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/XYBarRenderer$XYBarRendererState.class
XYBarRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYBarRenderer$XYBarRendererState extends org.jfree.chart.renderer.xy.XYItemRendererState {
	private double g2Base
	private final org.jfree.chart.renderer.xy.XYBarRenderer this$0
	public void  (org.jfree.chart.renderer.xy.XYBarRenderer, org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public double getG2Base () 
	public void setG2Base (double) 
		double value
}

org/jfree/chart/renderer/xy/XYBarRenderer.class
XYBarRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYBarRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double base
	private boolean useYInterval
	private double margin
	private boolean drawBarOutline
	private org.jfree.ui.GradientPaintTransformer gradientPaintTransformer
	private transient java.awt.Shape legendBar
	private org.jfree.chart.labels.ItemLabelPosition positiveItemLabelPositionFallback
	private org.jfree.chart.labels.ItemLabelPosition negativeItemLabelPositionFallback
	public void  () 
	public void  (double) 
		double margin
	public double getBase () 
	public void setBase (double) 
		double base
	public boolean getUseYInterval () 
	public void setUseYInterval (boolean) 
		boolean use
	public double getMargin () 
	public void setMargin (double) 
		double margin
	public boolean isDrawBarOutline () 
	public void setDrawBarOutline (boolean) 
		boolean draw
	public org.jfree.ui.GradientPaintTransformer getGradientPaintTransformer () 
	public void setGradientPaintTransformer (org.jfree.ui.GradientPaintTransformer) 
		org.jfree.ui.GradientPaintTransformer transformer
	public java.awt.Shape getLegendBar () 
	public void setLegendBar (java.awt.Shape) 
		java.awt.Shape bar
	public org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPositionFallback () 
	public void setPositiveItemLabelPositionFallback (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPositionFallback () 
	public void setNegativeItemLabelPositionFallback (org.jfree.chart.labels.ItemLabelPosition) 
		org.jfree.chart.labels.ItemLabelPosition position
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYBarRenderer$XYBarRendererState state
		org.jfree.chart.axis.ValueAxis rangeAxis
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		org.jfree.chart.labels.XYSeriesLabelGenerator lg
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		org.jfree.data.xy.XYDataset dataset
		int datasetIndex
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.XYPlot xyplot
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double value0
		double value1
		double cut
		java.awt.GradientPaint gp
		java.awt.Stroke stroke
		java.awt.Paint paint
		org.jfree.chart.labels.XYItemLabelGenerator generator
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.data.xy.IntervalXYDataset intervalDataset
		double value0
		double value1
		double translatedValue0
		double translatedValue1
		double bottom
		double top
		double startX
		double endX
		org.jfree.ui.RectangleEdge location
		double translatedStartX
		double translatedEndX
		double translatedWidth
		double left
		java.awt.geom.Rectangle2D bar
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint itemPaint
		double x1
		double y1
		double transX1
		double transY1
		int domainAxisIndex
		int rangeAxisIndex
		org.jfree.chart.entity.EntityCollection entities
	protected void drawItemLabel (java.awt.Graphics2D, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.XYPlot, org.jfree.chart.labels.XYItemLabelGenerator, java.awt.geom.Rectangle2D, boolean) 
		java.awt.Shape bounds
		java.awt.Graphics2D g2
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.labels.XYItemLabelGenerator generator
		java.awt.geom.Rectangle2D bar
		boolean negative
		String label
		java.awt.Font labelFont
		java.awt.Paint paint
		org.jfree.chart.labels.ItemLabelPosition position
		java.awt.geom.Point2D anchorPoint
	private java.awt.geom.Point2D calculateLabelAnchorPoint (org.jfree.chart.labels.ItemLabelAnchor, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotOrientation) 
		org.jfree.chart.labels.ItemLabelAnchor anchor
		java.awt.geom.Rectangle2D bar
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.geom.Point2D result
		double offset
		double x0
		double x1
		double x2
		double x3
		double x4
		double x5
		double x6
		double y0
		double y1
		double y2
		double y3
		double y4
		double y5
		double y6
	private boolean isInternalAnchor (org.jfree.chart.labels.ItemLabelAnchor) 
		org.jfree.chart.labels.ItemLabelAnchor anchor
	public org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.xy.XYBarRenderer result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYBarRenderer that
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/XYBlockRenderer.class
XYBlockRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYBlockRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable java.io.Serializable  {
	private double blockWidth
	private double blockHeight
	private org.jfree.ui.RectangleAnchor blockAnchor
	private double xOffset
	private double yOffset
	private org.jfree.chart.renderer.PaintScale paintScale
	public void  () 
	public double getBlockWidth () 
	public void setBlockWidth (double) 
		double width
	public double getBlockHeight () 
	public void setBlockHeight (double) 
		double height
	public org.jfree.ui.RectangleAnchor getBlockAnchor () 
	public void setBlockAnchor (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public org.jfree.chart.renderer.PaintScale getPaintScale () 
	public void setPaintScale (org.jfree.chart.renderer.PaintScale) 
		org.jfree.chart.renderer.PaintScale scale
	private void updateOffsets () 
	public org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.Range r
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.Range r
		org.jfree.data.xy.XYDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		java.awt.geom.Rectangle2D block
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		double x
		double y
		double z
		java.awt.Paint p
		double xx0
		double yy0
		double xx1
		double yy1
		java.awt.geom.Rectangle2D block
		org.jfree.chart.plot.PlotOrientation orientation
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYBlockRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		org.jfree.chart.renderer.xy.XYBlockRenderer clone
}

org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.class
XYBoxAndWhiskerRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double boxWidth
	private transient java.awt.Paint boxPaint
	private boolean fillBox
	private transient java.awt.Paint artifactPaint
	public void  () 
	public void  (double) 
		double boxWidth
	public double getBoxWidth () 
	public void setBoxWidth (double) 
		double width
	public java.awt.Paint getBoxPaint () 
	public void setBoxPaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getFillBox () 
	public void setFillBox (boolean) 
		boolean flag
	public java.awt.Paint getArtifactPaint () 
	public void setArtifactPaint (java.awt.Paint) 
		java.awt.Paint paint
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
	public void drawHorizontalItem (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		int itemCount
		java.awt.geom.Ellipse2D$Double avgEllipse
		double aRadius
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.data.statistics.BoxAndWhiskerXYDataset boxAndWhiskerData
		Number x
		Number yMax
		Number yMin
		Number yMedian
		Number yAverage
		Number yQ1Median
		Number yQ3Median
		double xx
		org.jfree.ui.RectangleEdge location
		double yyMax
		double yyMin
		double yyMedian
		double yyAverage
		double yyQ1Median
		double yyQ3Median
		double exactBoxWidth
		double width
		double dataAreaX
		double maxBoxPercent
		double maxBoxWidth
		java.awt.Paint p
		java.awt.Stroke s
		java.awt.Shape box
	public void drawVerticalItem (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		int itemCount
		java.awt.geom.Ellipse2D$Double avgEllipse
		double yyOutlier
		double yyOutlier
		double outlier
		int i
		org.jfree.chart.renderer.Outlier outlier
		java.util.Iterator iterator
		org.jfree.chart.renderer.OutlierList list
		org.jfree.chart.renderer.Outlier outlier
		java.awt.geom.Point2D point
		java.util.Iterator iterator
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.data.statistics.BoxAndWhiskerXYDataset boxAndWhiskerData
		Number x
		Number yMax
		Number yMin
		Number yMedian
		Number yAverage
		Number yQ1Median
		Number yQ3Median
		java.util.List yOutliers
		double xx
		org.jfree.ui.RectangleEdge location
		double yyMax
		double yyMin
		double yyMedian
		double yyAverage
		double yyQ1Median
		double yyQ3Median
		double exactBoxWidth
		double width
		double dataAreaX
		double maxBoxPercent
		double maxBoxWidth
		java.awt.Paint p
		java.awt.Stroke s
		java.awt.Shape box
		double aRadius
		double oRadius
		java.util.List outliers
		org.jfree.chart.renderer.OutlierListCollection outlierListCollection
		double maxAxisValue
		double minAxisValue
	protected void drawEllipse (java.awt.geom.Point2D, double, java.awt.Graphics2D) 
		java.awt.geom.Point2D point
		double oRadius
		java.awt.Graphics2D g2
		java.awt.geom.Ellipse2D$Double dot
	protected void drawMultipleEllipse (java.awt.geom.Point2D, double, double, java.awt.Graphics2D) 
		java.awt.geom.Point2D point
		double boxWidth
		double oRadius
		java.awt.Graphics2D g2
		java.awt.geom.Ellipse2D$Double dot1
		java.awt.geom.Ellipse2D$Double dot2
	protected void drawHighFarOut (double, java.awt.Graphics2D, double, double) 
		double aRadius
		java.awt.Graphics2D g2
		double xx
		double m
		double side
	protected void drawLowFarOut (double, java.awt.Graphics2D, double, double) 
		double aRadius
		java.awt.Graphics2D g2
		double xx
		double m
		double side
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/XYBubbleRenderer.class
XYBubbleRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYBubbleRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	public static final long serialVersionUID
	public static final int SCALE_ON_BOTH_AXES
	public static final int SCALE_ON_DOMAIN_AXIS
	public static final int SCALE_ON_RANGE_AXIS
	private int scaleType
	public void  () 
	public void  (int) 
		int scaleType
	public int getScaleType () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		org.jfree.data.xy.XYZDataset xyzData
		double zero1
		double zero2
		org.jfree.ui.RectangleEdge domainAxisLocation
		org.jfree.ui.RectangleEdge rangeAxisLocation
		double transX
		double transY
		double transDomain
		double transRange
		double zero
		java.awt.geom.Ellipse2D circle
		org.jfree.chart.entity.EntityCollection entities
		int domainAxisIndex
		int rangeAxisIndex
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
		double x
		double y
		double z
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Shape shape
		java.awt.Paint paint
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		int datasetIndex
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYBubbleRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/XYDifferenceRenderer.class
XYDifferenceRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYDifferenceRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private transient java.awt.Paint positivePaint
	private transient java.awt.Paint negativePaint
	private boolean shapesVisible
	private transient java.awt.Shape legendLine
	private boolean roundXCoordinates
	public void  () 
	public void  (java.awt.Paint, java.awt.Paint, boolean) 
		java.awt.Paint positivePaint
		java.awt.Paint negativePaint
		boolean shapes
	public java.awt.Paint getPositivePaint () 
	public void setPositivePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getNegativePaint () 
	public void setNegativePaint (java.awt.Paint) 
		java.awt.Paint paint
	public boolean getShapesVisible () 
	public void setShapesVisible (boolean) 
		boolean flag
	public java.awt.Shape getLegendLine () 
	public void setLegendLine (java.awt.Shape) 
		java.awt.Shape line
	public boolean getRoundXCoordinates () 
	public void setRoundXCoordinates (boolean) 
		boolean round
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYItemRendererState state
	public int getPassCount () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
	protected void drawItemPass0 (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState) 
		double l_slope
		double l_slope
		boolean b_useMinuend
		double l_xi
		double l_yi
		double l_slopeA
		double l_slopeB
		double l_denominator
		double l_deltaY
		double l_deltaX
		double l_numeratorA
		double l_numeratorB
		double l_y
		boolean b_positive
		Double l_intersectX
		Double l_intersectY
		boolean b_intersect
		double l_slope
		double l_slope
		java.awt.Graphics2D x_graphics
		java.awt.geom.Rectangle2D x_dataArea
		org.jfree.chart.plot.PlotRenderingInfo x_info
		org.jfree.chart.plot.XYPlot x_plot
		org.jfree.chart.axis.ValueAxis x_domainAxis
		org.jfree.chart.axis.ValueAxis x_rangeAxis
		org.jfree.data.xy.XYDataset x_dataset
		int x_series
		int x_item
		org.jfree.chart.plot.CrosshairState x_crosshairState
		boolean b_impliedZeroSubtrahend
		java.util.LinkedList l_minuendXs
		java.util.LinkedList l_minuendYs
		java.util.LinkedList l_subtrahendXs
		java.util.LinkedList l_subtrahendYs
		java.util.LinkedList l_polygonXs
		java.util.LinkedList l_polygonYs
		int l_minuendItem
		int l_minuendItemCount
		Double l_minuendCurX
		Double l_minuendNextX
		Double l_minuendCurY
		Double l_minuendNextY
		double l_minuendMaxY
		double l_minuendMinY
		int l_subtrahendItem
		int l_subtrahendItemCount
		Double l_subtrahendCurX
		Double l_subtrahendNextX
		Double l_subtrahendCurY
		Double l_subtrahendNextY
		double l_subtrahendMaxY
		double l_subtrahendMinY
		boolean b_minuendDone
		boolean b_minuendAdvanced
		boolean b_minuendAtIntersect
		boolean b_minuendFastForward
		boolean b_subtrahendDone
		boolean b_subtrahendAdvanced
		boolean b_subtrahendAtIntersect
		boolean b_subtrahendFastForward
		boolean b_colinear
		boolean b_positive
		double l_x1
		double l_y1
		double l_x2
		double l_y2
		double l_x3
		double l_y3
		double l_x4
		double l_y4
		boolean b_fastForwardDone
	protected void drawItemPass1 (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState) 
		java.awt.Shape l_shape
		String l_tip
		org.jfree.chart.labels.XYToolTipGenerator l_tipGenerator
		String l_url
		org.jfree.chart.urls.XYURLGenerator l_urlGenerator
		org.jfree.chart.entity.XYItemEntity l_entity
		java.awt.Graphics2D x_graphics
		java.awt.geom.Rectangle2D x_dataArea
		org.jfree.chart.plot.PlotRenderingInfo x_info
		org.jfree.chart.plot.XYPlot x_plot
		org.jfree.chart.axis.ValueAxis x_domainAxis
		org.jfree.chart.axis.ValueAxis x_rangeAxis
		org.jfree.data.xy.XYDataset x_dataset
		int x_series
		int x_item
		org.jfree.chart.plot.CrosshairState x_crosshairState
		java.awt.Shape l_entityArea
		org.jfree.chart.entity.EntityCollection l_entities
		java.awt.Paint l_seriesPaint
		java.awt.Stroke l_seriesStroke
		org.jfree.chart.plot.PlotOrientation l_orientation
		org.jfree.ui.RectangleEdge l_domainAxisLocation
		org.jfree.ui.RectangleEdge l_rangeAxisLocation
		double l_x0
		double l_y0
		double l_x1
		double l_y1
		int l_domainAxisIndex
		int l_rangeAxisIndex
		double l_x2
		double l_y2
		java.awt.geom.Line2D l_line
	private boolean isEitherSeriesDegenerate (org.jfree.data.xy.XYDataset, boolean) 
		org.jfree.data.xy.XYDataset x_dataset
		boolean x_impliedZeroSubtrahend
	private boolean areSeriesDisjoint (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset x_dataset
		int l_minuendItemCount
		double l_minuendFirst
		double l_minuendLast
		int l_subtrahendItemCount
		double l_subtrahendFirst
		double l_subtrahendLast
	private void createPolygon (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, boolean, java.util.LinkedList, java.util.LinkedList) 
		int i
		double l_x
		double l_y
		int i
		double l_x
		double l_y
		java.awt.Graphics2D x_graphics
		java.awt.geom.Rectangle2D x_dataArea
		org.jfree.chart.plot.XYPlot x_plot
		org.jfree.chart.axis.ValueAxis x_domainAxis
		org.jfree.chart.axis.ValueAxis x_rangeAxis
		boolean x_positive
		java.util.LinkedList x_xValues
		java.util.LinkedList x_yValues
		org.jfree.chart.plot.PlotOrientation l_orientation
		org.jfree.ui.RectangleEdge l_domainAxisLocation
		org.jfree.ui.RectangleEdge l_rangeAxisLocation
		Object[] l_xValues
		Object[] l_yValues
		java.awt.geom.GeneralPath l_path
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Paint paint
		java.awt.Stroke stroke
		java.awt.geom.Line2D line
		org.jfree.data.xy.XYDataset dataset
		int datasetIndex
		int series
		org.jfree.chart.LegendItem result
		org.jfree.chart.plot.XYPlot p
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYDifferenceRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.xy.XYDifferenceRenderer clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/renderer/xy/XYDotRenderer.class
XYDotRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYDotRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private int dotWidth
	private int dotHeight
	private transient java.awt.Shape legendShape
	public void  () 
	public int getDotWidth () 
	public void setDotWidth (int) 
		int w
	public int getDotHeight () 
	public void setDotHeight (int) 
		int h
	public java.awt.Shape getLegendShape () 
	public void setLegendShape (java.awt.Shape) 
		java.awt.Shape shape
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double transX
		double transY
		org.jfree.chart.plot.PlotOrientation orientation
		int domainAxisIndex
		int rangeAxisIndex
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		double x
		double y
		double adjx
		double adjy
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		String label
		String description
		String toolTipText
		String urlText
		java.awt.Paint fillPaint
		int datasetIndex
		int series
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		org.jfree.chart.LegendItem result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYDotRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/XYErrorRenderer.class
XYErrorRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYErrorRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer {
	static final long serialVersionUID
	private boolean drawXError
	private boolean drawYError
	private double capLength
	private transient java.awt.Paint errorPaint
	public void  () 
	public boolean getDrawXError () 
	public void setDrawXError (boolean) 
		boolean draw
	public boolean getDrawYError () 
	public void setDrawYError (boolean) 
		boolean draw
	public double getCapLength () 
	public void setCapLength (double) 
		double length
	public java.awt.Paint getErrorPaint () 
	public void setErrorPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		java.awt.geom.Line2D line
		double x0
		double x1
		double y
		org.jfree.ui.RectangleEdge edge
		double xx0
		double xx1
		double yy
		java.awt.geom.Line2D line
		java.awt.geom.Line2D cap1
		java.awt.geom.Line2D cap2
		double adj
		java.awt.geom.Line2D line
		double y0
		double y1
		double x
		org.jfree.ui.RectangleEdge edge
		double yy0
		double yy1
		double xx
		java.awt.geom.Line2D line
		java.awt.geom.Line2D cap1
		java.awt.geom.Line2D cap2
		double adj
		org.jfree.data.xy.IntervalXYDataset ixyd
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYErrorRenderer that
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/XYItemRenderer.class
XYItemRenderer.java
package org.jfree.chart.renderer.xy
public abstract org.jfree.chart.renderer.xy.XYItemRenderer extends java.lang.Object implements org.jfree.chart.LegendItemSource  {
	public abstract org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
	public abstract int getPassCount () 
	public abstract boolean getItemVisible (int, int) 
	public abstract boolean isSeriesVisible (int) 
	public abstract java.lang.Boolean getSeriesVisible () 
	public abstract void setSeriesVisible (java.lang.Boolean) 
	public abstract void setSeriesVisible (java.lang.Boolean, boolean) 
	public abstract java.lang.Boolean getSeriesVisible (int) 
	public abstract void setSeriesVisible (int, java.lang.Boolean) 
	public abstract void setSeriesVisible (int, java.lang.Boolean, boolean) 
	public abstract boolean getBaseSeriesVisible () 
	public abstract void setBaseSeriesVisible (boolean) 
	public abstract void setBaseSeriesVisible (boolean, boolean) 
	public abstract boolean isSeriesVisibleInLegend (int) 
	public abstract java.lang.Boolean getSeriesVisibleInLegend () 
	public abstract void setSeriesVisibleInLegend (java.lang.Boolean) 
	public abstract void setSeriesVisibleInLegend (java.lang.Boolean, boolean) 
	public abstract java.lang.Boolean getSeriesVisibleInLegend (int) 
	public abstract void setSeriesVisibleInLegend (int, java.lang.Boolean) 
	public abstract void setSeriesVisibleInLegend (int, java.lang.Boolean, boolean) 
	public abstract boolean getBaseSeriesVisibleInLegend () 
	public abstract void setBaseSeriesVisibleInLegend (boolean) 
	public abstract void setBaseSeriesVisibleInLegend (boolean, boolean) 
	public abstract java.awt.Paint getItemPaint (int, int) 
	public abstract java.awt.Paint getSeriesPaint (int) 
	public abstract void setPaint (java.awt.Paint) 
	public abstract void setSeriesPaint (int, java.awt.Paint) 
	public abstract java.awt.Paint getBasePaint () 
	public abstract void setBasePaint (java.awt.Paint) 
	public abstract java.awt.Paint getItemOutlinePaint (int, int) 
	public abstract java.awt.Paint getSeriesOutlinePaint (int) 
	public abstract void setSeriesOutlinePaint (int, java.awt.Paint) 
	public abstract void setOutlinePaint (java.awt.Paint) 
	public abstract java.awt.Paint getBaseOutlinePaint () 
	public abstract void setBaseOutlinePaint (java.awt.Paint) 
	public abstract java.awt.Stroke getItemStroke (int, int) 
	public abstract java.awt.Stroke getSeriesStroke (int) 
	public abstract void setStroke (java.awt.Stroke) 
	public abstract void setSeriesStroke (int, java.awt.Stroke) 
	public abstract java.awt.Stroke getBaseStroke () 
	public abstract void setBaseStroke (java.awt.Stroke) 
	public abstract java.awt.Stroke getItemOutlineStroke (int, int) 
	public abstract java.awt.Stroke getSeriesOutlineStroke (int) 
	public abstract void setOutlineStroke (java.awt.Stroke) 
	public abstract void setSeriesOutlineStroke (int, java.awt.Stroke) 
	public abstract java.awt.Stroke getBaseOutlineStroke () 
	public abstract void setBaseOutlineStroke (java.awt.Stroke) 
	public abstract java.awt.Shape getItemShape (int, int) 
	public abstract java.awt.Shape getSeriesShape (int) 
	public abstract void setShape (java.awt.Shape) 
	public abstract void setSeriesShape (int, java.awt.Shape) 
	public abstract java.awt.Shape getBaseShape () 
	public abstract void setBaseShape (java.awt.Shape) 
	public abstract boolean isItemLabelVisible (int, int) 
	public abstract boolean isSeriesItemLabelsVisible (int) 
	public abstract void setItemLabelsVisible (boolean) 
	public abstract void setItemLabelsVisible (java.lang.Boolean) 
	public abstract void setItemLabelsVisible (java.lang.Boolean, boolean) 
	public abstract void setSeriesItemLabelsVisible (int, boolean) 
	public abstract void setSeriesItemLabelsVisible (int, java.lang.Boolean) 
	public abstract void setSeriesItemLabelsVisible (int, java.lang.Boolean, boolean) 
	public abstract java.lang.Boolean getBaseItemLabelsVisible () 
	public abstract void setBaseItemLabelsVisible (boolean) 
	public abstract void setBaseItemLabelsVisible (java.lang.Boolean) 
	public abstract void setBaseItemLabelsVisible (java.lang.Boolean, boolean) 
	public abstract org.jfree.chart.labels.XYItemLabelGenerator getItemLabelGenerator (int, int) 
	public abstract org.jfree.chart.labels.XYItemLabelGenerator getSeriesItemLabelGenerator (int) 
	public abstract void setItemLabelGenerator (org.jfree.chart.labels.XYItemLabelGenerator) 
	public abstract void setSeriesItemLabelGenerator (int, org.jfree.chart.labels.XYItemLabelGenerator) 
	public abstract org.jfree.chart.labels.XYItemLabelGenerator getBaseItemLabelGenerator () 
	public abstract void setBaseItemLabelGenerator (org.jfree.chart.labels.XYItemLabelGenerator) 
	public abstract org.jfree.chart.labels.XYToolTipGenerator getToolTipGenerator (int, int) 
	public abstract org.jfree.chart.labels.XYToolTipGenerator getSeriesToolTipGenerator (int) 
	public abstract void setToolTipGenerator (org.jfree.chart.labels.XYToolTipGenerator) 
	public abstract void setSeriesToolTipGenerator (int, org.jfree.chart.labels.XYToolTipGenerator) 
	public abstract org.jfree.chart.labels.XYToolTipGenerator getBaseToolTipGenerator () 
	public abstract void setBaseToolTipGenerator (org.jfree.chart.labels.XYToolTipGenerator) 
	public abstract org.jfree.chart.urls.XYURLGenerator getURLGenerator () 
	public abstract void setURLGenerator (org.jfree.chart.urls.XYURLGenerator) 
	public abstract java.awt.Font getItemLabelFont (int, int) 
	public abstract java.awt.Font getItemLabelFont () 
	public abstract void setItemLabelFont (java.awt.Font) 
	public abstract java.awt.Font getSeriesItemLabelFont (int) 
	public abstract void setSeriesItemLabelFont (int, java.awt.Font) 
	public abstract java.awt.Font getBaseItemLabelFont () 
	public abstract void setBaseItemLabelFont (java.awt.Font) 
	public abstract java.awt.Paint getItemLabelPaint (int, int) 
	public abstract java.awt.Paint getItemLabelPaint () 
	public abstract void setItemLabelPaint (java.awt.Paint) 
	public abstract java.awt.Paint getSeriesItemLabelPaint (int) 
	public abstract void setSeriesItemLabelPaint (int, java.awt.Paint) 
	public abstract java.awt.Paint getBaseItemLabelPaint () 
	public abstract void setBaseItemLabelPaint (java.awt.Paint) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPosition (int, int) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getPositiveItemLabelPosition () 
	public abstract void setPositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setPositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getSeriesPositiveItemLabelPosition (int) 
	public abstract void setSeriesPositiveItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setSeriesPositiveItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getBasePositiveItemLabelPosition () 
	public abstract void setBasePositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setBasePositiveItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPosition (int, int) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getNegativeItemLabelPosition () 
	public abstract void setNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getSeriesNegativeItemLabelPosition (int) 
	public abstract void setSeriesNegativeItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setSeriesNegativeItemLabelPosition (int, org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract org.jfree.chart.labels.ItemLabelPosition getBaseNegativeItemLabelPosition () 
	public abstract void setBaseNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition) 
	public abstract void setBaseNegativeItemLabelPosition (org.jfree.chart.labels.ItemLabelPosition, boolean) 
	public abstract void addAnnotation (org.jfree.chart.annotations.XYAnnotation) 
	public abstract void addAnnotation (org.jfree.chart.annotations.XYAnnotation, org.jfree.ui.Layer) 
	public abstract boolean removeAnnotation (org.jfree.chart.annotations.XYAnnotation) 
	public abstract void removeAnnotations () 
	public abstract void drawAnnotations (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.ui.Layer, org.jfree.chart.plot.PlotRenderingInfo) 
	public abstract void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
	public abstract org.jfree.chart.LegendItem getLegendItem (int, int) 
	public abstract org.jfree.chart.labels.XYSeriesLabelGenerator getLegendItemLabelGenerator () 
	public abstract void setLegendItemLabelGenerator (org.jfree.chart.labels.XYSeriesLabelGenerator) 
	public abstract void fillDomainGridBand (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, double) 
	public abstract void fillRangeGridBand (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, double) 
	public abstract void drawDomainGridLine (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double) 
	public abstract void drawRangeLine (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, double, java.awt.Paint, java.awt.Stroke) 
	public abstract void drawDomainMarker (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
	public abstract void drawRangeMarker (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.Marker, java.awt.geom.Rectangle2D) 
	public abstract org.jfree.chart.plot.XYPlot getPlot () 
	public abstract void setPlot (org.jfree.chart.plot.XYPlot) 
	public abstract org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
	public abstract org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
	public abstract void addChangeListener (org.jfree.chart.event.RendererChangeListener) 
	public abstract void removeChangeListener (org.jfree.chart.event.RendererChangeListener) 
}

org/jfree/chart/renderer/xy/XYItemRendererState.class
XYItemRendererState.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYItemRendererState extends org.jfree.chart.renderer.RendererState {
	public java.awt.geom.Line2D workingLine
	private boolean processVisibleItemsOnly
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public boolean getProcessVisibleItemsOnly () 
	public void setProcessVisibleItemsOnly (boolean) 
		boolean flag
}

org/jfree/chart/renderer/xy/XYLine3DRenderer.class
XYLine3DRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYLine3DRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements org.jfree.chart.Effect3D java.io.Serializable  {
	private static final long serialVersionUID
	public static final double DEFAULT_X_OFFSET
	public static final double DEFAULT_Y_OFFSET
	public static final java.awt.Paint DEFAULT_WALL_PAINT
	private double xOffset
	private double yOffset
	private transient java.awt.Paint wallPaint
	public void  () 
	public double getXOffset () 
	public double getYOffset () 
	public void setXOffset (double) 
		double xOffset
	public void setYOffset (double) 
		double yOffset
	public java.awt.Paint getWallPaint () 
	public void setWallPaint (java.awt.Paint) 
		java.awt.Paint paint
	public int getPassCount () 
	protected boolean isLinePass (int) 
		int pass
	protected boolean isItemPass (int) 
		int pass
	protected boolean isShadowPass (int) 
		int pass
	protected void drawFirstPassShape (java.awt.Graphics2D, int, int, int, java.awt.Shape) 
		java.awt.Graphics2D g2
		int pass
		int series
		int item
		java.awt.Shape shape
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYLine3DRenderer that
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	static void  () 
}

org/jfree/chart/renderer/xy/XYLineAndShapeRenderer$State.class
XYLineAndShapeRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State extends org.jfree.chart.renderer.xy.XYItemRendererState {
	public java.awt.geom.GeneralPath seriesPath
	private boolean lastPointGood
	public void  (org.jfree.chart.plot.PlotRenderingInfo) 
		org.jfree.chart.plot.PlotRenderingInfo info
	public boolean isLastPointGood () 
	public void setLastPointGood (boolean) 
		boolean good
	static boolean access$002 (org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State, boolean) 
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State x0
		boolean x1
}

org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.class
XYLineAndShapeRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYLineAndShapeRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Boolean linesVisible
	private org.jfree.util.BooleanList seriesLinesVisible
	private boolean baseLinesVisible
	private transient java.awt.Shape legendLine
	private Boolean shapesVisible
	private org.jfree.util.BooleanList seriesShapesVisible
	private boolean baseShapesVisible
	private Boolean shapesFilled
	private org.jfree.util.BooleanList seriesShapesFilled
	private boolean baseShapesFilled
	private boolean drawOutlines
	private boolean useFillPaint
	private boolean useOutlinePaint
	private boolean drawSeriesLineAsPath
	public void  () 
	public void  (boolean, boolean) 
		boolean lines
		boolean shapes
	public boolean getDrawSeriesLineAsPath () 
	public void setDrawSeriesLineAsPath (boolean) 
		boolean flag
	public int getPassCount () 
	public boolean getItemLineVisible (int, int) 
		int series
		int item
		Boolean flag
	public java.lang.Boolean getLinesVisible () 
	public void setLinesVisible (java.lang.Boolean) 
		Boolean visible
	public void setLinesVisible (boolean) 
		boolean visible
	public java.lang.Boolean getSeriesLinesVisible (int) 
		int series
	public void setSeriesLinesVisible (int, java.lang.Boolean) 
		int series
		Boolean flag
	public void setSeriesLinesVisible (int, boolean) 
		int series
		boolean visible
	public boolean getBaseLinesVisible () 
	public void setBaseLinesVisible (boolean) 
		boolean flag
	public java.awt.Shape getLegendLine () 
	public void setLegendLine (java.awt.Shape) 
		java.awt.Shape line
	public boolean getItemShapeVisible (int, int) 
		int series
		int item
		Boolean flag
	public java.lang.Boolean getShapesVisible () 
	public void setShapesVisible (java.lang.Boolean) 
		Boolean visible
	public void setShapesVisible (boolean) 
		boolean visible
	public java.lang.Boolean getSeriesShapesVisible (int) 
		int series
	public void setSeriesShapesVisible (int, boolean) 
		int series
		boolean visible
	public void setSeriesShapesVisible (int, java.lang.Boolean) 
		int series
		Boolean flag
	public boolean getBaseShapesVisible () 
	public void setBaseShapesVisible (boolean) 
		boolean flag
	public boolean getItemShapeFilled (int, int) 
		int series
		int item
		Boolean flag
	public void setShapesFilled (boolean) 
		boolean filled
	public void setShapesFilled (java.lang.Boolean) 
		Boolean filled
	public java.lang.Boolean getSeriesShapesFilled (int) 
		int series
	public void setSeriesShapesFilled (int, boolean) 
		int series
		boolean flag
	public void setSeriesShapesFilled (int, java.lang.Boolean) 
		int series
		Boolean flag
	public boolean getBaseShapesFilled () 
	public void setBaseShapesFilled (boolean) 
		boolean flag
	public boolean getDrawOutlines () 
	public void setDrawOutlines (boolean) 
		boolean flag
	public boolean getUseFillPaint () 
	public void setUseFillPaint (boolean) 
		boolean flag
	public boolean getUseOutlinePaint () 
	public void setUseOutlinePaint (boolean) 
		boolean flag
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State state
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State s
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
	protected boolean isLinePass (int) 
		int pass
	protected boolean isItemPass (int) 
		int pass
	protected void drawPrimaryLine (org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, int, int, int, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D) 
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		int pass
		int series
		int item
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		java.awt.geom.Rectangle2D dataArea
		double x1
		double y1
		double x0
		double y0
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double transX0
		double transY0
		double transX1
		double transY1
		org.jfree.chart.plot.PlotOrientation orientation
	protected void drawFirstPassShape (java.awt.Graphics2D, int, int, int, java.awt.Shape) 
		java.awt.Graphics2D g2
		int pass
		int series
		int item
		java.awt.Shape shape
	protected void drawPrimaryLineAsPath (org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, int, int, int, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D) 
		float x
		float y
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		int pass
		int series
		int item
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double x1
		double y1
		double transX1
		double transY1
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State s
	protected void drawSecondaryPass (java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, int, int, int, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D, org.jfree.chart.axis.ValueAxis, org.jfree.chart.plot.CrosshairState, org.jfree.chart.entity.EntityCollection) 
		java.awt.Shape shape
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		int pass
		int series
		int item
		org.jfree.chart.axis.ValueAxis domainAxis
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.chart.plot.CrosshairState crosshairState
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Shape entityArea
		double x1
		double y1
		org.jfree.chart.plot.PlotOrientation orientation
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double transX1
		double transY1
		double xx
		double yy
		int domainAxisIndex
		int rangeAxisIndex
	public org.jfree.chart.LegendItem getLegendItem (int, int) 
		String label
		String description
		String toolTipText
		String urlText
		boolean shapeIsVisible
		java.awt.Shape shape
		boolean shapeIsFilled
		java.awt.Paint fillPaint
		boolean shapeOutlineVisible
		java.awt.Paint outlinePaint
		java.awt.Stroke outlineStroke
		boolean lineVisible
		java.awt.Stroke lineStroke
		java.awt.Paint linePaint
		int datasetIndex
		int series
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.LegendItem result
		org.jfree.data.xy.XYDataset dataset
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer that
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
}

org/jfree/chart/renderer/xy/XYSplineRenderer$ControlPoint.class
XYSplineRenderer.java
package org.jfree.chart.renderer.xy
 org.jfree.chart.renderer.xy.XYSplineRenderer$ControlPoint extends java.lang.Object {
	public float x
	public float y
	private final org.jfree.chart.renderer.xy.XYSplineRenderer this$0
	public void  (org.jfree.chart.renderer.xy.XYSplineRenderer, float, float) 
		float x
		float y
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYSplineRenderer$ControlPoint that
}

org/jfree/chart/renderer/xy/XYSplineRenderer.class
XYSplineRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYSplineRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer {
	private java.util.Vector points
	private int precision
	public void  () 
	public void  (int) 
		int precision
	public int getPrecision () 
	public void setPrecision (int) 
		int p
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State state
	protected void drawPrimaryLineAsPath (org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.Graphics2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, int, int, int, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, java.awt.geom.Rectangle2D) 
		org.jfree.chart.renderer.xy.XYSplineRenderer$ControlPoint p
		org.jfree.chart.renderer.xy.XYSplineRenderer$ControlPoint cp1
		org.jfree.chart.renderer.xy.XYSplineRenderer$ControlPoint cpi
		int i
		int i
		int i
		float y
		float t
		float t1
		float t2
		int j
		int i
		int np
		float[] d
		float[] x
		float oldy
		float oldt
		float[] a
		float[] h
		float[] sub
		float[] diag
		float[] sup
		org.jfree.chart.renderer.xy.XYSplineRenderer$ControlPoint cp0
		org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State s
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.Graphics2D g2
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset dataset
		int pass
		int series
		int item
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		java.awt.geom.Rectangle2D dataArea
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double x1
		double y1
		double transX1
		double transY1
	private void solveTridiag (float[], float[], float[], float[], int) 
		float[] sub
		float[] diag
		float[] sup
		float[] b
		int n
		int i
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYSplineRenderer that
}

org/jfree/chart/renderer/xy/XYStepAreaRenderer.class
XYStepAreaRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYStepAreaRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final int SHAPES
	public static final int AREA
	public static final int AREA_AND_SHAPES
	private boolean shapesVisible
	private boolean shapesFilled
	private boolean plotArea
	private boolean showOutline
	protected transient java.awt.Polygon pArea
	private double rangeBase
	public void  () 
	public void  (int) 
		int type
	public void  (int, org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		int type
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public boolean isOutline () 
	public void setOutline (boolean) 
		boolean show
	public boolean getShapesVisible () 
	public void setShapesVisible (boolean) 
		boolean flag
	public boolean isShapesFilled () 
	public void setShapesFilled (boolean) 
		boolean filled
	public boolean getPlotArea () 
	public void setPlotArea (boolean) 
		boolean flag
	public double getRangeBase () 
	public void setRangeBase (double) 
		double val
	public org.jfree.chart.renderer.xy.XYItemRendererState initialise (java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.chart.plot.XYPlot, org.jfree.data.xy.XYDataset, org.jfree.chart.plot.PlotRenderingInfo) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.XYPlot plot
		org.jfree.data.xy.XYDataset data
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.renderer.xy.XYItemRendererState state
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double transY2
		double x0
		double y0
		double transY2
		int domainAxisIndex
		int rangeAxisIndex
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
		int itemCount
		java.awt.Paint paint
		java.awt.Stroke seriesStroke
		double x1
		double y1
		double x
		double y
		double transX1
		double transY1
		double transX0
		double transY0
		java.awt.Shape shape
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.renderer.xy.XYStepAreaRenderer that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	protected static double restrictValueToDataArea (double, org.jfree.chart.plot.XYPlot, java.awt.geom.Rectangle2D) 
		double value
		org.jfree.chart.plot.XYPlot plot
		java.awt.geom.Rectangle2D dataArea
		double min
		double max
}

org/jfree/chart/renderer/xy/XYStepRenderer.class
XYStepRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.XYStepRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void  (org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.urls.XYURLGenerator) 
		org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator
		org.jfree.chart.urls.XYURLGenerator urlGenerator
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		double transX0
		double transY0
		java.awt.geom.Line2D line
		double x0
		double y0
		double xx
		double yy
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		int r
		java.awt.Shape shape
		org.jfree.chart.entity.EntityCollection entities
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		org.jfree.chart.plot.PlotOrientation orientation
		java.awt.Paint seriesPaint
		java.awt.Stroke seriesStroke
		double x1
		double y1
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double transX1
		double transY1
		int domainAxisIndex
		int rangeAxisIndex
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/renderer/xy/YIntervalRenderer.class
YIntervalRenderer.java
package org.jfree.chart.renderer.xy
public org.jfree.chart.renderer.xy.YIntervalRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements org.jfree.chart.renderer.xy.XYItemRenderer java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void drawItem (java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) 
		String tip
		org.jfree.chart.labels.XYToolTipGenerator generator
		String url
		org.jfree.chart.entity.XYItemEntity entity
		java.awt.Graphics2D g2
		org.jfree.chart.renderer.xy.XYItemRendererState state
		java.awt.geom.Rectangle2D dataArea
		org.jfree.chart.plot.PlotRenderingInfo info
		org.jfree.chart.plot.XYPlot plot
		org.jfree.chart.axis.ValueAxis domainAxis
		org.jfree.chart.axis.ValueAxis rangeAxis
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		org.jfree.chart.plot.CrosshairState crosshairState
		int pass
		java.awt.Shape entityArea
		org.jfree.chart.entity.EntityCollection entities
		org.jfree.data.xy.IntervalXYDataset intervalDataset
		double x
		double yLow
		double yHigh
		org.jfree.ui.RectangleEdge xAxisLocation
		org.jfree.ui.RectangleEdge yAxisLocation
		double xx
		double yyLow
		double yyHigh
		java.awt.Paint p
		java.awt.Stroke s
		java.awt.geom.Line2D line
		java.awt.Shape shape
		java.awt.Shape top
		java.awt.Shape bottom
		org.jfree.chart.plot.PlotOrientation orientation
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/chart/resources/JFreeChartResources.class
JFreeChartResources.java
package org.jfree.chart.resources
public org.jfree.chart.resources.JFreeChartResources extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/chart/servlet/ChartDeleter.class
ChartDeleter.java
package org.jfree.chart.servlet
public org.jfree.chart.servlet.ChartDeleter extends java.lang.Object implements javax.servlet.http.HttpSessionBindingListener java.io.Serializable  {
	private java.util.List chartNames
	public void  () 
	public void addChart (java.lang.String) 
		String filename
	public boolean isChartAvailable (java.lang.String) 
		String filename
	public void valueBound (javax.servlet.http.HttpSessionBindingEvent) 
		javax.servlet.http.HttpSessionBindingEvent event
	public void valueUnbound (javax.servlet.http.HttpSessionBindingEvent) 
		String filename
		java.io.File file
		javax.servlet.http.HttpSessionBindingEvent event
		java.util.Iterator iter
}

org/jfree/chart/servlet/DisplayChart.class
DisplayChart.java
package org.jfree.chart.servlet
public org.jfree.chart.servlet.DisplayChart extends javax.servlet.http.HttpServlet {
	public void  () 
	public void init ()  throws javax.servlet.ServletException 
	public void service (javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)  throws javax.servlet.ServletException java.io.IOException 
		javax.servlet.http.HttpServletRequest request
		javax.servlet.http.HttpServletResponse response
		javax.servlet.http.HttpSession session
		String filename
		java.io.File file
		boolean isChartInUserList
		org.jfree.chart.servlet.ChartDeleter chartDeleter
		boolean isChartPublic
		boolean isOneTimeChart
}

org/jfree/chart/servlet/ServletUtilities.class
ServletUtilities.java
package org.jfree.chart.servlet
public org.jfree.chart.servlet.ServletUtilities extends java.lang.Object {
	private static String tempFilePrefix
	private static String tempOneTimeFilePrefix
	public void  () 
	public static java.lang.String getTempFilePrefix () 
	public static void setTempFilePrefix (java.lang.String) 
		String prefix
	public static java.lang.String getTempOneTimeFilePrefix () 
	public static void setTempOneTimeFilePrefix (java.lang.String) 
		String prefix
	public static java.lang.String saveChartAsPNG (org.jfree.chart.JFreeChart, int, int, javax.servlet.http.HttpSession)  throws java.io.IOException 
		org.jfree.chart.JFreeChart chart
		int width
		int height
		javax.servlet.http.HttpSession session
	public static java.lang.String saveChartAsPNG (org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo, javax.servlet.http.HttpSession)  throws java.io.IOException 
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		javax.servlet.http.HttpSession session
		String prefix
		java.io.File tempFile
	public static java.lang.String saveChartAsJPEG (org.jfree.chart.JFreeChart, int, int, javax.servlet.http.HttpSession)  throws java.io.IOException 
		org.jfree.chart.JFreeChart chart
		int width
		int height
		javax.servlet.http.HttpSession session
	public static java.lang.String saveChartAsJPEG (org.jfree.chart.JFreeChart, int, int, org.jfree.chart.ChartRenderingInfo, javax.servlet.http.HttpSession)  throws java.io.IOException 
		org.jfree.chart.JFreeChart chart
		int width
		int height
		org.jfree.chart.ChartRenderingInfo info
		javax.servlet.http.HttpSession session
		String prefix
		java.io.File tempFile
	protected static void createTempDir () 
		String tempDirName
		java.io.File tempDir
	protected static void registerChartForDeletion (java.io.File, javax.servlet.http.HttpSession) 
		org.jfree.chart.servlet.ChartDeleter chartDeleter
		java.io.File tempFile
		javax.servlet.http.HttpSession session
	public static void sendTempFile (java.lang.String, javax.servlet.http.HttpServletResponse)  throws java.io.IOException 
		String filename
		javax.servlet.http.HttpServletResponse response
		java.io.File file
	public static void sendTempFile (java.io.File, javax.servlet.http.HttpServletResponse)  throws java.io.IOException 
		java.io.File file
		javax.servlet.http.HttpServletResponse response
		String mimeType
		String filename
	public static void sendTempFile (java.io.File, javax.servlet.http.HttpServletResponse, java.lang.String)  throws java.io.IOException 
		int length
		java.io.BufferedInputStream bis
		java.text.SimpleDateFormat sdf
		java.io.BufferedOutputStream bos
		byte[] input
		boolean eof
		java.io.File file
		javax.servlet.http.HttpServletResponse response
		String mimeType
	public static java.lang.String searchReplace (java.lang.String, java.lang.String, java.lang.String) 
		String inputString
		String searchString
		String replaceString
		int i
		String r
	static void  () 
}

org/jfree/chart/title/CompositeTitle.class
CompositeTitle.java
package org.jfree.chart.title
public org.jfree.chart.title.CompositeTitle extends org.jfree.chart.title.Title implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.chart.block.BlockContainer container
	public void  () 
	public void  (org.jfree.chart.block.BlockContainer) 
		org.jfree.chart.block.BlockContainer container
	public org.jfree.chart.block.BlockContainer getContainer () 
	public void setTitleContainer (org.jfree.chart.block.BlockContainer) 
		org.jfree.chart.block.BlockContainer container
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.RectangleConstraint contentConstraint
		org.jfree.ui.Size2D contentSize
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.title.CompositeTitle that
}

org/jfree/chart/title/DateTitle.class
DateTitle.java
package org.jfree.chart.title
public org.jfree.chart.title.DateTitle extends org.jfree.chart.title.TextTitle implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public void  (int) 
		int style
	public void  (int, java.util.Locale, java.awt.Font, java.awt.Paint) 
		int style
		java.util.Locale locale
		java.awt.Font font
		java.awt.Paint paint
	public void  (int, java.util.Locale, java.awt.Font, java.awt.Paint, org.jfree.ui.RectangleEdge, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment, org.jfree.ui.RectangleInsets) 
		int style
		java.util.Locale locale
		java.awt.Font font
		java.awt.Paint paint
		org.jfree.ui.RectangleEdge position
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		org.jfree.ui.VerticalAlignment verticalAlignment
		org.jfree.ui.RectangleInsets padding
	public void setDateFormat (int, java.util.Locale) 
		int style
		java.util.Locale locale
}

org/jfree/chart/title/ImageTitle.class
ImageTitle.java
package org.jfree.chart.title
public org.jfree.chart.title.ImageTitle extends org.jfree.chart.title.Title {
	private java.awt.Image image
	public void  (java.awt.Image) 
		java.awt.Image image
	public void  (java.awt.Image, org.jfree.ui.RectangleEdge, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment) 
		java.awt.Image image
		org.jfree.ui.RectangleEdge position
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		org.jfree.ui.VerticalAlignment verticalAlignment
	public void  (java.awt.Image, int, int, org.jfree.ui.RectangleEdge, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment, org.jfree.ui.RectangleInsets) 
		java.awt.Image image
		int height
		int width
		org.jfree.ui.RectangleEdge position
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		org.jfree.ui.VerticalAlignment verticalAlignment
		org.jfree.ui.RectangleInsets padding
	public java.awt.Image getImage () 
	public void setImage (java.awt.Image) 
		java.awt.Image image
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D titleArea
		org.jfree.ui.RectangleEdge position
	protected org.jfree.ui.Size2D drawHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D chartArea
		double startY
		double topSpace
		double bottomSpace
		double leftSpace
		double rightSpace
		double w
		double h
		org.jfree.ui.RectangleInsets padding
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		double startX
	protected org.jfree.ui.Size2D drawVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D chartArea
		double startX
		double topSpace
		double bottomSpace
		double leftSpace
		double rightSpace
		double w
		double h
		org.jfree.ui.RectangleInsets padding
		org.jfree.ui.VerticalAlignment alignment
		double startY
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
}

org/jfree/chart/title/LegendGraphic.class
LegendGraphic.java
package org.jfree.chart.title
public org.jfree.chart.title.LegendGraphic extends org.jfree.chart.block.AbstractBlock implements org.jfree.chart.block.Block org.jfree.util.PublicCloneable  {
	static final long serialVersionUID
	private boolean shapeVisible
	private transient java.awt.Shape shape
	private org.jfree.ui.RectangleAnchor shapeLocation
	private org.jfree.ui.RectangleAnchor shapeAnchor
	private boolean shapeFilled
	private transient java.awt.Paint fillPaint
	private org.jfree.ui.GradientPaintTransformer fillPaintTransformer
	private boolean shapeOutlineVisible
	private transient java.awt.Paint outlinePaint
	private transient java.awt.Stroke outlineStroke
	private boolean lineVisible
	private transient java.awt.Shape line
	private transient java.awt.Stroke lineStroke
	private transient java.awt.Paint linePaint
	public void  (java.awt.Shape, java.awt.Paint) 
		java.awt.Shape shape
		java.awt.Paint fillPaint
	public boolean isShapeVisible () 
	public void setShapeVisible (boolean) 
		boolean visible
	public java.awt.Shape getShape () 
	public void setShape (java.awt.Shape) 
		java.awt.Shape shape
	public boolean isShapeFilled () 
	public void setShapeFilled (boolean) 
		boolean filled
	public java.awt.Paint getFillPaint () 
	public void setFillPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.GradientPaintTransformer getFillPaintTransformer () 
	public void setFillPaintTransformer (org.jfree.ui.GradientPaintTransformer) 
		org.jfree.ui.GradientPaintTransformer transformer
	public boolean isShapeOutlineVisible () 
	public void setShapeOutlineVisible (boolean) 
		boolean visible
	public java.awt.Paint getOutlinePaint () 
	public void setOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getOutlineStroke () 
	public void setOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public org.jfree.ui.RectangleAnchor getShapeAnchor () 
	public void setShapeAnchor (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public org.jfree.ui.RectangleAnchor getShapeLocation () 
	public void setShapeLocation (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor location
	public boolean isLineVisible () 
	public void setLineVisible (boolean) 
		boolean visible
	public java.awt.Shape getLine () 
	public void setLine (java.awt.Shape) 
		java.awt.Shape line
	public java.awt.Paint getLinePaint () 
	public void setLinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getLineStroke () 
	public void setLineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.RectangleConstraint contentConstraint
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
		org.jfree.ui.Size2D contentSize
	protected org.jfree.ui.Size2D arrangeNN (java.awt.Graphics2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D contentSize
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.geom.Point2D location
		java.awt.Shape aLine
		java.awt.GradientPaint gp
		java.awt.Paint p
		java.awt.geom.Point2D location
		java.awt.Shape s
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.title.LegendGraphic that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.title.LegendGraphic clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/title/LegendItemBlockContainer.class
LegendItemBlockContainer.java
package org.jfree.chart.title
public org.jfree.chart.title.LegendItemBlockContainer extends org.jfree.chart.block.BlockContainer {
	private org.jfree.data.general.Dataset dataset
	private Comparable seriesKey
	private int datasetIndex
	private int series
	private String toolTipText
	private String urlText
	public void  (org.jfree.chart.block.Arrangement, int, int) 
		org.jfree.chart.block.Arrangement arrangement
		int datasetIndex
		int series
	public void  (org.jfree.chart.block.Arrangement, org.jfree.data.general.Dataset, java.lang.Comparable) 
		org.jfree.chart.block.Arrangement arrangement
		org.jfree.data.general.Dataset dataset
		Comparable seriesKey
	public org.jfree.data.general.Dataset getDataset () 
	public java.lang.Comparable getSeriesKey () 
	public int getDatasetIndex () 
	public int getSeriesIndex () 
	public java.lang.String getToolTipText () 
	public void setToolTipText (java.lang.String) 
		String text
	public java.lang.String getURLText () 
	public void setURLText (java.lang.String) 
		String text
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		org.jfree.chart.entity.EntityCollection ec
		org.jfree.chart.entity.LegendItemEntity entity
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
		org.jfree.chart.block.EntityBlockParams ebp
		org.jfree.chart.block.BlockResult r
}

org/jfree/chart/title/LegendTitle.class
LegendTitle.java
package org.jfree.chart.title
public org.jfree.chart.title.LegendTitle extends org.jfree.chart.title.Title implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final java.awt.Font DEFAULT_ITEM_FONT
	public static final java.awt.Paint DEFAULT_ITEM_PAINT
	private org.jfree.chart.LegendItemSource[] sources
	private transient java.awt.Paint backgroundPaint
	private org.jfree.ui.RectangleEdge legendItemGraphicEdge
	private org.jfree.ui.RectangleAnchor legendItemGraphicAnchor
	private org.jfree.ui.RectangleAnchor legendItemGraphicLocation
	private org.jfree.ui.RectangleInsets legendItemGraphicPadding
	private java.awt.Font itemFont
	private transient java.awt.Paint itemPaint
	private org.jfree.ui.RectangleInsets itemLabelPadding
	private org.jfree.chart.block.BlockContainer items
	private org.jfree.chart.block.Arrangement hLayout
	private org.jfree.chart.block.Arrangement vLayout
	private org.jfree.chart.block.BlockContainer wrapper
	public void  (org.jfree.chart.LegendItemSource) 
		org.jfree.chart.LegendItemSource source
	public void  (org.jfree.chart.LegendItemSource, org.jfree.chart.block.Arrangement, org.jfree.chart.block.Arrangement) 
		org.jfree.chart.LegendItemSource source
		org.jfree.chart.block.Arrangement hLayout
		org.jfree.chart.block.Arrangement vLayout
	public org.jfree.chart.LegendItemSource[] getSources () 
	public void setSources (org.jfree.chart.LegendItemSource[]) 
		org.jfree.chart.LegendItemSource[] sources
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleEdge getLegendItemGraphicEdge () 
	public void setLegendItemGraphicEdge (org.jfree.ui.RectangleEdge) 
		org.jfree.ui.RectangleEdge edge
	public org.jfree.ui.RectangleAnchor getLegendItemGraphicAnchor () 
	public void setLegendItemGraphicAnchor (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public org.jfree.ui.RectangleAnchor getLegendItemGraphicLocation () 
	public void setLegendItemGraphicLocation (org.jfree.ui.RectangleAnchor) 
		org.jfree.ui.RectangleAnchor anchor
	public org.jfree.ui.RectangleInsets getLegendItemGraphicPadding () 
	public void setLegendItemGraphicPadding (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets padding
	public java.awt.Font getItemFont () 
	public void setItemFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getItemPaint () 
	public void setItemPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.RectangleInsets getItemLabelPadding () 
	public void setItemLabelPadding (org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleInsets padding
	protected void fetchLegendItems () 
		org.jfree.chart.LegendItem item
		org.jfree.chart.block.Block block
		int i
		org.jfree.chart.LegendItemCollection legendItems
		int s
		org.jfree.ui.RectangleEdge p
	protected org.jfree.chart.block.Block createLegendItemBlock (org.jfree.chart.LegendItem) 
		org.jfree.chart.LegendItem item
		org.jfree.chart.block.BlockContainer result
		org.jfree.chart.title.LegendGraphic lg
		org.jfree.chart.title.LegendItemBlockContainer legendItem
		org.jfree.chart.block.LabelBlock labelBlock
	public org.jfree.chart.block.BlockContainer getItemContainer () 
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.ui.Size2D result
		org.jfree.chart.block.BlockContainer container
		org.jfree.chart.block.RectangleConstraint c
		org.jfree.ui.Size2D size
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
		java.awt.geom.Rectangle2D target
		org.jfree.chart.block.BlockFrame border
		org.jfree.chart.block.BlockContainer container
	public void setWrapper (org.jfree.chart.block.BlockContainer) 
		org.jfree.chart.block.BlockContainer wrapper
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.title.LegendTitle that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/title/PaintScaleLegend.class
PaintScaleLegend.java
package org.jfree.chart.title
public org.jfree.chart.title.PaintScaleLegend extends org.jfree.chart.title.Title implements org.jfree.util.PublicCloneable  {
	static final long serialVersionUID
	private org.jfree.chart.renderer.PaintScale scale
	private org.jfree.chart.axis.ValueAxis axis
	private org.jfree.chart.axis.AxisLocation axisLocation
	private double axisOffset
	private double stripWidth
	private boolean stripOutlineVisible
	private transient java.awt.Paint stripOutlinePaint
	private transient java.awt.Stroke stripOutlineStroke
	private transient java.awt.Paint backgroundPaint
	private static final int SUBDIVISIONS
	public void  (org.jfree.chart.renderer.PaintScale, org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.renderer.PaintScale scale
		org.jfree.chart.axis.ValueAxis axis
	public org.jfree.chart.renderer.PaintScale getScale () 
	public void setScale (org.jfree.chart.renderer.PaintScale) 
		org.jfree.chart.renderer.PaintScale scale
	public org.jfree.chart.axis.ValueAxis getAxis () 
	public void setAxis (org.jfree.chart.axis.ValueAxis) 
		org.jfree.chart.axis.ValueAxis axis
	public org.jfree.chart.axis.AxisLocation getAxisLocation () 
	public void setAxisLocation (org.jfree.chart.axis.AxisLocation) 
		org.jfree.chart.axis.AxisLocation location
	public double getAxisOffset () 
	public void setAxisOffset (double) 
		double offset
	public double getStripWidth () 
	public void setStripWidth (double) 
		double width
	public boolean isStripOutlineVisible () 
	public void setStripOutlineVisible (boolean) 
		boolean visible
	public java.awt.Paint getStripOutlinePaint () 
	public void setStripOutlinePaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Stroke getStripOutlineStroke () 
	public void setStripOutlineStroke (java.awt.Stroke) 
		java.awt.Stroke stroke
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.RectangleConstraint cc
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
		org.jfree.ui.Size2D contentSize
	protected org.jfree.ui.Size2D arrangeRR (java.awt.Graphics2D, org.jfree.data.Range, org.jfree.data.Range) 
		float maxWidth
		org.jfree.chart.axis.AxisSpace space
		float maxHeight
		org.jfree.chart.axis.AxisSpace space
		java.awt.Graphics2D g2
		org.jfree.data.Range widthRange
		org.jfree.data.Range heightRange
		org.jfree.ui.RectangleEdge position
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		double v
		java.awt.Paint p
		double vv
		int i
		double v
		java.awt.Paint p
		double vv
		int i
		org.jfree.ui.RectangleEdge axisEdge
		double ww
		double v
		java.awt.Paint p
		double vv
		int i
		double v
		java.awt.Paint p
		double vv
		int i
		org.jfree.ui.RectangleEdge axisEdge
		double hh
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
		java.awt.geom.Rectangle2D target
		double base
		double increment
		java.awt.geom.Rectangle2D r
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.title.PaintScaleLegend that
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
}

org/jfree/chart/title/TextTitle.class
TextTitle.java
package org.jfree.chart.title
public org.jfree.chart.title.TextTitle extends org.jfree.chart.title.Title implements java.io.Serializable java.lang.Cloneable org.jfree.util.PublicCloneable  {
	private static final long serialVersionUID
	public static final java.awt.Font DEFAULT_FONT
	public static final java.awt.Paint DEFAULT_TEXT_PAINT
	private String text
	private java.awt.Font font
	private org.jfree.ui.HorizontalAlignment textAlignment
	private transient java.awt.Paint paint
	private transient java.awt.Paint backgroundPaint
	private String toolTipText
	private String urlText
	private org.jfree.text.TextBlock content
	private boolean expandToFitSpace
	public void  () 
	public void  (java.lang.String) 
		String text
	public void  (java.lang.String, java.awt.Font) 
		String text
		java.awt.Font font
	public void  (java.lang.String, java.awt.Font, java.awt.Paint, org.jfree.ui.RectangleEdge, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment, org.jfree.ui.RectangleInsets) 
		String text
		java.awt.Font font
		java.awt.Paint paint
		org.jfree.ui.RectangleEdge position
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		org.jfree.ui.VerticalAlignment verticalAlignment
		org.jfree.ui.RectangleInsets padding
	public java.lang.String getText () 
	public void setText (java.lang.String) 
		String text
	public org.jfree.ui.HorizontalAlignment getTextAlignment () 
	public void setTextAlignment (org.jfree.ui.HorizontalAlignment) 
		org.jfree.ui.HorizontalAlignment alignment
	public java.awt.Font getFont () 
	public void setFont (java.awt.Font) 
		java.awt.Font font
	public java.awt.Paint getPaint () 
	public void setPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.awt.Paint getBackgroundPaint () 
	public void setBackgroundPaint (java.awt.Paint) 
		java.awt.Paint paint
	public java.lang.String getToolTipText () 
	public void setToolTipText (java.lang.String) 
		String text
	public java.lang.String getURLText () 
	public void setURLText (java.lang.String) 
		String text
	public boolean getExpandToFitSpace () 
	public void setExpandToFitSpace (boolean) 
		boolean expand
	public org.jfree.ui.Size2D arrange (java.awt.Graphics2D, org.jfree.chart.block.RectangleConstraint) 
		java.awt.Graphics2D g2
		org.jfree.chart.block.RectangleConstraint constraint
		org.jfree.chart.block.RectangleConstraint cc
		org.jfree.chart.block.LengthConstraintType w
		org.jfree.chart.block.LengthConstraintType h
		org.jfree.ui.Size2D contentSize
	protected org.jfree.ui.Size2D arrangeNN (java.awt.Graphics2D) 
		java.awt.Graphics2D g2
		org.jfree.data.Range max
	protected org.jfree.ui.Size2D arrangeFN (java.awt.Graphics2D, double) 
		float maxWidth
		org.jfree.ui.Size2D contentSize
		float maxWidth
		org.jfree.ui.Size2D contentSize
		java.awt.Graphics2D g2
		double w
		org.jfree.ui.RectangleEdge position
	protected org.jfree.ui.Size2D arrangeRN (java.awt.Graphics2D, org.jfree.data.Range) 
		java.awt.Graphics2D g2
		org.jfree.data.Range widthRange
		org.jfree.ui.Size2D s
		double ww
	protected org.jfree.ui.Size2D arrangeRR (java.awt.Graphics2D, org.jfree.data.Range, org.jfree.data.Range) 
		float maxWidth
		org.jfree.ui.Size2D contentSize
		float maxWidth
		org.jfree.ui.Size2D contentSize
		java.awt.Graphics2D g2
		org.jfree.data.Range widthRange
		org.jfree.data.Range heightRange
		org.jfree.ui.RectangleEdge position
	public void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
	public java.lang.Object draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.lang.Object) 
		org.jfree.chart.block.EntityBlockParams p
		org.jfree.chart.entity.StandardEntityCollection sec
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		Object params
		org.jfree.chart.entity.ChartEntity entity
		org.jfree.ui.RectangleEdge position
		org.jfree.chart.block.BlockResult result
	protected void drawHorizontal (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Rectangle2D titleArea
		org.jfree.text.TextBlockAnchor anchor
		float x
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		float y
		org.jfree.ui.RectangleEdge position
	protected void drawVertical (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
		java.awt.Graphics2D g2
		java.awt.geom.Rectangle2D area
		java.awt.geom.Rectangle2D titleArea
		org.jfree.text.TextBlockAnchor anchor
		float y
		org.jfree.ui.VerticalAlignment verticalAlignment
		float x
		org.jfree.ui.RectangleEdge position
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.title.TextTitle that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static void  () 
}

org/jfree/chart/title/Title.class
Title.java
package org.jfree.chart.title
public abstract org.jfree.chart.title.Title extends org.jfree.chart.block.AbstractBlock implements org.jfree.chart.block.Block java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.ui.RectangleEdge DEFAULT_POSITION
	public static final org.jfree.ui.HorizontalAlignment DEFAULT_HORIZONTAL_ALIGNMENT
	public static final org.jfree.ui.VerticalAlignment DEFAULT_VERTICAL_ALIGNMENT
	public static final org.jfree.ui.RectangleInsets DEFAULT_PADDING
	private org.jfree.ui.RectangleEdge position
	private org.jfree.ui.HorizontalAlignment horizontalAlignment
	private org.jfree.ui.VerticalAlignment verticalAlignment
	private transient javax.swing.event.EventListenerList listenerList
	private boolean notify
	static Class class$org$jfree$chart$event$TitleChangeListener
	protected void  () 
	protected void  (org.jfree.ui.RectangleEdge, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment) 
		org.jfree.ui.RectangleEdge position
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		org.jfree.ui.VerticalAlignment verticalAlignment
	protected void  (org.jfree.ui.RectangleEdge, org.jfree.ui.HorizontalAlignment, org.jfree.ui.VerticalAlignment, org.jfree.ui.RectangleInsets) 
		org.jfree.ui.RectangleEdge position
		org.jfree.ui.HorizontalAlignment horizontalAlignment
		org.jfree.ui.VerticalAlignment verticalAlignment
		org.jfree.ui.RectangleInsets padding
	public org.jfree.ui.RectangleEdge getPosition () 
	public void setPosition (org.jfree.ui.RectangleEdge) 
		org.jfree.ui.RectangleEdge position
	public org.jfree.ui.HorizontalAlignment getHorizontalAlignment () 
	public void setHorizontalAlignment (org.jfree.ui.HorizontalAlignment) 
		org.jfree.ui.HorizontalAlignment alignment
	public org.jfree.ui.VerticalAlignment getVerticalAlignment () 
	public void setVerticalAlignment (org.jfree.ui.VerticalAlignment) 
		org.jfree.ui.VerticalAlignment alignment
	public boolean getNotify () 
	public void setNotify (boolean) 
		boolean flag
	public abstract void draw (java.awt.Graphics2D, java.awt.geom.Rectangle2D) 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.chart.title.Title duplicate
	public void addChangeListener (org.jfree.chart.event.TitleChangeListener) 
		org.jfree.chart.event.TitleChangeListener listener
	public void removeChangeListener (org.jfree.chart.event.TitleChangeListener) 
		org.jfree.chart.event.TitleChangeListener listener
	protected void notifyListeners (org.jfree.chart.event.TitleChangeEvent) 
		int i
		Object[] listeners
		org.jfree.chart.event.TitleChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.title.Title that
	public int hashCode () 
		int result
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/urls/CategoryURLGenerator.class
CategoryURLGenerator.java
package org.jfree.chart.urls
public abstract org.jfree.chart.urls.CategoryURLGenerator extends java.lang.Object {
	public abstract java.lang.String generateURL (org.jfree.data.category.CategoryDataset, int, int) 
}

org/jfree/chart/urls/CustomPieURLGenerator.class
CustomPieURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.CustomPieURLGenerator extends java.lang.Object implements org.jfree.chart.urls.PieURLGenerator java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.ArrayList urls
	public void  () 
	public java.lang.String generateURL (org.jfree.data.general.PieDataset, java.lang.Comparable, int) 
		org.jfree.data.general.PieDataset dataset
		Comparable key
		int pieIndex
	public int getListCount () 
	public int getURLCount (int) 
		int list
		int result
		java.util.Map urlMap
	public java.lang.String getURL (java.lang.Comparable, int) 
		java.util.Map urlMap
		Comparable key
		int mapIndex
		String result
	public void addURLs (java.util.Map) 
		java.util.Map urlMap
	public boolean equals (java.lang.Object) 
		String key
		java.util.Iterator i
		java.util.Set keySet
		int pieItem
		org.jfree.chart.urls.CustomPieURLGenerator generator
		Object o
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		String key
		java.util.Iterator j
		java.util.Map map
		java.util.Map newMap
		java.util.Iterator i
		org.jfree.chart.urls.CustomPieURLGenerator urlGen
}

org/jfree/chart/urls/CustomXYURLGenerator.class
CustomXYURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.CustomXYURLGenerator extends java.lang.Object implements org.jfree.chart.urls.XYURLGenerator java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.ArrayList urlSeries
	public void  () 
	public int getListCount () 
	public int getURLCount (int) 
		int list
		int result
		java.util.List urls
	public java.lang.String getURL (int, int) 
		java.util.List urls
		int series
		int item
		String result
	public java.lang.String generateURL (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
	public void addURLSeries (java.util.List) 
		java.util.List urls
	public boolean equals (java.lang.Object) 
		String u1
		String u2
		int item
		int urlCount
		int series
		Object o
		org.jfree.chart.urls.CustomXYURLGenerator generator
		int listCount
}

org/jfree/chart/urls/PieURLGenerator.class
PieURLGenerator.java
package org.jfree.chart.urls
public abstract org.jfree.chart.urls.PieURLGenerator extends java.lang.Object {
	public abstract java.lang.String generateURL (org.jfree.data.general.PieDataset, java.lang.Comparable, int) 
}

org/jfree/chart/urls/StandardCategoryURLGenerator.class
StandardCategoryURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.StandardCategoryURLGenerator extends java.lang.Object implements org.jfree.chart.urls.CategoryURLGenerator java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private String prefix
	private String seriesParameterName
	private String categoryParameterName
	public void  () 
	public void  (java.lang.String) 
		String prefix
	public void  (java.lang.String, java.lang.String, java.lang.String) 
		String prefix
		String seriesParameterName
		String categoryParameterName
	public java.lang.String generateURL (org.jfree.data.category.CategoryDataset, int, int) 
		org.jfree.data.category.CategoryDataset dataset
		int series
		int category
		String url
		Comparable seriesKey
		Comparable categoryKey
		boolean firstParameter
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.urls.StandardCategoryURLGenerator that
	public int hashCode () 
		int result
}

org/jfree/chart/urls/StandardPieURLGenerator.class
StandardPieURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.StandardPieURLGenerator extends java.lang.Object implements org.jfree.chart.urls.PieURLGenerator java.io.Serializable  {
	private static final long serialVersionUID
	private String prefix
	private String categoryParameterName
	private String indexParameterName
	public void  () 
	public void  (java.lang.String) 
		String prefix
	public void  (java.lang.String, java.lang.String) 
		String prefix
		String categoryParameterName
	public void  (java.lang.String, java.lang.String, java.lang.String) 
		String prefix
		String categoryParameterName
		String indexParameterName
	public java.lang.String generateURL (org.jfree.data.general.PieDataset, java.lang.Comparable, int) 
		org.jfree.data.general.PieDataset dataset
		Comparable key
		int pieIndex
		String url
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.urls.StandardPieURLGenerator that
}

org/jfree/chart/urls/StandardXYURLGenerator.class
StandardXYURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.StandardXYURLGenerator extends java.lang.Object implements org.jfree.chart.urls.XYURLGenerator java.io.Serializable  {
	private static final long serialVersionUID
	public static final String DEFAULT_PREFIX
	public static final String DEFAULT_SERIES_PARAMETER
	public static final String DEFAULT_ITEM_PARAMETER
	private String prefix
	private String seriesParameterName
	private String itemParameterName
	public void  () 
	public void  (java.lang.String) 
		String prefix
	public void  (java.lang.String, java.lang.String, java.lang.String) 
		String prefix
		String seriesParameterName
		String itemParameterName
	public java.lang.String generateURL (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String url
		boolean firstParameter
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.urls.StandardXYURLGenerator that
}

org/jfree/chart/urls/StandardXYZURLGenerator.class
StandardXYZURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.StandardXYZURLGenerator extends org.jfree.chart.urls.StandardXYURLGenerator implements org.jfree.chart.urls.XYZURLGenerator  {
	public void  () 
	public java.lang.String generateURL (org.jfree.data.xy.XYZDataset, int, int) 
		org.jfree.data.xy.XYZDataset dataset
		int series
		int item
}

org/jfree/chart/urls/TimeSeriesURLGenerator.class
TimeSeriesURLGenerator.java
package org.jfree.chart.urls
public org.jfree.chart.urls.TimeSeriesURLGenerator extends java.lang.Object implements org.jfree.chart.urls.XYURLGenerator java.io.Serializable  {
	private static final long serialVersionUID
	private java.text.DateFormat dateFormat
	private String prefix
	private String seriesParameterName
	private String itemParameterName
	public void  () 
	public void  (java.text.DateFormat, java.lang.String, java.lang.String, java.lang.String) 
		java.text.DateFormat dateFormat
		String prefix
		String seriesParameterName
		String itemParameterName
	public java.text.DateFormat getDateFormat () 
	public java.lang.String getPrefix () 
	public java.lang.String getSeriesParameterName () 
	public java.lang.String getItemParameterName () 
	public java.lang.String generateURL (org.jfree.data.xy.XYDataset, int, int) 
		org.jfree.data.xy.XYDataset dataset
		int series
		int item
		String result
		boolean firstParameter
		Comparable seriesKey
		long x
		String xValue
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.urls.TimeSeriesURLGenerator that
}

org/jfree/chart/urls/URLUtilities.class
URLUtilities.java
package org.jfree.chart.urls
public org.jfree.chart.urls.URLUtilities extends java.lang.Object {
	private static final Class[] STRING_ARGS_2
	static Class class$java$lang$String
	static Class class$java$net$URLEncoder
	public void  () 
	public static java.lang.String encode (java.lang.String, java.lang.String) 
		java.lang.reflect.InvocationTargetException e
		IllegalAccessException e
		java.lang.reflect.Method m
		NoSuchMethodException e
		String s
		String encoding
		Class c
		String result
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/chart/urls/XYURLGenerator.class
XYURLGenerator.java
package org.jfree.chart.urls
public abstract org.jfree.chart.urls.XYURLGenerator extends java.lang.Object {
	public abstract java.lang.String generateURL (org.jfree.data.xy.XYDataset, int, int) 
}

org/jfree/chart/urls/XYZURLGenerator.class
XYZURLGenerator.java
package org.jfree.chart.urls
public abstract org.jfree.chart.urls.XYZURLGenerator extends java.lang.Object implements org.jfree.chart.urls.XYURLGenerator  {
	public abstract java.lang.String generateURL (org.jfree.data.xy.XYZDataset, int, int) 
}

org/jfree/chart/util/HexNumberFormat.class
HexNumberFormat.java
package org.jfree.chart.util
public org.jfree.chart.util.HexNumberFormat extends java.text.NumberFormat {
	public static final int BYTE
	public static final int WORD
	public static final int DWORD
	public static final int QWORD
	private int m_numDigits
	public void  () 
	public void  (int) 
		int digits
	public final int getNumberOfDigits () 
	public void setNumberOfDigits (int) 
		int digits
	public java.lang.StringBuffer format (double, java.lang.StringBuffer, java.text.FieldPosition) 
		double number
		StringBuffer toAppendTo
		java.text.FieldPosition pos
	public java.lang.StringBuffer format (long, java.lang.StringBuffer, java.text.FieldPosition) 
		int i
		long number
		StringBuffer toAppendTo
		java.text.FieldPosition pos
		String l_hex
		int l_pad
		StringBuffer l_extended
	public java.lang.Number parse (java.lang.String, java.text.ParsePosition) 
		String source
		java.text.ParsePosition parsePosition
}

org/jfree/chart/util/LogFormat.class
LogFormat.java
package org.jfree.chart.util
public org.jfree.chart.util.LogFormat extends java.text.NumberFormat {
	private double base
	private double baseLog
	private String baseLabel
	private boolean showBase
	private java.text.NumberFormat formatter
	public void  (double, java.lang.String, boolean) 
		double base
		String baseLabel
		boolean showBase
	private double calculateLog (double) 
		double value
	public java.lang.StringBuffer format (double, java.lang.StringBuffer, java.text.FieldPosition) 
		double number
		StringBuffer toAppendTo
		java.text.FieldPosition pos
		StringBuffer result
	public java.lang.StringBuffer format (long, java.lang.StringBuffer, java.text.FieldPosition) 
		long number
		StringBuffer toAppendTo
		java.text.FieldPosition pos
		StringBuffer result
	public java.lang.Number parse (java.lang.String, java.text.ParsePosition) 
		String source
		java.text.ParsePosition parsePosition
}

org/jfree/chart/util/RelativeDateFormat.class
RelativeDateFormat.java
package org.jfree.chart.util
public org.jfree.chart.util.RelativeDateFormat extends java.text.DateFormat {
	private long baseMillis
	private boolean showZeroDays
	private java.text.NumberFormat dayFormatter
	private String daySuffix
	private String hourSuffix
	private String minuteSuffix
	private java.text.NumberFormat secondFormatter
	private String secondSuffix
	private static long MILLISECONDS_IN_ONE_HOUR
	private static long MILLISECONDS_IN_ONE_DAY
	public void  () 
	public void  (java.util.Date) 
		java.util.Date time
	public void  (long) 
		long baseMillis
	public long getBaseMillis () 
	public void setBaseMillis (long) 
		long baseMillis
	public boolean getShowZeroDays () 
	public void setShowZeroDays (boolean) 
		boolean show
	public java.lang.String getDaySuffix () 
	public void setDaySuffix (java.lang.String) 
		String suffix
	public java.lang.String getHourSuffix () 
	public void setHourSuffix (java.lang.String) 
		String suffix
	public java.lang.String getMinuteSuffix () 
	public void setMinuteSuffix (java.lang.String) 
		String suffix
	public java.lang.String getSecondSuffix () 
	public void setSecondSuffix (java.lang.String) 
		String suffix
	public void setSecondFormatter (java.text.NumberFormat) 
		java.text.NumberFormat formatter
	public java.lang.StringBuffer format (java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 
		java.util.Date date
		StringBuffer toAppendTo
		java.text.FieldPosition fieldPosition
		long currentMillis
		long elapsed
		long days
		long hours
		long minutes
		double seconds
	public java.util.Date parse (java.lang.String, java.text.ParsePosition) 
		String source
		java.text.ParsePosition pos
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.chart.util.RelativeDateFormat that
	public int hashCode () 
		int result
	public java.lang.Object clone () 
		org.jfree.chart.util.RelativeDateFormat clone
	public static void main (java.lang.String[]) 
		String[] args
		java.util.GregorianCalendar c0
		java.util.GregorianCalendar c1
		org.jfree.chart.util.RelativeDateFormat rdf
	static void  () 
}

org/jfree/data/ComparableObjectItem.class
ComparableObjectItem.java
package org.jfree.data
public org.jfree.data.ComparableObjectItem extends java.lang.Object implements java.lang.Cloneable java.lang.Comparable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable x
	private Object obj
	public void  (java.lang.Comparable, java.lang.Object) 
		Comparable x
		Object y
	protected java.lang.Comparable getComparable () 
	protected java.lang.Object getObject () 
	protected void setObject (java.lang.Object) 
		Object y
	public int compareTo (java.lang.Object) 
		org.jfree.data.ComparableObjectItem that
		Object o1
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.ComparableObjectItem that
	public int hashCode () 
		int result
}

org/jfree/data/ComparableObjectSeries.class
ComparableObjectSeries.java
package org.jfree.data
public org.jfree.data.ComparableObjectSeries extends org.jfree.data.general.Series implements java.lang.Cloneable java.io.Serializable  {
	protected java.util.List data
	private int maximumItemCount
	private boolean autoSort
	private boolean allowDuplicateXValues
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, boolean, boolean) 
		Comparable key
		boolean autoSort
		boolean allowDuplicateXValues
	public boolean getAutoSort () 
	public boolean getAllowDuplicateXValues () 
	public int getItemCount () 
	public int getMaximumItemCount () 
	public void setMaximumItemCount (int) 
		int maximum
		boolean dataRemoved
	protected void add (java.lang.Comparable, java.lang.Object) 
		Comparable x
		Object y
	protected void add (java.lang.Comparable, java.lang.Object, boolean) 
		Comparable x
		Object y
		boolean notify
		org.jfree.data.ComparableObjectItem item
	protected void add (org.jfree.data.ComparableObjectItem, boolean) 
		int size
		int index
		int index
		org.jfree.data.ComparableObjectItem item
		boolean notify
	public int indexOf (java.lang.Comparable) 
		org.jfree.data.ComparableObjectItem item
		int i
		Comparable x
	protected void update (java.lang.Comparable, java.lang.Object) 
		org.jfree.data.ComparableObjectItem item
		Comparable x
		Object y
		int index
	protected void updateByIndex (int, java.lang.Object) 
		int index
		Object y
		org.jfree.data.ComparableObjectItem item
	protected org.jfree.data.ComparableObjectItem getDataItem (int) 
		int index
	protected void delete (int, int) 
		int i
		int start
		int end
	public void clear () 
	protected org.jfree.data.ComparableObjectItem remove (int) 
		int index
		org.jfree.data.ComparableObjectItem result
	public org.jfree.data.ComparableObjectItem remove (java.lang.Comparable) 
		Comparable x
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.ComparableObjectSeries that
	public int hashCode () 
		org.jfree.data.ComparableObjectItem item
		org.jfree.data.ComparableObjectItem item
		org.jfree.data.ComparableObjectItem item
		int result
		int count
}

org/jfree/data/DataUtilities.class
DataUtilities.java
package org.jfree.data
public abstract org.jfree.data.DataUtilities extends java.lang.Object {
	public void  () 
	public static double calculateColumnTotal (org.jfree.data.Values2D, int) 
		Number n
		int r
		org.jfree.data.Values2D data
		int column
		double total
		int rowCount
	public static double calculateRowTotal (org.jfree.data.Values2D, int) 
		Number n
		int c
		org.jfree.data.Values2D data
		int row
		double total
		int columnCount
	public static java.lang.Number[] createNumberArray (double[]) 
		int i
		double[] data
		Number[] result
	public static java.lang.Number[][] createNumberArray2D (double[][]) 
		int i
		double[][] data
		int l1
		Number[][] result
	public static org.jfree.data.KeyedValues getCumulativePercentages (org.jfree.data.KeyedValues) 
		Number v
		int i
		Number v
		int i
		org.jfree.data.KeyedValues data
		org.jfree.data.DefaultKeyedValues result
		double total
		double runningTotal
}

org/jfree/data/DefaultKeyedValue.class
DefaultKeyedValue.java
package org.jfree.data
public org.jfree.data.DefaultKeyedValue extends java.lang.Object implements org.jfree.data.KeyedValue java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable key
	private Number value
	public void  (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public java.lang.Comparable getKey () 
	public java.lang.Number getValue () 
	public synchronized void setValue (java.lang.Number) 
		Number value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.DefaultKeyedValue that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.DefaultKeyedValue clone
	public java.lang.String toString () 
}

org/jfree/data/DefaultKeyedValues.class
DefaultKeyedValues.java
package org.jfree.data
public org.jfree.data.DefaultKeyedValues extends java.lang.Object implements org.jfree.data.KeyedValues java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.ArrayList keys
	private java.util.ArrayList values
	private java.util.HashMap indexMap
	public void  () 
	public int getItemCount () 
	public java.lang.Number getValue (int) 
		int item
	public java.lang.Comparable getKey (int) 
		int index
	public int getIndex (java.lang.Comparable) 
		Comparable key
		Integer i
	public java.util.List getKeys () 
	public java.lang.Number getValue (java.lang.Comparable) 
		Comparable key
		int index
	public void addValue (java.lang.Comparable, double) 
		Comparable key
		double value
	public void addValue (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public void setValue (java.lang.Comparable, double) 
		Comparable key
		double value
	public void setValue (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
		int keyIndex
	public void insertValue (int, java.lang.Comparable, double) 
		int position
		Comparable key
		double value
	public void insertValue (int, java.lang.Comparable, java.lang.Number) 
		int position
		Comparable key
		Number value
		int pos
	private void rebuildIndex () 
		Object key
		int i
	public void removeValue (int) 
		int index
	public void removeValue (java.lang.Comparable) 
		Comparable key
		int index
	public void clear () 
	public void sortByKeys (org.jfree.util.SortOrder) 
		int i
		org.jfree.data.DefaultKeyedValue value
		int i
		org.jfree.util.SortOrder order
		int size
		org.jfree.data.DefaultKeyedValue[] data
		java.util.Comparator comparator
	public void sortByValues (org.jfree.util.SortOrder) 
		int i
		org.jfree.data.DefaultKeyedValue value
		int i
		org.jfree.util.SortOrder order
		int size
		org.jfree.data.DefaultKeyedValue[] data
		java.util.Comparator comparator
	public boolean equals (java.lang.Object) 
		Comparable k1
		Comparable k2
		Number v1
		Number v2
		int i
		Object obj
		org.jfree.data.KeyedValues that
		int count
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.DefaultKeyedValues clone
}

org/jfree/data/DefaultKeyedValues2D.class
DefaultKeyedValues2D.java
package org.jfree.data
public org.jfree.data.DefaultKeyedValues2D extends java.lang.Object implements org.jfree.data.KeyedValues2D org.jfree.util.PublicCloneable java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List rowKeys
	private java.util.List columnKeys
	private java.util.List rows
	private boolean sortRowKeys
	public void  () 
	public void  (boolean) 
		boolean sortRowKeys
	public int getRowCount () 
	public int getColumnCount () 
	public java.lang.Number getValue (int, int) 
		Comparable columnKey
		int index
		int row
		int column
		Number result
		org.jfree.data.DefaultKeyedValues rowData
	public java.lang.Comparable getRowKey (int) 
		int row
	public int getRowIndex (java.lang.Comparable) 
		Comparable key
	public java.util.List getRowKeys () 
	public java.lang.Comparable getColumnKey (int) 
		int column
	public int getColumnIndex (java.lang.Comparable) 
		Comparable key
	public java.util.List getColumnKeys () 
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		org.jfree.data.DefaultKeyedValues rowData
		int col
		Comparable rowKey
		Comparable columnKey
		int row
	public void addValue (java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		Number value
		Comparable rowKey
		Comparable columnKey
	public void setValue (java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		org.jfree.data.DefaultKeyedValues row
		Number value
		Comparable rowKey
		Comparable columnKey
		org.jfree.data.DefaultKeyedValues row
		int rowIndex
		int columnIndex
	public void removeValue (java.lang.Comparable, java.lang.Comparable) 
		int item
		int itemCount
		int columnIndex
		int item
		int itemCount
		int columnIndex
		int item
		int itemCount
		Comparable rowKey
		Comparable columnKey
		boolean allNull
		int rowIndex
		org.jfree.data.DefaultKeyedValues row
	public void removeRow (int) 
		int rowIndex
	public void removeRow (java.lang.Comparable) 
		Comparable rowKey
		int index
	public void removeColumn (int) 
		int columnIndex
		Comparable columnKey
	public void removeColumn (java.lang.Comparable) 
		org.jfree.data.DefaultKeyedValues rowData
		int index
		Comparable columnKey
		java.util.Iterator iterator
	public void clear () 
	public boolean equals (java.lang.Object) 
		Number v1
		Number v2
		int c
		int r
		Object o
		org.jfree.data.KeyedValues2D kv2D
		int rowCount
		int colCount
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.DefaultKeyedValues2D clone
}

org/jfree/data/DomainInfo.class
DomainInfo.java
package org.jfree.data
public abstract org.jfree.data.DomainInfo extends java.lang.Object {
	public abstract double getDomainLowerBound (boolean) 
	public abstract double getDomainUpperBound (boolean) 
	public abstract org.jfree.data.Range getDomainBounds (boolean) 
}

org/jfree/data/DomainOrder.class
DomainOrder.java
package org.jfree.data
public final org.jfree.data.DomainOrder extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.data.DomainOrder NONE
	public static final org.jfree.data.DomainOrder ASCENDING
	public static final org.jfree.data.DomainOrder DESCENDING
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.DomainOrder that
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/data/KeyToGroupMap.class
KeyToGroupMap.java
package org.jfree.data
public org.jfree.data.KeyToGroupMap extends java.lang.Object implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable defaultGroup
	private java.util.List groups
	private java.util.Map keyToGroupMap
	public void  () 
	public void  (java.lang.Comparable) 
		Comparable defaultGroup
	public int getGroupCount () 
	public java.util.List getGroups () 
		Comparable group
		java.util.List result
		java.util.Iterator iterator
	public int getGroupIndex (java.lang.Comparable) 
		Comparable group
		int result
	public java.lang.Comparable getGroup (java.lang.Comparable) 
		Comparable key
		Comparable result
		Comparable group
	public void mapKeyToGroup (java.lang.Comparable, java.lang.Comparable) 
		int count
		Comparable key
		Comparable group
		Comparable currentGroup
	public int getKeyCount (java.lang.Comparable) 
		Comparable g
		Comparable group
		int result
		java.util.Iterator iterator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.KeyToGroupMap that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.KeyToGroupMap result
	private static java.lang.Object clone (java.lang.Object) 
		Exception e
		java.lang.reflect.Method m
		NoSuchMethodException e
		Object object
		Class c
		Object result
	private static java.util.Collection clone (java.util.Collection)  throws java.lang.CloneNotSupportedException 
		java.util.List clone
		java.util.Iterator iterator
		Exception e
		java.util.Collection list
		java.util.Collection result
}

org/jfree/data/KeyedObject.class
KeyedObject.java
package org.jfree.data
public org.jfree.data.KeyedObject extends java.lang.Object implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable key
	private Object object
	public void  (java.lang.Comparable, java.lang.Object) 
		Comparable key
		Object object
	public java.lang.Comparable getKey () 
	public java.lang.Object getObject () 
	public void setObject (java.lang.Object) 
		Object object
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.util.PublicCloneable pc
		org.jfree.data.KeyedObject clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.KeyedObject that
}

org/jfree/data/KeyedObjects.class
KeyedObjects.java
package org.jfree.data
public org.jfree.data.KeyedObjects extends java.lang.Object implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List data
	public void  () 
	public int getItemCount () 
	public java.lang.Object getObject (int) 
		int item
		Object result
		org.jfree.data.KeyedObject kobj
	public java.lang.Comparable getKey (int) 
		int index
		Comparable result
		org.jfree.data.KeyedObject item
	public int getIndex (java.lang.Comparable) 
		org.jfree.data.KeyedObject ko
		Comparable key
		int i
		java.util.Iterator iterator
	public java.util.List getKeys () 
		org.jfree.data.KeyedObject ko
		java.util.List result
		java.util.Iterator iterator
	public java.lang.Object getObject (java.lang.Comparable) 
		Comparable key
		int index
	public void addObject (java.lang.Comparable, java.lang.Object) 
		Comparable key
		Object object
	public void setObject (java.lang.Comparable, java.lang.Object) 
		org.jfree.data.KeyedObject ko
		org.jfree.data.KeyedObject ko
		Comparable key
		Object object
		int keyIndex
	public void insertValue (int, java.lang.Comparable, java.lang.Object) 
		int position
		Comparable key
		Object value
		int pos
		org.jfree.data.KeyedObject item
	public void removeValue (int) 
		int index
	public void removeValue (java.lang.Comparable) 
		Comparable key
		int index
	public void clear () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.KeyedObject ko
		org.jfree.data.KeyedObjects clone
		java.util.Iterator iterator
	public boolean equals (java.lang.Object) 
		Comparable k1
		Comparable k2
		Object o1
		Object o2
		int i
		Object obj
		org.jfree.data.KeyedObjects that
		int count
	public int hashCode () 
}

org/jfree/data/KeyedObjects2D.class
KeyedObjects2D.java
package org.jfree.data
public org.jfree.data.KeyedObjects2D extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List rowKeys
	private java.util.List columnKeys
	private java.util.List rows
	public void  () 
	public int getRowCount () 
	public int getColumnCount () 
	public java.lang.Object getObject (int, int) 
		int index
		Comparable columnKey
		int row
		int column
		Object result
		org.jfree.data.KeyedObjects rowData
	public java.lang.Comparable getRowKey (int) 
		int row
	public int getRowIndex (java.lang.Comparable) 
		Comparable key
	public java.util.List getRowKeys () 
	public java.lang.Comparable getColumnKey (int) 
		int column
	public int getColumnIndex (java.lang.Comparable) 
		Comparable key
	public java.util.List getColumnKeys () 
	public java.lang.Object getObject (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		int row
		int column
		org.jfree.data.KeyedObjects rowData
		int index
	public void addObject (java.lang.Object, java.lang.Comparable, java.lang.Comparable) 
		Object object
		Comparable rowKey
		Comparable columnKey
	public void setObject (java.lang.Object, java.lang.Comparable, java.lang.Comparable) 
		org.jfree.data.KeyedObjects row
		Object object
		Comparable rowKey
		Comparable columnKey
		org.jfree.data.KeyedObjects row
		int rowIndex
		int columnIndex
	public void removeObject (java.lang.Comparable, java.lang.Comparable) 
		int item
		int itemCount
		int colIndex
		int item
		int itemCount
		int colIndex
		int item
		int itemCount
		Comparable rowKey
		Comparable columnKey
		int rowIndex
		int columnIndex
		boolean allNull
		org.jfree.data.KeyedObjects row
	public void removeRow (int) 
		int rowIndex
	public void removeRow (java.lang.Comparable) 
		Comparable rowKey
		int index
	public void removeColumn (int) 
		int columnIndex
		Comparable columnKey
	public void removeColumn (java.lang.Comparable) 
		org.jfree.data.KeyedObjects rowData
		int i
		Comparable columnKey
		int index
		java.util.Iterator iterator
	public void clear () 
	public boolean equals (java.lang.Object) 
		Object v1
		Object v2
		int c
		int r
		Object obj
		org.jfree.data.KeyedObjects2D that
		int rowCount
		int colCount
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.KeyedObjects row
		org.jfree.data.KeyedObjects2D clone
		java.util.Iterator iterator
}

org/jfree/data/KeyedValue.class
KeyedValue.java
package org.jfree.data
public abstract org.jfree.data.KeyedValue extends java.lang.Object implements org.jfree.data.Value  {
	public abstract java.lang.Comparable getKey () 
}

org/jfree/data/KeyedValueComparator.class
KeyedValueComparator.java
package org.jfree.data
public org.jfree.data.KeyedValueComparator extends java.lang.Object implements java.util.Comparator  {
	private org.jfree.data.KeyedValueComparatorType type
	private org.jfree.util.SortOrder order
	public void  (org.jfree.data.KeyedValueComparatorType, org.jfree.util.SortOrder) 
		org.jfree.data.KeyedValueComparatorType type
		org.jfree.util.SortOrder order
	public org.jfree.data.KeyedValueComparatorType getType () 
	public org.jfree.util.SortOrder getOrder () 
	public int compare (java.lang.Object, java.lang.Object) 
		int result
		int result
		int result
		int result
		int result
		int result
		int result
		int result
		Number n1
		Number n2
		double d1
		double d2
		int result
		Object o1
		Object o2
		int result
		org.jfree.data.KeyedValue kv1
		org.jfree.data.KeyedValue kv2
}

org/jfree/data/KeyedValueComparatorType.class
KeyedValueComparatorType.java
package org.jfree.data
public final org.jfree.data.KeyedValueComparatorType extends java.lang.Object {
	public static final org.jfree.data.KeyedValueComparatorType BY_KEY
	public static final org.jfree.data.KeyedValueComparatorType BY_VALUE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object o
		org.jfree.data.KeyedValueComparatorType type
	public int hashCode () 
	static void  () 
}

org/jfree/data/KeyedValues.class
KeyedValues.java
package org.jfree.data
public abstract org.jfree.data.KeyedValues extends java.lang.Object implements org.jfree.data.Values  {
	public abstract java.lang.Comparable getKey (int) 
	public abstract int getIndex (java.lang.Comparable) 
	public abstract java.util.List getKeys () 
	public abstract java.lang.Number getValue (java.lang.Comparable) 
}

org/jfree/data/KeyedValues2D.class
KeyedValues2D.java
package org.jfree.data
public abstract org.jfree.data.KeyedValues2D extends java.lang.Object implements org.jfree.data.Values2D  {
	public abstract java.lang.Comparable getRowKey (int) 
	public abstract int getRowIndex (java.lang.Comparable) 
	public abstract java.util.List getRowKeys () 
	public abstract java.lang.Comparable getColumnKey (int) 
	public abstract int getColumnIndex (java.lang.Comparable) 
	public abstract java.util.List getColumnKeys () 
	public abstract java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
}

org/jfree/data/Range.class
Range.java
package org.jfree.data
public org.jfree.data.Range extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private double lower
	private double upper
	public strictfp void  (double, double) 
		String msg
		double lower
		double upper
	public strictfp double getLowerBound () 
	public strictfp double getUpperBound () 
	public strictfp double getLength () 
	public strictfp double getCentralValue () 
	public strictfp boolean contains (double) 
		double value
	public strictfp boolean intersects (double, double) 
		double b0
		double b1
	public strictfp boolean intersects (org.jfree.data.Range) 
		org.jfree.data.Range range
	public strictfp double constrain (double) 
		double value
		double result
	public static strictfp org.jfree.data.Range combine (org.jfree.data.Range, org.jfree.data.Range) 
		double l
		double u
		org.jfree.data.Range range1
		org.jfree.data.Range range2
	public static strictfp org.jfree.data.Range expandToInclude (org.jfree.data.Range, double) 
		org.jfree.data.Range range
		double value
	public static strictfp org.jfree.data.Range expand (org.jfree.data.Range, double, double) 
		org.jfree.data.Range range
		double lowerMargin
		double upperMargin
		double length
		double lower
		double upper
	public static strictfp org.jfree.data.Range shift (org.jfree.data.Range, double) 
		org.jfree.data.Range base
		double delta
	public static strictfp org.jfree.data.Range shift (org.jfree.data.Range, double, boolean) 
		org.jfree.data.Range base
		double delta
		boolean allowZeroCrossing
	private static strictfp double shiftWithNoZeroCrossing (double, double) 
		double value
		double delta
	public static strictfp org.jfree.data.Range scale (org.jfree.data.Range, double) 
		org.jfree.data.Range base
		double factor
	public strictfp boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.Range range
	public strictfp int hashCode () 
		int result
		long temp
	public strictfp java.lang.String toString () 
}

org/jfree/data/RangeInfo.class
RangeInfo.java
package org.jfree.data
public abstract org.jfree.data.RangeInfo extends java.lang.Object {
	public abstract double getRangeLowerBound (boolean) 
	public abstract double getRangeUpperBound (boolean) 
	public abstract org.jfree.data.Range getRangeBounds (boolean) 
}

org/jfree/data/RangeType.class
RangeType.java
package org.jfree.data
public final org.jfree.data.RangeType extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.data.RangeType FULL
	public static final org.jfree.data.RangeType POSITIVE
	public static final org.jfree.data.RangeType NEGATIVE
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.RangeType that
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/data/UnknownKeyException.class
UnknownKeyException.java
package org.jfree.data
public org.jfree.data.UnknownKeyException extends java.lang.IllegalArgumentException {
	public void  (java.lang.String) 
		String message
}

org/jfree/data/Value.class
Value.java
package org.jfree.data
public abstract org.jfree.data.Value extends java.lang.Object {
	public abstract java.lang.Number getValue () 
}

org/jfree/data/Values.class
Values.java
package org.jfree.data
public abstract org.jfree.data.Values extends java.lang.Object {
	public abstract int getItemCount () 
	public abstract java.lang.Number getValue (int) 
}

org/jfree/data/Values2D.class
Values2D.java
package org.jfree.data
public abstract org.jfree.data.Values2D extends java.lang.Object {
	public abstract int getRowCount () 
	public abstract int getColumnCount () 
	public abstract java.lang.Number getValue (int, int) 
}

org/jfree/data/category/CategoryDataset.class
CategoryDataset.java
package org.jfree.data.category
public abstract org.jfree.data.category.CategoryDataset extends java.lang.Object implements org.jfree.data.KeyedValues2D org.jfree.data.general.Dataset  {
}

org/jfree/data/category/CategoryToPieDataset.class
CategoryToPieDataset.java
package org.jfree.data.category
public org.jfree.data.category.CategoryToPieDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.general.PieDataset org.jfree.data.general.DatasetChangeListener  {
	static final long serialVersionUID
	private org.jfree.data.category.CategoryDataset source
	private org.jfree.util.TableOrder extract
	private int index
	public void  (org.jfree.data.category.CategoryDataset, org.jfree.util.TableOrder, int) 
		org.jfree.data.category.CategoryDataset source
		org.jfree.util.TableOrder extract
		int index
	public org.jfree.data.category.CategoryDataset getUnderlyingDataset () 
	public org.jfree.util.TableOrder getExtractType () 
	public int getExtractIndex () 
	public int getItemCount () 
		int result
	public java.lang.Number getValue (int) 
		int item
		Number result
	public java.lang.Comparable getKey (int) 
		int index
		Comparable result
	public int getIndex (java.lang.Comparable) 
		Comparable key
		int result
	public java.util.List getKeys () 
		java.util.List result
	public java.lang.Number getValue (java.lang.Comparable) 
		Comparable key
		Number result
		int keyIndex
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent event
	public boolean equals (java.lang.Object) 
		Comparable k1
		Comparable k2
		Number v1
		Number v2
		int i
		Object obj
		org.jfree.data.general.PieDataset that
		int count
}

org/jfree/data/category/DefaultCategoryDataset.class
DefaultCategoryDataset.java
package org.jfree.data.category
public org.jfree.data.category.DefaultCategoryDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.category.CategoryDataset java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.DefaultKeyedValues2D data
	public void  () 
	public int getRowCount () 
	public int getColumnCount () 
	public java.lang.Number getValue (int, int) 
		int row
		int column
	public java.lang.Comparable getRowKey (int) 
		int row
	public int getRowIndex (java.lang.Comparable) 
		Comparable key
	public java.util.List getRowKeys () 
	public java.lang.Comparable getColumnKey (int) 
		int column
	public int getColumnIndex (java.lang.Comparable) 
		Comparable key
	public java.util.List getColumnKeys () 
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
	public void addValue (java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		Number value
		Comparable rowKey
		Comparable columnKey
	public void addValue (double, java.lang.Comparable, java.lang.Comparable) 
		double value
		Comparable rowKey
		Comparable columnKey
	public void setValue (java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		Number value
		Comparable rowKey
		Comparable columnKey
	public void setValue (double, java.lang.Comparable, java.lang.Comparable) 
		double value
		Comparable rowKey
		Comparable columnKey
	public void incrementValue (double, java.lang.Comparable, java.lang.Comparable) 
		double value
		Comparable rowKey
		Comparable columnKey
		double existing
		Number n
	public void removeValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
	public void removeRow (int) 
		int rowIndex
	public void removeRow (java.lang.Comparable) 
		Comparable rowKey
	public void removeColumn (int) 
		int columnIndex
	public void removeColumn (java.lang.Comparable) 
		Comparable columnKey
	public void clear () 
	public boolean equals (java.lang.Object) 
		Number v1
		Number v2
		int c
		int r
		Object obj
		org.jfree.data.category.CategoryDataset that
		int rowCount
		int colCount
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.category.DefaultCategoryDataset clone
}

org/jfree/data/category/DefaultIntervalCategoryDataset.class
DefaultIntervalCategoryDataset.java
package org.jfree.data.category
public org.jfree.data.category.DefaultIntervalCategoryDataset extends org.jfree.data.general.AbstractSeriesDataset implements org.jfree.data.category.IntervalCategoryDataset  {
	private Comparable[] seriesKeys
	private Comparable[] categoryKeys
	private Number[][] startData
	private Number[][] endData
	public void  (double[][], double[][]) 
		double[][] starts
		double[][] ends
	public void  (java.lang.Number[][], java.lang.Number[][]) 
		Number[][] starts
		Number[][] ends
	public void  (java.lang.String[], java.lang.Number[][], java.lang.Number[][]) 
		String[] seriesNames
		Number[][] starts
		Number[][] ends
	public void  (java.lang.Comparable[], java.lang.Comparable[], java.lang.Number[][], java.lang.Number[][]) 
		String errMsg
		String prefix
		String errMsg
		String prefix
		int categoryCount
		String baseName
		java.util.ResourceBundle resources
		int seriesCount
		Comparable[] seriesKeys
		Comparable[] categoryKeys
		Number[][] starts
		Number[][] ends
	public int getSeriesCount () 
		int result
	public int getSeriesIndex (java.lang.Comparable) 
		int i
		Comparable seriesKey
		int result
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public void setSeriesKeys (java.lang.Comparable[]) 
		Comparable[] seriesKeys
	public int getCategoryCount () 
		int result
	public java.util.List getColumnKeys () 
	public void setCategoryKeys (java.lang.Comparable[]) 
		int i
		Comparable[] categoryKeys
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable series
		Comparable category
		int seriesIndex
		int itemIndex
	public java.lang.Number getValue (int, int) 
		int series
		int category
	public java.lang.Number getStartValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable series
		Comparable category
		int seriesIndex
		int itemIndex
	public java.lang.Number getStartValue (int, int) 
		int series
		int category
	public java.lang.Number getEndValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable series
		Comparable category
		int seriesIndex
		int itemIndex
	public java.lang.Number getEndValue (int, int) 
		int series
		int category
	public void setStartValue (int, java.lang.Comparable, java.lang.Number) 
		int series
		Comparable category
		Number value
		int categoryIndex
	public void setEndValue (int, java.lang.Comparable, java.lang.Number) 
		int series
		Comparable category
		Number value
		int categoryIndex
	public int getCategoryIndex (java.lang.Comparable) 
		int i
		Comparable category
		int result
	private java.lang.Comparable[] generateKeys (int, java.lang.String) 
		String name
		int i
		int count
		String prefix
		Comparable[] result
	public java.lang.Comparable getColumnKey (int) 
		int column
	public int getColumnIndex (java.lang.Comparable) 
		Comparable columnKey
	public int getRowIndex (java.lang.Comparable) 
		Comparable rowKey
	public java.util.List getRowKeys () 
	public java.lang.Comparable getRowKey (int) 
		int row
	public int getColumnCount () 
	public int getRowCount () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.category.DefaultIntervalCategoryDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.category.DefaultIntervalCategoryDataset clone
	private static boolean equal (java.lang.Number[][], java.lang.Number[][]) 
		int i
		Number[][] array1
		Number[][] array2
	private static java.lang.Number[][] clone (java.lang.Number[][]) 
		Number[] child
		Number[] copychild
		int i
		Number[][] array
		Number[][] result
	public java.util.List getSeries () 
	public java.util.List getCategories () 
	public int getItemCount () 
}

org/jfree/data/category/IntervalCategoryDataset.class
IntervalCategoryDataset.java
package org.jfree.data.category
public abstract org.jfree.data.category.IntervalCategoryDataset extends java.lang.Object implements org.jfree.data.category.CategoryDataset  {
	public abstract java.lang.Number getStartValue (int, int) 
	public abstract java.lang.Number getStartValue (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getEndValue (int, int) 
	public abstract java.lang.Number getEndValue (java.lang.Comparable, java.lang.Comparable) 
}

org/jfree/data/contour/ContourDataset.class
ContourDataset.java
package org.jfree.data.contour
public abstract org.jfree.data.contour.ContourDataset extends java.lang.Object implements org.jfree.data.xy.XYZDataset  {
	public abstract double getMinZValue () 
	public abstract double getMaxZValue () 
	public abstract java.lang.Number[] getXValues () 
	public abstract java.lang.Number[] getYValues () 
	public abstract java.lang.Number[] getZValues () 
	public abstract int[] indexX () 
	public abstract int[] getXIndices () 
	public abstract org.jfree.data.Range getZValueRange (org.jfree.data.Range, org.jfree.data.Range) 
	public abstract boolean isDateAxis (int) 
}

org/jfree/data/contour/DefaultContourDataset.class
DefaultContourDataset.java
package org.jfree.data.contour
public org.jfree.data.contour.DefaultContourDataset extends org.jfree.data.xy.AbstractXYZDataset implements org.jfree.data.contour.ContourDataset  {
	protected Comparable seriesKey
	protected Number[] xValues
	protected Number[] yValues
	protected Number[] zValues
	protected int[] xIndex
	boolean[] dateAxis
	public void  () 
	public void  (java.lang.Comparable, java.lang.Object[], java.lang.Object[], java.lang.Object[]) 
		Comparable seriesKey
		Object[] xData
		Object[] yData
		Object[] zData
	public void initialize (java.lang.Object[], java.lang.Object[], java.lang.Object[]) 
		Number xNumber
		java.util.Date xDate
		Number xNumber
		Number xNumber
		int k
		int i
		int k
		Object[] xData
		Object[] yData
		Object[] zData
		java.util.Vector tmpVector
		double x
		Object[] inttmp
	public static java.lang.Object[][] formObjectArray (double[][]) 
		int j
		int i
		double[][] data
		Object[][] object
	public static java.lang.Object[] formObjectArray (double[]) 
		int i
		double[] data
		Object[] object
	public int getItemCount (int) 
		int series
	public double getMaxZValue () 
		int k
		double zMax
	public double getMinZValue () 
		int k
		double zMin
	public org.jfree.data.Range getZValueRange (org.jfree.data.Range, org.jfree.data.Range) 
		int k
		org.jfree.data.Range x
		org.jfree.data.Range y
		double minX
		double minY
		double maxX
		double maxY
		double zMin
		double zMax
	public double getMinZValue (double, double, double, double) 
		int k
		double minX
		double minY
		double maxX
		double maxY
		double zMin
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int[] getXIndices () 
	public java.lang.Number[] getXValues () 
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.lang.Number getXValue (int) 
		int item
	public java.lang.Number[] getYValues () 
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number[] getZValues () 
	public java.lang.Number getZ (int, int) 
		int series
		int item
	public int[] indexX () 
		int k
		int[] index
	public int indexX (int) 
		int k
		int i
	public int indexY (int) 
		int k
	public int indexZ (int, int) 
		int i
		int j
	public boolean isDateAxis (int) 
		int axisNumber
	public void setSeriesKeys (java.lang.Comparable[]) 
		Comparable[] seriesKeys
}

org/jfree/data/contour/NonGridContourDataset.class
NonGridContourDataset.java
package org.jfree.data.contour
public org.jfree.data.contour.NonGridContourDataset extends org.jfree.data.contour.DefaultContourDataset {
	static final int DEFAULT_NUM_X
	static final int DEFAULT_NUM_Y
	static final int DEFAULT_POWER
	public void  () 
	public void  (java.lang.String, java.lang.Object[], java.lang.Object[], java.lang.Object[]) 
		String seriesName
		Object[] xData
		Object[] yData
		Object[] zData
	public void  (java.lang.String, java.lang.Object[], java.lang.Object[], java.lang.Object[], int, int, int) 
		String seriesName
		Object[] xData
		Object[] yData
		Object[] zData
		int numX
		int numY
		int power
	protected void buildGrid (int, int, int) 
		int k
		int k
		int k
		int k
		int k
		int j
		double y
		int i
		double xPt
		double yPt
		double d
		int k
		double dTotal
		int kGrid
		int numX
		int numY
		int power
		int numValues
		double[] xGrid
		double[] yGrid
		double[] zGrid
		double xMin
		double xMax
		double yMin
		double yMax
		org.jfree.data.Range xRange
		org.jfree.data.Range yRange
		double dxGrid
		double dyGrid
		double x
	protected double distance (double, double, double, double) 
		double xDataPt
		double yDataPt
		double xGrdPt
		double yGrdPt
		double dx
		double dy
}

org/jfree/data/function/Function2D.class
Function2D.java
package org.jfree.data.function
public abstract org.jfree.data.function.Function2D extends java.lang.Object {
	public abstract double getValue (double) 
}

org/jfree/data/function/LineFunction2D.class
LineFunction2D.java
package org.jfree.data.function
public org.jfree.data.function.LineFunction2D extends java.lang.Object implements org.jfree.data.function.Function2D  {
	private double a
	private double b
	public void  (double, double) 
		double a
		double b
	public double getValue (double) 
		double x
}

org/jfree/data/function/NormalDistributionFunction2D.class
NormalDistributionFunction2D.java
package org.jfree.data.function
public org.jfree.data.function.NormalDistributionFunction2D extends java.lang.Object implements org.jfree.data.function.Function2D  {
	private double mean
	private double std
	public void  (double, double) 
		double mean
		double std
	public double getMean () 
	public double getStandardDeviation () 
	public double getValue (double) 
		double x
}

org/jfree/data/function/PowerFunction2D.class
PowerFunction2D.java
package org.jfree.data.function
public org.jfree.data.function.PowerFunction2D extends java.lang.Object implements org.jfree.data.function.Function2D  {
	private double a
	private double b
	public void  (double, double) 
		double a
		double b
	public double getValue (double) 
		double x
}

org/jfree/data/gantt/GanttCategoryDataset.class
GanttCategoryDataset.java
package org.jfree.data.gantt
public abstract org.jfree.data.gantt.GanttCategoryDataset extends java.lang.Object implements org.jfree.data.category.IntervalCategoryDataset  {
	public abstract java.lang.Number getPercentComplete (int, int) 
	public abstract java.lang.Number getPercentComplete (java.lang.Comparable, java.lang.Comparable) 
	public abstract int getSubIntervalCount (int, int) 
	public abstract int getSubIntervalCount (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getStartValue (int, int, int) 
	public abstract java.lang.Number getStartValue (java.lang.Comparable, java.lang.Comparable, int) 
	public abstract java.lang.Number getEndValue (int, int, int) 
	public abstract java.lang.Number getEndValue (java.lang.Comparable, java.lang.Comparable, int) 
	public abstract java.lang.Number getPercentComplete (int, int, int) 
	public abstract java.lang.Number getPercentComplete (java.lang.Comparable, java.lang.Comparable, int) 
}

org/jfree/data/gantt/Task.class
Task.java
package org.jfree.data.gantt
public org.jfree.data.gantt.Task extends java.lang.Object implements java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private String description
	private org.jfree.data.time.TimePeriod duration
	private Double percentComplete
	private java.util.List subtasks
	public void  (java.lang.String, org.jfree.data.time.TimePeriod) 
		String description
		org.jfree.data.time.TimePeriod duration
	public void  (java.lang.String, java.util.Date, java.util.Date) 
		String description
		java.util.Date start
		java.util.Date end
	public java.lang.String getDescription () 
	public void setDescription (java.lang.String) 
		String description
	public org.jfree.data.time.TimePeriod getDuration () 
	public void setDuration (org.jfree.data.time.TimePeriod) 
		org.jfree.data.time.TimePeriod duration
	public java.lang.Double getPercentComplete () 
	public void setPercentComplete (java.lang.Double) 
		Double percent
	public void setPercentComplete (double) 
		double percent
	public void addSubtask (org.jfree.data.gantt.Task) 
		org.jfree.data.gantt.Task subtask
	public void removeSubtask (org.jfree.data.gantt.Task) 
		org.jfree.data.gantt.Task subtask
	public int getSubtaskCount () 
	public org.jfree.data.gantt.Task getSubtask (int) 
		int index
	public boolean equals (java.lang.Object) 
		Object object
		org.jfree.data.gantt.Task that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.gantt.Task clone
}

org/jfree/data/gantt/TaskSeries.class
TaskSeries.java
package org.jfree.data.gantt
public org.jfree.data.gantt.TaskSeries extends org.jfree.data.general.Series {
	private java.util.List tasks
	public void  (java.lang.String) 
		String name
	public void add (org.jfree.data.gantt.Task) 
		org.jfree.data.gantt.Task task
	public void remove (org.jfree.data.gantt.Task) 
		org.jfree.data.gantt.Task task
	public void removeAll () 
	public int getItemCount () 
	public org.jfree.data.gantt.Task get (int) 
		int index
	public org.jfree.data.gantt.Task get (java.lang.String) 
		org.jfree.data.gantt.Task t
		int i
		String description
		org.jfree.data.gantt.Task result
		int count
	public java.util.List getTasks () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.gantt.TaskSeries that
}

org/jfree/data/gantt/TaskSeriesCollection.class
TaskSeriesCollection.java
package org.jfree.data.gantt
public org.jfree.data.gantt.TaskSeriesCollection extends org.jfree.data.general.AbstractSeriesDataset implements org.jfree.data.gantt.GanttCategoryDataset java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List keys
	private java.util.List data
	public void  () 
	public org.jfree.data.gantt.TaskSeries getSeries (java.lang.Comparable) 
		Comparable key
		org.jfree.data.gantt.TaskSeries result
		int index
	public org.jfree.data.gantt.TaskSeries getSeries (int) 
		int series
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
		org.jfree.data.gantt.TaskSeries ts
	public int getRowCount () 
	public java.util.List getRowKeys () 
	public int getColumnCount () 
	public java.util.List getColumnKeys () 
	public java.lang.Comparable getColumnKey (int) 
		int index
	public int getColumnIndex (java.lang.Comparable) 
		Comparable columnKey
	public int getRowIndex (java.lang.Comparable) 
		org.jfree.data.gantt.TaskSeries s
		int i
		Comparable rowKey
		int result
		int count
	public java.lang.Comparable getRowKey (int) 
		int index
		org.jfree.data.gantt.TaskSeries series
	public void add (org.jfree.data.gantt.TaskSeries) 
		org.jfree.data.gantt.Task task
		String key
		int index
		org.jfree.data.gantt.TaskSeries series
		java.util.Iterator iterator
	public void remove (org.jfree.data.gantt.TaskSeries) 
		org.jfree.data.gantt.TaskSeries series
	public void remove (int) 
		int series
		org.jfree.data.gantt.TaskSeries ts
	public void removeAll () 
		org.jfree.data.gantt.TaskSeries series
		java.util.Iterator iterator
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getValue (int, int) 
		int row
		int column
	public java.lang.Number getStartValue (java.lang.Comparable, java.lang.Comparable) 
		org.jfree.data.time.TimePeriod duration
		Comparable rowKey
		Comparable columnKey
		Number result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public java.lang.Number getStartValue (int, int) 
		int row
		int column
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getEndValue (java.lang.Comparable, java.lang.Comparable) 
		org.jfree.data.time.TimePeriod duration
		Comparable rowKey
		Comparable columnKey
		Number result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public java.lang.Number getEndValue (int, int) 
		int row
		int column
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getPercentComplete (int, int) 
		int row
		int column
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getPercentComplete (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public int getSubIntervalCount (int, int) 
		int row
		int column
		Comparable rowKey
		Comparable columnKey
	public int getSubIntervalCount (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		int result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public java.lang.Number getStartValue (int, int, int) 
		int row
		int column
		int subinterval
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getStartValue (java.lang.Comparable, java.lang.Comparable, int) 
		org.jfree.data.time.TimePeriod duration
		org.jfree.data.gantt.Task sub
		Comparable rowKey
		Comparable columnKey
		int subinterval
		Number result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public java.lang.Number getEndValue (int, int, int) 
		int row
		int column
		int subinterval
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getEndValue (java.lang.Comparable, java.lang.Comparable, int) 
		org.jfree.data.time.TimePeriod duration
		org.jfree.data.gantt.Task sub
		Comparable rowKey
		Comparable columnKey
		int subinterval
		Number result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public java.lang.Number getPercentComplete (int, int, int) 
		int row
		int column
		int subinterval
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getPercentComplete (java.lang.Comparable, java.lang.Comparable, int) 
		org.jfree.data.gantt.Task sub
		Comparable rowKey
		Comparable columnKey
		int subinterval
		Number result
		int row
		org.jfree.data.gantt.TaskSeries series
		org.jfree.data.gantt.Task task
	public void seriesChanged (org.jfree.data.general.SeriesChangeEvent) 
		org.jfree.data.general.SeriesChangeEvent event
	private void refreshKeys () 
		org.jfree.data.gantt.Task task
		String key
		int index
		org.jfree.data.gantt.TaskSeries series
		java.util.Iterator iterator
		int i
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.gantt.TaskSeriesCollection that
}

org/jfree/data/general/AbstractDataset.class
AbstractDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.AbstractDataset extends java.lang.Object implements org.jfree.data.general.Dataset java.lang.Cloneable java.io.Serializable java.io.ObjectInputValidation  {
	private static final long serialVersionUID
	private org.jfree.data.general.DatasetGroup group
	private transient javax.swing.event.EventListenerList listenerList
	static Class class$org$jfree$data$general$DatasetChangeListener
	protected void  () 
	public org.jfree.data.general.DatasetGroup getGroup () 
	public void setGroup (org.jfree.data.general.DatasetGroup) 
		org.jfree.data.general.DatasetGroup group
	public void addChangeListener (org.jfree.data.general.DatasetChangeListener) 
		org.jfree.data.general.DatasetChangeListener listener
	public void removeChangeListener (org.jfree.data.general.DatasetChangeListener) 
		org.jfree.data.general.DatasetChangeListener listener
	public boolean hasListener (java.util.EventListener) 
		java.util.EventListener listener
		java.util.List list
	protected void fireDatasetChanged () 
	protected void notifyListeners (org.jfree.data.general.DatasetChangeEvent) 
		int i
		org.jfree.data.general.DatasetChangeEvent event
		Object[] listeners
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.AbstractDataset clone
	private void writeObject (java.io.ObjectOutputStream)  throws java.io.IOException 
		java.io.ObjectOutputStream stream
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream stream
	public void validateObject ()  throws java.io.InvalidObjectException 
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/data/general/AbstractSeriesDataset.class
AbstractSeriesDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.AbstractSeriesDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.general.SeriesDataset org.jfree.data.general.SeriesChangeListener java.io.Serializable  {
	private static final long serialVersionUID
	protected void  () 
	public abstract int getSeriesCount () 
	public abstract java.lang.Comparable getSeriesKey (int) 
	public int indexOf (java.lang.Comparable) 
		int s
		Comparable seriesKey
		int seriesCount
	public void seriesChanged (org.jfree.data.general.SeriesChangeEvent) 
		org.jfree.data.general.SeriesChangeEvent event
}

org/jfree/data/general/CombinationDataset.class
CombinationDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.CombinationDataset extends java.lang.Object {
	public abstract org.jfree.data.general.SeriesDataset getParent () 
	public abstract int[] getMap () 
}

org/jfree/data/general/CombinedDataset$DatasetInfo.class
CombinedDataset.java
package org.jfree.data.general
 org.jfree.data.general.CombinedDataset$DatasetInfo extends java.lang.Object {
	private org.jfree.data.general.SeriesDataset data
	private int series
	private final org.jfree.data.general.CombinedDataset this$0
	void  (org.jfree.data.general.CombinedDataset, org.jfree.data.general.SeriesDataset, int) 
		org.jfree.data.general.SeriesDataset data
		int series
	static int access$000 (org.jfree.data.general.CombinedDataset$DatasetInfo) 
		org.jfree.data.general.CombinedDataset$DatasetInfo x0
	static org.jfree.data.general.SeriesDataset access$100 (org.jfree.data.general.CombinedDataset$DatasetInfo) 
		org.jfree.data.general.CombinedDataset$DatasetInfo x0
}

org/jfree/data/general/CombinedDataset.class
CombinedDataset.java
package org.jfree.data.general
public org.jfree.data.general.CombinedDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.XYDataset org.jfree.data.xy.OHLCDataset org.jfree.data.xy.IntervalXYDataset org.jfree.data.general.CombinationDataset  {
	private java.util.List datasetInfo
	public void  () 
	public void  (org.jfree.data.general.SeriesDataset[]) 
		org.jfree.data.general.SeriesDataset[] data
	public void add (org.jfree.data.general.SeriesDataset) 
		org.jfree.data.general.SeriesDataset data
		org.jfree.data.general.DatasetChangeEvent event
	public void add (org.jfree.data.general.SeriesDataset[]) 
		int i
		org.jfree.data.general.SeriesDataset[] data
		org.jfree.data.general.DatasetChangeEvent event
	public void add (org.jfree.data.general.SeriesDataset, int) 
		org.jfree.data.general.SeriesDataset data
		int series
	private void fastAdd (org.jfree.data.general.SeriesDataset) 
		int i
		org.jfree.data.general.SeriesDataset data
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public java.lang.Number getY (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public int getItemCount (int) 
		int series
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public java.lang.Number getHigh (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public double getHighValue (int, int) 
		int series
		int item
		double result
		Number high
	public java.lang.Number getLow (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public double getLowValue (int, int) 
		int series
		int item
		double result
		Number low
	public java.lang.Number getOpen (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public double getOpenValue (int, int) 
		int series
		int item
		double result
		Number open
	public java.lang.Number getClose (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public double getCloseValue (int, int) 
		int series
		int item
		double result
		Number close
	public java.lang.Number getVolume (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public double getVolumeValue (int, int) 
		int series
		int item
		double result
		Number volume
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public java.lang.Number getStartY (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public java.lang.Number getEndY (int, int) 
		int series
		int item
		org.jfree.data.general.CombinedDataset$DatasetInfo di
	public org.jfree.data.general.SeriesDataset getParent () 
		org.jfree.data.general.SeriesDataset childParent
		org.jfree.data.general.SeriesDataset child
		int i
		org.jfree.data.general.SeriesDataset parent
	public int[] getMap () 
		int[] childMap
		org.jfree.data.general.SeriesDataset child
		int i
		int[] map
	public int getChildPosition (org.jfree.data.general.Dataset) 
		int m
		org.jfree.data.general.SeriesDataset childDataset
		int i
		org.jfree.data.general.Dataset child
		int n
	private org.jfree.data.general.CombinedDataset$DatasetInfo getDatasetInfo (int) 
		int series
	private int[] joinMap (int[], int[]) 
		int[] a
		int[] b
		int[] result
}

org/jfree/data/general/Dataset.class
Dataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.Dataset extends java.lang.Object {
	public abstract void addChangeListener (org.jfree.data.general.DatasetChangeListener) 
	public abstract void removeChangeListener (org.jfree.data.general.DatasetChangeListener) 
	public abstract org.jfree.data.general.DatasetGroup getGroup () 
	public abstract void setGroup (org.jfree.data.general.DatasetGroup) 
}

org/jfree/data/general/DatasetChangeEvent.class
DatasetChangeEvent.java
package org.jfree.data.general
public org.jfree.data.general.DatasetChangeEvent extends java.util.EventObject {
	private org.jfree.data.general.Dataset dataset
	public void  (java.lang.Object, org.jfree.data.general.Dataset) 
		Object source
		org.jfree.data.general.Dataset dataset
	public org.jfree.data.general.Dataset getDataset () 
}

org/jfree/data/general/DatasetChangeListener.class
DatasetChangeListener.java
package org.jfree.data.general
public abstract org.jfree.data.general.DatasetChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
}

org/jfree/data/general/DatasetGroup.class
DatasetGroup.java
package org.jfree.data.general
public org.jfree.data.general.DatasetGroup extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private String id
	public void  () 
	public void  (java.lang.String) 
		String id
	public java.lang.String getID () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.general.DatasetGroup that
}

org/jfree/data/general/DatasetUtilities.class
DatasetUtilities.java
package org.jfree.data.general
public final org.jfree.data.general.DatasetUtilities extends java.lang.Object {
	private void  () 
	public static double calculatePieDatasetTotal (org.jfree.data.general.PieDataset) 
		Number value
		double v
		Comparable current
		org.jfree.data.general.PieDataset dataset
		java.util.List keys
		double totalValue
		java.util.Iterator iterator
	public static org.jfree.data.general.PieDataset createPieDatasetForRow (org.jfree.data.category.CategoryDataset, java.lang.Comparable) 
		org.jfree.data.category.CategoryDataset dataset
		Comparable rowKey
		int row
	public static org.jfree.data.general.PieDataset createPieDatasetForRow (org.jfree.data.category.CategoryDataset, int) 
		Comparable columnKey
		int current
		org.jfree.data.category.CategoryDataset dataset
		int row
		org.jfree.data.general.DefaultPieDataset result
		int columnCount
	public static org.jfree.data.general.PieDataset createPieDatasetForColumn (org.jfree.data.category.CategoryDataset, java.lang.Comparable) 
		org.jfree.data.category.CategoryDataset dataset
		Comparable columnKey
		int column
	public static org.jfree.data.general.PieDataset createPieDatasetForColumn (org.jfree.data.category.CategoryDataset, int) 
		Comparable rowKey
		int i
		org.jfree.data.category.CategoryDataset dataset
		int column
		org.jfree.data.general.DefaultPieDataset result
		int rowCount
	public static org.jfree.data.general.PieDataset createConsolidatedPieDataset (org.jfree.data.general.PieDataset, java.lang.Comparable, double) 
		org.jfree.data.general.PieDataset source
		Comparable key
		double minimumPercent
	public static org.jfree.data.general.PieDataset createConsolidatedPieDataset (org.jfree.data.general.PieDataset, java.lang.Comparable, double, int) 
		double value
		Comparable currentKey
		Number dataValue
		Comparable currentKey
		Number dataValue
		org.jfree.data.general.PieDataset source
		Comparable key
		double minimumPercent
		int minItems
		org.jfree.data.general.DefaultPieDataset result
		double total
		java.util.List keys
		java.util.ArrayList otherKeys
		java.util.Iterator iterator
		double otherValue
	public static org.jfree.data.category.CategoryDataset createCategoryDataset (java.lang.String, java.lang.String, double[][]) 
		String columnKey
		int c
		String rowKey
		int r
		String rowKeyPrefix
		String columnKeyPrefix
		double[][] data
		org.jfree.data.category.DefaultCategoryDataset result
	public static org.jfree.data.category.CategoryDataset createCategoryDataset (java.lang.String, java.lang.String, java.lang.Number[][]) 
		String columnKey
		int c
		String rowKey
		int r
		String rowKeyPrefix
		String columnKeyPrefix
		Number[][] data
		org.jfree.data.category.DefaultCategoryDataset result
	public static org.jfree.data.category.CategoryDataset createCategoryDataset (java.lang.Comparable[], java.lang.Comparable[], double[][]) 
		int r
		Comparable columnKey
		int c
		Comparable rowKey
		int r
		Comparable[] rowKeys
		Comparable[] columnKeys
		double[][] data
		int columnCount
		org.jfree.data.category.DefaultCategoryDataset result
	public static org.jfree.data.category.CategoryDataset createCategoryDataset (java.lang.Comparable, org.jfree.data.KeyedValues) 
		int i
		Comparable rowKey
		org.jfree.data.KeyedValues rowData
		org.jfree.data.category.DefaultCategoryDataset result
	public static org.jfree.data.xy.XYDataset sampleFunction2D (org.jfree.data.function.Function2D, double, double, int, java.lang.Comparable) 
		double x
		int i
		org.jfree.data.function.Function2D f
		double start
		double end
		int samples
		Comparable seriesKey
		org.jfree.data.xy.XYSeries series
		double step
		org.jfree.data.xy.XYSeriesCollection collection
	public static boolean isEmptyOrNull (org.jfree.data.general.PieDataset) 
		double yy
		Number y
		int item
		org.jfree.data.general.PieDataset dataset
		int itemCount
	public static boolean isEmptyOrNull (org.jfree.data.category.CategoryDataset) 
		int c
		int r
		org.jfree.data.category.CategoryDataset dataset
		int rowCount
		int columnCount
	public static boolean isEmptyOrNull (org.jfree.data.xy.XYDataset) 
		int s
		org.jfree.data.xy.XYDataset dataset
	public static org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public static org.jfree.data.Range findDomainBounds (org.jfree.data.xy.XYDataset, boolean) 
		org.jfree.data.DomainInfo info
		org.jfree.data.xy.XYDataset dataset
		boolean includeInterval
		org.jfree.data.Range result
	public static org.jfree.data.Range iterateDomainBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public static org.jfree.data.Range iterateDomainBounds (org.jfree.data.xy.XYDataset, boolean) 
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.XYDataset dataset
		boolean includeInterval
		double minimum
		double maximum
		int seriesCount
	public static org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public static org.jfree.data.Range findRangeBounds (org.jfree.data.category.CategoryDataset, boolean) 
		org.jfree.data.RangeInfo info
		org.jfree.data.category.CategoryDataset dataset
		boolean includeInterval
		org.jfree.data.Range result
	public static org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public static org.jfree.data.Range findRangeBounds (org.jfree.data.xy.XYDataset, boolean) 
		org.jfree.data.RangeInfo info
		org.jfree.data.xy.XYDataset dataset
		boolean includeInterval
		org.jfree.data.Range result
	public static org.jfree.data.Range iterateCategoryRangeBounds (org.jfree.data.category.CategoryDataset, boolean) 
		org.jfree.data.category.IntervalCategoryDataset icd
		Number lvalue
		Number uvalue
		Number lvalue
		Number uvalue
		int column
		int row
		org.jfree.data.category.CategoryDataset dataset
		boolean includeInterval
		double minimum
		double maximum
		boolean interval
		int rowCount
		int columnCount
	public static org.jfree.data.Range iterateXYRangeBounds (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double lvalue
		double uvalue
		org.jfree.data.xy.OHLCDataset highLowData
		double lvalue
		double uvalue
		double lvalue
		double uvalue
		int item
		int itemCount
		int series
		org.jfree.data.xy.XYDataset dataset
		double minimum
		double maximum
		int seriesCount
	public static java.lang.Number findMinimumDomainValue (org.jfree.data.xy.XYDataset) 
		org.jfree.data.DomainInfo info
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double value
		double value
		int item
		int itemCount
		int series
		double minimum
		int seriesCount
		org.jfree.data.xy.XYDataset dataset
		Number result
	public static java.lang.Number findMaximumDomainValue (org.jfree.data.xy.XYDataset) 
		org.jfree.data.DomainInfo info
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double value
		double value
		int item
		int itemCount
		int series
		double maximum
		int seriesCount
		org.jfree.data.xy.XYDataset dataset
		Number result
	public static java.lang.Number findMinimumRangeValue (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.RangeInfo info
		org.jfree.data.category.IntervalCategoryDataset icd
		Number value
		Number value
		int item
		int series
		double minimum
		int seriesCount
		int itemCount
		org.jfree.data.category.CategoryDataset dataset
	public static java.lang.Number findMinimumRangeValue (org.jfree.data.xy.XYDataset) 
		org.jfree.data.RangeInfo info
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double value
		org.jfree.data.xy.OHLCDataset highLowData
		double value
		double value
		int item
		int itemCount
		int series
		double minimum
		int seriesCount
		org.jfree.data.xy.XYDataset dataset
	public static java.lang.Number findMaximumRangeValue (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.RangeInfo info
		org.jfree.data.category.IntervalCategoryDataset icd
		Number value
		Number value
		int item
		int series
		double maximum
		int seriesCount
		int itemCount
		org.jfree.data.category.CategoryDataset dataset
	public static java.lang.Number findMaximumRangeValue (org.jfree.data.xy.XYDataset) 
		org.jfree.data.RangeInfo info
		org.jfree.data.xy.IntervalXYDataset intervalXYData
		double value
		org.jfree.data.xy.OHLCDataset highLowData
		double value
		double value
		int item
		int itemCount
		int series
		double maximum
		int seriesCount
		org.jfree.data.xy.XYDataset dataset
	public static org.jfree.data.Range findStackedRangeBounds (org.jfree.data.category.CategoryDataset) 
		org.jfree.data.category.CategoryDataset dataset
	public static org.jfree.data.Range findStackedRangeBounds (org.jfree.data.category.CategoryDataset, double) 
		double value
		Number number
		int series
		double positive
		double negative
		int seriesCount
		int item
		org.jfree.data.category.CategoryDataset dataset
		double base
		org.jfree.data.Range result
		double minimum
		double maximum
		int categoryCount
	public static org.jfree.data.Range findStackedRangeBounds (org.jfree.data.category.CategoryDataset, org.jfree.data.KeyToGroupMap) 
		int i
		double value
		Number number
		int series
		int g
		double[] positive
		double[] negative
		int seriesCount
		int item
		int j
		int[] groupIndex
		int groupCount
		double[] minimum
		double[] maximum
		int categoryCount
		org.jfree.data.category.CategoryDataset dataset
		org.jfree.data.KeyToGroupMap map
		org.jfree.data.Range result
	public static java.lang.Number findMinimumStackedRangeValue (org.jfree.data.category.CategoryDataset) 
		double value
		Number number
		int series
		double total
		int seriesCount
		int item
		double minimum
		int categoryCount
		org.jfree.data.category.CategoryDataset dataset
		Number result
	public static java.lang.Number findMaximumStackedRangeValue (org.jfree.data.category.CategoryDataset) 
		double value
		Number number
		int series
		double total
		int seriesCount
		int item
		double maximum
		int categoryCount
		org.jfree.data.category.CategoryDataset dataset
		Number result
	public static org.jfree.data.Range findStackedRangeBounds (org.jfree.data.xy.TableXYDataset) 
		org.jfree.data.xy.TableXYDataset dataset
	public static org.jfree.data.Range findStackedRangeBounds (org.jfree.data.xy.TableXYDataset, double) 
		double y
		int seriesNo
		double positive
		double negative
		int seriesCount
		int itemNo
		org.jfree.data.xy.TableXYDataset dataset
		double base
		double minimum
		double maximum
	public static double calculateStackTotal (org.jfree.data.xy.TableXYDataset, int) 
		double value
		int s
		org.jfree.data.xy.TableXYDataset dataset
		int item
		double total
		int seriesCount
	public static org.jfree.data.Range findCumulativeRangeBounds (org.jfree.data.category.CategoryDataset) 
		double value
		Number n
		int column
		double runningTotal
		int row
		org.jfree.data.category.CategoryDataset dataset
		boolean allItemsNull
		double minimum
		double maximum
}

org/jfree/data/general/DefaultKeyedValueDataset.class
DefaultKeyedValueDataset.java
package org.jfree.data.general
public org.jfree.data.general.DefaultKeyedValueDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.general.KeyedValueDataset java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.KeyedValue data
	public void  () 
	public void  (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public void  (org.jfree.data.KeyedValue) 
		org.jfree.data.KeyedValue data
	public java.lang.Comparable getKey () 
		Comparable result
	public java.lang.Number getValue () 
		Number result
	public void updateValue (java.lang.Number) 
		Number value
	public void setValue (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.general.KeyedValueDataset that
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.DefaultKeyedValueDataset clone
}

org/jfree/data/general/DefaultKeyedValues2DDataset.class
DefaultKeyedValues2DDataset.java
package org.jfree.data.general
public org.jfree.data.general.DefaultKeyedValues2DDataset extends org.jfree.data.category.DefaultCategoryDataset implements org.jfree.data.general.KeyedValues2DDataset java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
}

org/jfree/data/general/DefaultKeyedValuesDataset.class
DefaultKeyedValuesDataset.java
package org.jfree.data.general
public org.jfree.data.general.DefaultKeyedValuesDataset extends org.jfree.data.general.DefaultPieDataset implements org.jfree.data.general.KeyedValuesDataset  {
	private static final long serialVersionUID
	public void  () 
}

org/jfree/data/general/DefaultPieDataset.class
DefaultPieDataset.java
package org.jfree.data.general
public org.jfree.data.general.DefaultPieDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.general.PieDataset java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.DefaultKeyedValues data
	public void  () 
	public void  (org.jfree.data.KeyedValues) 
		int i
		org.jfree.data.KeyedValues data
	public int getItemCount () 
	public java.util.List getKeys () 
	public java.lang.Comparable getKey (int) 
		int item
	public int getIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Number getValue (int) 
		int item
		Number result
	public java.lang.Number getValue (java.lang.Comparable) 
		Comparable key
	public void setValue (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public void setValue (java.lang.Comparable, double) 
		Comparable key
		double value
	public void insertValue (int, java.lang.Comparable, double) 
		int position
		Comparable key
		double value
	public void insertValue (int, java.lang.Comparable, java.lang.Number) 
		int position
		Comparable key
		Number value
	public void remove (java.lang.Comparable) 
		Comparable key
	public void clear () 
	public void sortByKeys (org.jfree.util.SortOrder) 
		org.jfree.util.SortOrder order
	public void sortByValues (org.jfree.util.SortOrder) 
		org.jfree.util.SortOrder order
	public boolean equals (java.lang.Object) 
		Comparable k1
		Comparable k2
		Number v1
		Number v2
		int i
		Object obj
		org.jfree.data.general.PieDataset that
		int count
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.DefaultPieDataset clone
}

org/jfree/data/general/DefaultValueDataset.class
DefaultValueDataset.java
package org.jfree.data.general
public org.jfree.data.general.DefaultValueDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.general.ValueDataset java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Number value
	public void  () 
	public void  (double) 
		double value
	public void  (java.lang.Number) 
		Number value
	public java.lang.Number getValue () 
	public void setValue (java.lang.Number) 
		Number value
	public boolean equals (java.lang.Object) 
		org.jfree.data.general.ValueDataset vd
		Object obj
	public int hashCode () 
}

org/jfree/data/general/KeyedValueDataset.class
KeyedValueDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.KeyedValueDataset extends java.lang.Object implements org.jfree.data.KeyedValue org.jfree.data.general.Dataset  {
}

org/jfree/data/general/KeyedValues2DDataset.class
KeyedValues2DDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.KeyedValues2DDataset extends java.lang.Object implements org.jfree.data.category.CategoryDataset  {
}

org/jfree/data/general/KeyedValuesDataset.class
KeyedValuesDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.KeyedValuesDataset extends java.lang.Object implements org.jfree.data.general.PieDataset  {
}

org/jfree/data/general/PieDataset.class
PieDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.PieDataset extends java.lang.Object implements org.jfree.data.KeyedValues org.jfree.data.general.Dataset  {
}

org/jfree/data/general/Series.class
Series.java
package org.jfree.data.general
public abstract org.jfree.data.general.Series extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable key
	private String description
	private javax.swing.event.EventListenerList listeners
	private java.beans.PropertyChangeSupport propertyChangeSupport
	private boolean notify
	static Class class$org$jfree$data$general$SeriesChangeListener
	protected void  (java.lang.Comparable) 
		Comparable key
	protected void  (java.lang.Comparable, java.lang.String) 
		Comparable key
		String description
	public java.lang.Comparable getKey () 
	public void setKey (java.lang.Comparable) 
		Comparable key
		Comparable old
	public java.lang.String getDescription () 
	public void setDescription (java.lang.String) 
		String description
		String old
	public boolean getNotify () 
	public void setNotify (boolean) 
		boolean notify
	public boolean isEmpty () 
	public abstract int getItemCount () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.Series clone
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.general.Series that
	public int hashCode () 
		int result
	public void addChangeListener (org.jfree.data.general.SeriesChangeListener) 
		org.jfree.data.general.SeriesChangeListener listener
	public void removeChangeListener (org.jfree.data.general.SeriesChangeListener) 
		org.jfree.data.general.SeriesChangeListener listener
	public void fireSeriesChanged () 
	protected void notifyListeners (org.jfree.data.general.SeriesChangeEvent) 
		int i
		org.jfree.data.general.SeriesChangeEvent event
		Object[] listenerList
	public void addPropertyChangeListener (java.beans.PropertyChangeListener) 
		java.beans.PropertyChangeListener listener
	public void removePropertyChangeListener (java.beans.PropertyChangeListener) 
		java.beans.PropertyChangeListener listener
	protected void firePropertyChange (java.lang.String, java.lang.Object, java.lang.Object) 
		String property
		Object oldValue
		Object newValue
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/data/general/SeriesChangeEvent.class
SeriesChangeEvent.java
package org.jfree.data.general
public org.jfree.data.general.SeriesChangeEvent extends java.util.EventObject implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  (java.lang.Object) 
		Object source
}

org/jfree/data/general/SeriesChangeListener.class
SeriesChangeListener.java
package org.jfree.data.general
public abstract org.jfree.data.general.SeriesChangeListener extends java.lang.Object implements java.util.EventListener  {
	public abstract void seriesChanged (org.jfree.data.general.SeriesChangeEvent) 
}

org/jfree/data/general/SeriesDataset.class
SeriesDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.SeriesDataset extends java.lang.Object implements org.jfree.data.general.Dataset  {
	public abstract int getSeriesCount () 
	public abstract java.lang.Comparable getSeriesKey (int) 
	public abstract int indexOf (java.lang.Comparable) 
}

org/jfree/data/general/SeriesException.class
SeriesException.java
package org.jfree.data.general
public org.jfree.data.general.SeriesException extends java.lang.RuntimeException implements java.io.Serializable  {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

org/jfree/data/general/SubSeriesDataset.class
SubSeriesDataset.java
package org.jfree.data.general
public org.jfree.data.general.SubSeriesDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.OHLCDataset org.jfree.data.xy.IntervalXYDataset org.jfree.data.general.CombinationDataset  {
	private org.jfree.data.general.SeriesDataset parent
	private int[] map
	public void  (org.jfree.data.general.SeriesDataset, int[]) 
		org.jfree.data.general.SeriesDataset parent
		int[] map
	public void  (org.jfree.data.general.SeriesDataset, int) 
		org.jfree.data.general.SeriesDataset parent
		int series
	public java.lang.Number getHigh (int, int) 
		int series
		int item
	public double getHighValue (int, int) 
		int series
		int item
		double result
		Number high
	public java.lang.Number getLow (int, int) 
		int series
		int item
	public double getLowValue (int, int) 
		int series
		int item
		double result
		Number low
	public java.lang.Number getOpen (int, int) 
		int series
		int item
	public double getOpenValue (int, int) 
		int series
		int item
		double result
		Number open
	public java.lang.Number getClose (int, int) 
		int series
		int item
	public double getCloseValue (int, int) 
		int series
		int item
		double result
		Number close
	public java.lang.Number getVolume (int, int) 
		int series
		int item
	public double getVolumeValue (int, int) 
		int series
		int item
		double result
		Number volume
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public int getItemCount (int) 
		int series
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public org.jfree.data.general.SeriesDataset getParent () 
	public int[] getMap () 
}

org/jfree/data/general/ValueDataset.class
ValueDataset.java
package org.jfree.data.general
public abstract org.jfree.data.general.ValueDataset extends java.lang.Object implements org.jfree.data.Value org.jfree.data.general.Dataset  {
}

org/jfree/data/general/WaferMapDataset.class
WaferMapDataset.java
package org.jfree.data.general
public org.jfree.data.general.WaferMapDataset extends org.jfree.data.general.AbstractDataset {
	private org.jfree.data.DefaultKeyedValues2D data
	private int maxChipX
	private int maxChipY
	private double chipSpace
	private Double maxValue
	private Double minValue
	private static final double DEFAULT_CHIP_SPACE
	public void  (int, int) 
		int maxChipX
		int maxChipY
	public void  (int, int, java.lang.Number) 
		int maxChipX
		int maxChipY
		Number chipSpace
	public void addValue (java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		Number value
		Comparable chipx
		Comparable chipy
	public void addValue (int, int, int) 
		int v
		int x
		int y
	public void setValue (java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		Number value
		Comparable chipx
		Comparable chipy
	public int getUniqueValueCount () 
	public java.util.Set getUniqueValues () 
		Number value
		int c
		int r
		java.util.Set unique
	public java.lang.Number getChipValue (int, int) 
		int chipx
		int chipy
	public java.lang.Number getChipValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable chipx
		Comparable chipy
		int rowIndex
		int colIndex
	public boolean isMaxValue (java.lang.Number) 
		Number check
	public boolean isMinValue (java.lang.Number) 
		Number check
	public java.lang.Number getMaxValue () 
	public java.lang.Number getMinValue () 
	public int getMaxChipX () 
	public void setMaxChipX (int) 
		int maxChipX
	public int getMaxChipY () 
	public void setMaxChipY (int) 
		int maxChipY
	public double getChipSpace () 
	public void setChipSpace (double) 
		double space
}

org/jfree/data/io/CSV.class
CSV.java
package org.jfree.data.io
public org.jfree.data.io.CSV extends java.lang.Object {
	private char fieldDelimiter
	private char textDelimiter
	public void  () 
	public void  (char, char) 
		char fieldDelimiter
		char textDelimiter
	public org.jfree.data.category.CategoryDataset readCategoryDataset (java.io.Reader)  throws java.io.IOException 
		java.io.Reader in
		org.jfree.data.category.DefaultCategoryDataset dataset
		java.io.BufferedReader reader
		java.util.List columnKeys
		int lineIndex
		String line
	private java.util.List extractColumnKeys (java.lang.String) 
		String key
		int i
		String line
		java.util.List keys
		int fieldIndex
		int start
		String key
	private void extractRowKeyAndData (java.lang.String, org.jfree.data.category.DefaultCategoryDataset, java.util.List) 
		String key
		Double value
		int i
		String line
		org.jfree.data.category.DefaultCategoryDataset dataset
		java.util.List columnKeys
		Comparable rowKey
		int fieldIndex
		int start
		Double value
	private java.lang.String removeStringDelimiters (java.lang.String) 
		String key
		String k
}

org/jfree/data/jdbc/JDBCCategoryDataset.class
JDBCCategoryDataset.java
package org.jfree.data.jdbc
public org.jfree.data.jdbc.JDBCCategoryDataset extends org.jfree.data.category.DefaultCategoryDataset {
	static final long serialVersionUID
	private transient java.sql.Connection connection
	private boolean transpose
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String)  throws java.lang.ClassNotFoundException java.sql.SQLException 
		String url
		String driverName
		String user
		String passwd
	public void  (java.sql.Connection) 
		java.sql.Connection connection
	public void  (java.sql.Connection, java.lang.String)  throws java.sql.SQLException 
		java.sql.Connection connection
		String query
	public boolean getTranspose () 
	public void setTranspose (boolean) 
		boolean transpose
	public void executeQuery (java.lang.String)  throws java.sql.SQLException 
		String query
	public void executeQuery (java.sql.Connection, java.lang.String)  throws java.sql.SQLException 
		Number value
		java.sql.Date date
		Number value
		Number value
		NumberFormatException e
		String string
		Comparable columnKey
		int columnType
		int column
		Comparable rowKey
		java.sql.ResultSetMetaData metaData
		int columnCount
		int i
		Exception e
		Exception e
		Exception e
		Exception e
		java.sql.Connection con
		String query
		java.sql.Statement statement
		java.sql.ResultSet resultSet
}

org/jfree/data/jdbc/JDBCPieDataset.class
JDBCPieDataset.java
package org.jfree.data.jdbc
public org.jfree.data.jdbc.JDBCPieDataset extends org.jfree.data.general.DefaultPieDataset {
	static final long serialVersionUID
	private transient java.sql.Connection connection
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String)  throws java.sql.SQLException java.lang.ClassNotFoundException 
		String url
		String driverName
		String user
		String password
	public void  (java.sql.Connection) 
		java.sql.Connection con
	public void  (java.sql.Connection, java.lang.String)  throws java.sql.SQLException 
		java.sql.Connection con
		String query
	public void executeQuery (java.lang.String)  throws java.sql.SQLException 
		String query
	public void executeQuery (java.sql.Connection, java.lang.String)  throws java.sql.SQLException 
		java.sql.Timestamp date
		Comparable key
		java.sql.ResultSetMetaData metaData
		int columnCount
		int columnType
		double value
		Exception e
		Exception e
		Exception e
		Exception e
		java.sql.Connection con
		String query
		java.sql.Statement statement
		java.sql.ResultSet resultSet
	public void close () 
		Exception e
}

org/jfree/data/jdbc/JDBCXYDataset.class
JDBCXYDataset.java
package org.jfree.data.jdbc
public org.jfree.data.jdbc.JDBCXYDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.XYDataset org.jfree.data.xy.TableXYDataset org.jfree.data.RangeInfo  {
	private transient java.sql.Connection connection
	private String[] columnNames
	private java.util.ArrayList rows
	private double maxValue
	private double minValue
	private boolean isTimeSeries
	private void  () 
	public void  (java.lang.String, java.lang.String, java.lang.String, java.lang.String)  throws java.sql.SQLException java.lang.ClassNotFoundException 
		String url
		String driverName
		String user
		String password
	public void  (java.sql.Connection)  throws java.sql.SQLException 
		java.sql.Connection con
	public void  (java.sql.Connection, java.lang.String)  throws java.sql.SQLException 
		java.sql.Connection con
		String query
	public boolean isTimeSeries () 
	public void setTimeSeries (boolean) 
		boolean timeSeries
	public void executeQuery (java.lang.String)  throws java.sql.SQLException 
		String query
	public void executeQuery (java.sql.Connection, java.lang.String)  throws java.sql.SQLException 
		int type
		java.sql.SQLException e
		int column
		int column
		java.util.ArrayList row
		int column
		Object xObject
		int column
		java.util.ArrayList newRow
		int column
		java.util.ArrayList newRow
		double test
		Object testValue
		int column
		int rowNum
		java.util.ArrayList row
		java.sql.ResultSetMetaData metaData
		int numberOfColumns
		int numberOfValidColumns
		int[] columnTypes
		int currentColumn
		Exception e
		Exception e
		Exception e
		Exception e
		java.sql.Connection con
		String query
		java.sql.ResultSet resultSet
		java.sql.Statement statement
	public java.lang.Number getX (int, int) 
		int seriesIndex
		int itemIndex
		java.util.ArrayList row
	public java.lang.Number getY (int, int) 
		int seriesIndex
		int itemIndex
		java.util.ArrayList row
	public int getItemCount (int) 
		int seriesIndex
	public int getItemCount () 
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int seriesIndex
	public int getLegendItemCount () 
	public java.lang.String[] getLegendItemLabels () 
	public void close () 
		Exception e
	public double getRangeLowerBound (boolean) 
		boolean includeInterval
	public double getRangeUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getRangeBounds (boolean) 
		boolean includeInterval
}

org/jfree/data/resources/DataPackageResources.class
DataPackageResources.java
package org.jfree.data.resources
public org.jfree.data.resources.DataPackageResources extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/data/resources/DataPackageResources_de.class
DataPackageResources_de.java
package org.jfree.data.resources
public org.jfree.data.resources.DataPackageResources_de extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/data/resources/DataPackageResources_es.class
DataPackageResources_es.java
package org.jfree.data.resources
public org.jfree.data.resources.DataPackageResources_es extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/data/resources/DataPackageResources_fr.class
DataPackageResources_fr.java
package org.jfree.data.resources
public org.jfree.data.resources.DataPackageResources_fr extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/data/resources/DataPackageResources_pl.class
DataPackageResources_pl.java
package org.jfree.data.resources
public org.jfree.data.resources.DataPackageResources_pl extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/data/resources/DataPackageResources_ru.class
DataPackageResources_ru.java
package org.jfree.data.resources
public org.jfree.data.resources.DataPackageResources_ru extends java.util.ListResourceBundle {
	private static final Object[][] CONTENTS
	public void  () 
	public java.lang.Object[][] getContents () 
	static void  () 
}

org/jfree/data/statistics/BoxAndWhiskerCalculator.class
BoxAndWhiskerCalculator.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.BoxAndWhiskerCalculator extends java.lang.Object {
	public void  () 
	public static org.jfree.data.statistics.BoxAndWhiskerItem calculateBoxAndWhiskerStatistics (java.util.List) 
		java.util.List values
	public static org.jfree.data.statistics.BoxAndWhiskerItem calculateBoxAndWhiskerStatistics (java.util.List, boolean) 
		Number n
		double v
		Object obj
		java.util.Iterator iterator
		java.util.List vlist
		Number number
		double value
		java.util.List values
		boolean stripNullAndNaNItems
		java.util.List vlist
		double mean
		double median
		double q1
		double q3
		double interQuartileRange
		double upperOutlierThreshold
		double lowerOutlierThreshold
		double upperFaroutThreshold
		double lowerFaroutThreshold
		double minRegularValue
		double maxRegularValue
		double minOutlier
		double maxOutlier
		java.util.List outliers
		java.util.Iterator iterator
	public static double calculateQ1 (java.util.List) 
		java.util.List values
		double result
		int count
	public static double calculateQ3 (java.util.List) 
		java.util.List values
		double result
		int count
}

org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.class
BoxAndWhiskerCategoryDataset.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.BoxAndWhiskerCategoryDataset extends java.lang.Object implements org.jfree.data.category.CategoryDataset  {
	public abstract java.lang.Number getMeanValue (int, int) 
	public abstract java.lang.Number getMeanValue (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getMedianValue (int, int) 
	public abstract java.lang.Number getMedianValue (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getQ1Value (int, int) 
	public abstract java.lang.Number getQ1Value (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getQ3Value (int, int) 
	public abstract java.lang.Number getQ3Value (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getMinRegularValue (int, int) 
	public abstract java.lang.Number getMinRegularValue (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getMaxRegularValue (int, int) 
	public abstract java.lang.Number getMaxRegularValue (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getMinOutlier (int, int) 
	public abstract java.lang.Number getMinOutlier (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getMaxOutlier (int, int) 
	public abstract java.lang.Number getMaxOutlier (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.util.List getOutliers (int, int) 
	public abstract java.util.List getOutliers (java.lang.Comparable, java.lang.Comparable) 
}

org/jfree/data/statistics/BoxAndWhiskerItem.class
BoxAndWhiskerItem.java
package org.jfree.data.statistics
public org.jfree.data.statistics.BoxAndWhiskerItem extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private Number mean
	private Number median
	private Number q1
	private Number q3
	private Number minRegularValue
	private Number maxRegularValue
	private Number minOutlier
	private Number maxOutlier
	private java.util.List outliers
	public void  (java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.lang.Number, java.util.List) 
		Number mean
		Number median
		Number q1
		Number q3
		Number minRegularValue
		Number maxRegularValue
		Number minOutlier
		Number maxOutlier
		java.util.List outliers
	public void  (double, double, double, double, double, double, double, double, java.util.List) 
		double mean
		double median
		double q1
		double q3
		double minRegularValue
		double maxRegularValue
		double minOutlier
		double maxOutlier
		java.util.List outliers
	public java.lang.Number getMean () 
	public java.lang.Number getMedian () 
	public java.lang.Number getQ1 () 
	public java.lang.Number getQ3 () 
	public java.lang.Number getMinRegularValue () 
	public java.lang.Number getMaxRegularValue () 
	public java.lang.Number getMinOutlier () 
	public java.lang.Number getMaxOutlier () 
	public java.util.List getOutliers () 
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.BoxAndWhiskerItem that
}

org/jfree/data/statistics/BoxAndWhiskerXYDataset.class
BoxAndWhiskerXYDataset.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.BoxAndWhiskerXYDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract java.lang.Number getMeanValue (int, int) 
	public abstract java.lang.Number getMedianValue (int, int) 
	public abstract java.lang.Number getQ1Value (int, int) 
	public abstract java.lang.Number getQ3Value (int, int) 
	public abstract java.lang.Number getMinRegularValue (int, int) 
	public abstract java.lang.Number getMaxRegularValue (int, int) 
	public abstract java.lang.Number getMinOutlier (int, int) 
	public abstract java.lang.Number getMaxOutlier (int, int) 
	public abstract java.util.List getOutliers (int, int) 
	public abstract double getOutlierCoefficient () 
	public abstract double getFaroutCoefficient () 
}

org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.class
DefaultBoxAndWhiskerCategoryDataset.java
package org.jfree.data.statistics
public org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.statistics.BoxAndWhiskerCategoryDataset org.jfree.data.RangeInfo org.jfree.util.PublicCloneable  {
	protected org.jfree.data.KeyedObjects2D data
	private double minimumRangeValue
	private int minimumRangeValueRow
	private int minimumRangeValueColumn
	private double maximumRangeValue
	private int maximumRangeValueRow
	private int maximumRangeValueColumn
	public void  () 
	public void add (java.util.List, java.lang.Comparable, java.lang.Comparable) 
		java.util.List list
		Comparable rowKey
		Comparable columnKey
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public void add (org.jfree.data.statistics.BoxAndWhiskerItem, java.lang.Comparable, java.lang.Comparable) 
		double minval
		double maxval
		org.jfree.data.statistics.BoxAndWhiskerItem item
		Comparable rowKey
		Comparable columnKey
		int r
		int c
	public void remove (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		int r
		int c
	public void removeRow (int) 
		int rowIndex
	public void removeRow (java.lang.Comparable) 
		Comparable rowKey
	public void removeColumn (int) 
		int columnIndex
	public void removeColumn (java.lang.Comparable) 
		Comparable columnKey
	public void clear () 
	public org.jfree.data.statistics.BoxAndWhiskerItem getItem (int, int) 
		int row
		int column
	public java.lang.Number getValue (int, int) 
		int row
		int column
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getMeanValue (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMeanValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMedianValue (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMedianValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getQ1Value (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getQ1Value (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getQ3Value (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getQ3Value (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public int getColumnIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Comparable getColumnKey (int) 
		int column
	public java.util.List getColumnKeys () 
	public int getRowIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Comparable getRowKey (int) 
		int row
	public java.util.List getRowKeys () 
	public int getRowCount () 
	public int getColumnCount () 
	public double getRangeLowerBound (boolean) 
		boolean includeInterval
	public double getRangeUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getRangeBounds (boolean) 
		boolean includeInterval
	public java.lang.Number getMinRegularValue (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMinRegularValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMaxRegularValue (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMaxRegularValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMinOutlier (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMinOutlier (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMaxOutlier (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Number getMaxOutlier (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.util.List getOutliers (int, int) 
		int row
		int column
		java.util.List result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.util.List getOutliers (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		java.util.List result
		org.jfree.data.statistics.BoxAndWhiskerItem item
	private void updateBounds () 
		double minv
		double maxv
		Number min
		Number max
		org.jfree.data.statistics.BoxAndWhiskerItem item
		int c
		int r
		int rowCount
		int columnCount
	public boolean equals (java.lang.Object) 
		org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset dataset
		Object obj
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset clone
}

org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.class
DefaultBoxAndWhiskerXYDataset.java
package org.jfree.data.statistics
public org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.statistics.BoxAndWhiskerXYDataset org.jfree.data.RangeInfo  {
	private Comparable seriesKey
	private java.util.List dates
	private java.util.List items
	private Number minimumRangeValue
	private Number maximumRangeValue
	private org.jfree.data.Range rangeBounds
	private double outlierCoefficient
	private double faroutCoefficient
	public void  (java.lang.Comparable) 
		Comparable seriesKey
	public double getOutlierCoefficient () 
	public void setOutlierCoefficient (double) 
		double outlierCoefficient
	public double getFaroutCoefficient () 
	public void setFaroutCoefficient (double) 
		double faroutCoefficient
	public int getSeriesCount () 
	public int getItemCount (int) 
		int series
	public void add (java.util.Date, org.jfree.data.statistics.BoxAndWhiskerItem) 
		java.util.Date date
		org.jfree.data.statistics.BoxAndWhiskerItem item
	public java.lang.Comparable getSeriesKey (int) 
		int i
	public org.jfree.data.statistics.BoxAndWhiskerItem getItem (int, int) 
		int series
		int item
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.util.Date getXDate (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getMeanValue (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getMedianValue (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getQ1Value (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getQ3Value (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getMinRegularValue (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getMaxRegularValue (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getMinOutlier (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.lang.Number getMaxOutlier (int, int) 
		int series
		int item
		Number result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public java.util.List getOutliers (int, int) 
		int series
		int item
		java.util.List result
		org.jfree.data.statistics.BoxAndWhiskerItem stats
	public double getRangeLowerBound (boolean) 
		boolean includeInterval
		double result
	public double getRangeUpperBound (boolean) 
		boolean includeInterval
		double result
	public org.jfree.data.Range getRangeBounds (boolean) 
		boolean includeInterval
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset clone
}

org/jfree/data/statistics/DefaultMultiValueCategoryDataset.class
DefaultMultiValueCategoryDataset.java
package org.jfree.data.statistics
public org.jfree.data.statistics.DefaultMultiValueCategoryDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.statistics.MultiValueCategoryDataset org.jfree.data.RangeInfo org.jfree.util.PublicCloneable  {
	protected org.jfree.data.KeyedObjects2D data
	private Number minimumRangeValue
	private Number maximumRangeValue
	private org.jfree.data.Range rangeBounds
	public void  () 
	public void add (java.util.List, java.lang.Comparable, java.lang.Comparable) 
		Number n
		double v
		Object obj
		Number n
		double v
		int i
		double maxval
		double minval
		java.util.List values
		Comparable rowKey
		Comparable columnKey
		java.util.List vlist
		java.util.Iterator iterator
	public java.util.List getValues (int, int) 
		int row
		int column
		java.util.List values
	public java.util.List getValues (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		Number n
		int i
		Comparable row
		Comparable column
		java.util.List l
		double average
		int count
	public java.lang.Number getValue (int, int) 
		Number n
		int i
		int row
		int column
		java.util.List l
		double average
		int count
	public int getColumnIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Comparable getColumnKey (int) 
		int column
	public java.util.List getColumnKeys () 
	public int getRowIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Comparable getRowKey (int) 
		int row
	public java.util.List getRowKeys () 
	public int getRowCount () 
	public int getColumnCount () 
	public double getRangeLowerBound (boolean) 
		boolean includeInterval
		double result
	public double getRangeUpperBound (boolean) 
		boolean includeInterval
		double result
	public org.jfree.data.Range getRangeBounds (boolean) 
		boolean includeInterval
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.DefaultMultiValueCategoryDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.statistics.DefaultMultiValueCategoryDataset clone
}

org/jfree/data/statistics/DefaultStatisticalCategoryDataset.class
DefaultStatisticalCategoryDataset.java
package org.jfree.data.statistics
public org.jfree.data.statistics.DefaultStatisticalCategoryDataset extends org.jfree.data.general.AbstractDataset implements org.jfree.data.statistics.StatisticalCategoryDataset org.jfree.data.RangeInfo org.jfree.util.PublicCloneable  {
	private org.jfree.data.KeyedObjects2D data
	private double minimumRangeValue
	private int minimumRangeValueRow
	private int minimumRangeValueColumn
	private double minimumRangeValueIncStdDev
	private int minimumRangeValueIncStdDevRow
	private int minimumRangeValueIncStdDevColumn
	private double maximumRangeValue
	private int maximumRangeValueRow
	private int maximumRangeValueColumn
	private double maximumRangeValueIncStdDev
	private int maximumRangeValueIncStdDevRow
	private int maximumRangeValueIncStdDevColumn
	public void  () 
	public java.lang.Number getMeanValue (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.MeanAndStandardDeviation masd
	public java.lang.Number getValue (int, int) 
		int row
		int column
	public java.lang.Number getValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
	public java.lang.Number getMeanValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.MeanAndStandardDeviation masd
	public java.lang.Number getStdDevValue (int, int) 
		int row
		int column
		Number result
		org.jfree.data.statistics.MeanAndStandardDeviation masd
	public java.lang.Number getStdDevValue (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		Number result
		org.jfree.data.statistics.MeanAndStandardDeviation masd
	public int getColumnIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Comparable getColumnKey (int) 
		int column
	public java.util.List getColumnKeys () 
	public int getRowIndex (java.lang.Comparable) 
		Comparable key
	public java.lang.Comparable getRowKey (int) 
		int row
	public java.util.List getRowKeys () 
	public int getRowCount () 
	public int getColumnCount () 
	public void add (double, double, java.lang.Comparable, java.lang.Comparable) 
		double mean
		double standardDeviation
		Comparable rowKey
		Comparable columnKey
	public void add (java.lang.Number, java.lang.Number, java.lang.Comparable, java.lang.Comparable) 
		Number mean
		Number standardDeviation
		Comparable rowKey
		Comparable columnKey
		org.jfree.data.statistics.MeanAndStandardDeviation item
		double m
		double sd
		int r
		int c
	public void remove (java.lang.Comparable, java.lang.Comparable) 
		Comparable rowKey
		Comparable columnKey
		int r
		int c
	public void removeRow (int) 
		int rowIndex
	public void removeRow (java.lang.Comparable) 
		Comparable rowKey
	public void removeColumn (int) 
		int columnIndex
	public void removeColumn (java.lang.Comparable) 
		Comparable columnKey
	public void clear () 
	private void updateBounds () 
		double m
		double sd
		org.jfree.data.statistics.MeanAndStandardDeviation masd
		int c
		int r
		int rowCount
		int columnCount
	public double getRangeLowerBound (boolean) 
		boolean includeInterval
	public double getRangeUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getRangeBounds (boolean) 
		boolean includeInterval
		org.jfree.data.Range result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.DefaultStatisticalCategoryDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.statistics.DefaultStatisticalCategoryDataset clone
}

org/jfree/data/statistics/HistogramBin.class
HistogramBin.java
package org.jfree.data.statistics
public org.jfree.data.statistics.HistogramBin extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private int count
	private double startBoundary
	private double endBoundary
	public void  (double, double) 
		double startBoundary
		double endBoundary
	public int getCount () 
	public void incrementCount () 
	public double getStartBoundary () 
	public double getEndBoundary () 
	public double getBinWidth () 
	public boolean equals (java.lang.Object) 
		org.jfree.data.statistics.HistogramBin bin
		boolean b0
		boolean b1
		boolean b2
		Object obj
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/data/statistics/HistogramDataset.class
HistogramDataset.java
package org.jfree.data.statistics
public org.jfree.data.statistics.HistogramDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List list
	private org.jfree.data.statistics.HistogramType type
	public void  () 
	public org.jfree.data.statistics.HistogramType getType () 
	public void setType (org.jfree.data.statistics.HistogramType) 
		org.jfree.data.statistics.HistogramType type
	public void addSeries (java.lang.Comparable, double[], int) 
		Comparable key
		double[] values
		int bins
		double minimum
		double maximum
	public void addSeries (java.lang.Comparable, double[], int, double, double) 
		org.jfree.data.statistics.HistogramBin bin
		double upper
		org.jfree.data.statistics.HistogramBin bin
		int i
		double fraction
		int binIndex
		org.jfree.data.statistics.HistogramBin bin
		int i
		Comparable key
		double[] values
		int bins
		double minimum
		double maximum
		double binWidth
		double lower
		java.util.List binList
		java.util.Map map
	private double getMinimum (double[]) 
		int i
		double[] values
		double min
	private double getMaximum (double[]) 
		int i
		double[] values
		double max
	java.util.List getBins (int) 
		int series
		java.util.Map map
	private int getTotal (int) 
		int series
		java.util.Map map
	private double getBinWidth (int) 
		int series
		java.util.Map map
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
		java.util.Map map
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		java.util.List bins
		org.jfree.data.statistics.HistogramBin bin
		double x
	public java.lang.Number getY (int, int) 
		int series
		int item
		java.util.List bins
		org.jfree.data.statistics.HistogramBin bin
		double total
		double binWidth
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		java.util.List bins
		org.jfree.data.statistics.HistogramBin bin
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		java.util.List bins
		org.jfree.data.statistics.HistogramBin bin
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.HistogramDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/data/statistics/HistogramType.class
HistogramType.java
package org.jfree.data.statistics
public org.jfree.data.statistics.HistogramType extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.data.statistics.HistogramType FREQUENCY
	public static final org.jfree.data.statistics.HistogramType RELATIVE_FREQUENCY
	public static final org.jfree.data.statistics.HistogramType SCALE_AREA_TO_1
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.HistogramType t
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/data/statistics/MeanAndStandardDeviation.class
MeanAndStandardDeviation.java
package org.jfree.data.statistics
public org.jfree.data.statistics.MeanAndStandardDeviation extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	private Number mean
	private Number standardDeviation
	public void  (double, double) 
		double mean
		double standardDeviation
	public void  (java.lang.Number, java.lang.Number) 
		Number mean
		Number standardDeviation
	public java.lang.Number getMean () 
	public double getMeanValue () 
		double result
	public java.lang.Number getStandardDeviation () 
	public double getStandardDeviationValue () 
		double result
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.MeanAndStandardDeviation that
	public java.lang.String toString () 
}

org/jfree/data/statistics/MultiValueCategoryDataset.class
MultiValueCategoryDataset.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.MultiValueCategoryDataset extends java.lang.Object implements org.jfree.data.category.CategoryDataset  {
	public abstract java.util.List getValues (int, int) 
	public abstract java.util.List getValues (java.lang.Comparable, java.lang.Comparable) 
}

org/jfree/data/statistics/Regression.class
Regression.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.Regression extends java.lang.Object {
	public void  () 
	public static double[] getOLSRegression (double[][]) 
		double x
		double y
		double xx
		double xy
		int i
		double[][] data
		int n
		double sumX
		double sumY
		double sumXX
		double sumXY
		double sxx
		double sxy
		double xbar
		double ybar
		double[] result
	public static double[] getOLSRegression (org.jfree.data.xy.XYDataset, int) 
		double x
		double y
		double xx
		double xy
		int i
		org.jfree.data.xy.XYDataset data
		int series
		int n
		double sumX
		double sumY
		double sumXX
		double sumXY
		double sxx
		double sxy
		double xbar
		double ybar
		double[] result
	public static double[] getPowerRegression (double[][]) 
		double x
		double y
		double xx
		double xy
		int i
		double[][] data
		int n
		double sumX
		double sumY
		double sumXX
		double sumXY
		double sxx
		double sxy
		double xbar
		double ybar
		double[] result
	public static double[] getPowerRegression (org.jfree.data.xy.XYDataset, int) 
		double x
		double y
		double xx
		double xy
		int i
		org.jfree.data.xy.XYDataset data
		int series
		int n
		double sumX
		double sumY
		double sumXX
		double sumXY
		double sxx
		double sxy
		double xbar
		double ybar
		double[] result
}

org/jfree/data/statistics/SimpleHistogramBin.class
SimpleHistogramBin.java
package org.jfree.data.statistics
public org.jfree.data.statistics.SimpleHistogramBin extends java.lang.Object implements java.lang.Comparable java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private double lowerBound
	private double upperBound
	private boolean includeLowerBound
	private boolean includeUpperBound
	private int itemCount
	public void  (double, double) 
		double lowerBound
		double upperBound
	public void  (double, double, boolean, boolean) 
		double lowerBound
		double upperBound
		boolean includeLowerBound
		boolean includeUpperBound
	public double getLowerBound () 
	public double getUpperBound () 
	public int getItemCount () 
	public void setItemCount (int) 
		int count
	public boolean accepts (double) 
		double value
	public boolean overlapsWith (org.jfree.data.statistics.SimpleHistogramBin) 
		org.jfree.data.statistics.SimpleHistogramBin bin
	public int compareTo (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.SimpleHistogramBin bin
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.SimpleHistogramBin that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/data/statistics/SimpleHistogramDataset.class
SimpleHistogramDataset.java
package org.jfree.data.statistics
public org.jfree.data.statistics.SimpleHistogramDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset java.lang.Cloneable org.jfree.util.PublicCloneable java.io.Serializable  {
	private static final long serialVersionUID
	private Comparable key
	private java.util.List bins
	private boolean adjustForBinSize
	public void  (java.lang.Comparable) 
		Comparable key
	public boolean getAdjustForBinSize () 
	public void setAdjustForBinSize (boolean) 
		boolean adjust
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public org.jfree.data.DomainOrder getDomainOrder () 
	public int getItemCount (int) 
		int series
	public void addBin (org.jfree.data.statistics.SimpleHistogramBin) 
		org.jfree.data.statistics.SimpleHistogramBin existingBin
		org.jfree.data.statistics.SimpleHistogramBin bin
		java.util.Iterator iterator
	public void addObservation (double) 
		double value
	public void addObservation (double, boolean) 
		org.jfree.data.statistics.SimpleHistogramBin bin
		double value
		boolean notify
		boolean placed
		java.util.Iterator iterator
	public void addObservations (double[]) 
		int i
		double[] values
	public void clearObservations () 
		org.jfree.data.statistics.SimpleHistogramBin bin
		java.util.Iterator iterator
	public void removeAllBins () 
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getXValue (int, int) 
		int series
		int item
		org.jfree.data.statistics.SimpleHistogramBin bin
	public java.lang.Number getY (int, int) 
		int series
		int item
	public double getYValue (int, int) 
		int series
		int item
		org.jfree.data.statistics.SimpleHistogramBin bin
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public double getStartXValue (int, int) 
		int series
		int item
		org.jfree.data.statistics.SimpleHistogramBin bin
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public double getEndXValue (int, int) 
		int series
		int item
		org.jfree.data.statistics.SimpleHistogramBin bin
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public double getStartYValue (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public double getEndYValue (int, int) 
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.statistics.SimpleHistogramDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.statistics.SimpleHistogramDataset clone
}

org/jfree/data/statistics/StatisticalCategoryDataset.class
StatisticalCategoryDataset.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.StatisticalCategoryDataset extends java.lang.Object implements org.jfree.data.category.CategoryDataset  {
	public abstract java.lang.Number getMeanValue (int, int) 
	public abstract java.lang.Number getMeanValue (java.lang.Comparable, java.lang.Comparable) 
	public abstract java.lang.Number getStdDevValue (int, int) 
	public abstract java.lang.Number getStdDevValue (java.lang.Comparable, java.lang.Comparable) 
}

org/jfree/data/statistics/Statistics.class
Statistics.java
package org.jfree.data.statistics
public abstract org.jfree.data.statistics.Statistics extends java.lang.Object {
	public void  () 
	public static double calculateMean (java.lang.Number[]) 
		Number[] values
	public static double calculateMean (java.lang.Number[], boolean) 
		double current
		double current
		int i
		Number[] values
		boolean includeNullAndNaN
		double sum
		int counter
		double result
	public static double calculateMean (java.util.Collection) 
		java.util.Collection values
	public static double calculateMean (java.util.Collection, boolean) 
		Number number
		double value
		Object object
		java.util.Collection values
		boolean includeNullAndNaN
		int count
		double total
		java.util.Iterator iterator
	public static double calculateMedian (java.util.List) 
		java.util.List values
	public static double calculateMedian (java.util.List, boolean) 
		int i
		int itemCount
		java.util.List copy
		Number value
		Number value
		Number value1
		Number value2
		int count
		java.util.List values
		boolean copyAndSort
		double result
	public static double calculateMedian (java.util.List, int, int) 
		java.util.List values
		int start
		int end
	public static double calculateMedian (java.util.List, int, int, boolean) 
		int i
		java.util.List working
		Number value
		Number value
		Number value1
		Number value2
		int count
		java.util.List values
		int start
		int end
		boolean copyAndSort
		double result
	public static double getStdDev (java.lang.Number[]) 
		double diff
		int counter
		Number[] data
		double avg
		double sum
	public static double[] getLinearFit (java.lang.Number[], java.lang.Number[]) 
		Number[] xData
		Number[] yData
		double[] result
	public static double getSlope (java.lang.Number[], java.lang.Number[]) 
		Number[] xData
		Number[] yData
		double sx
		double sxx
		double sxy
		double sy
		int counter
	public static double getCorrelation (java.lang.Number[], java.lang.Number[]) 
		double x
		double y
		int i
		Number[] data1
		Number[] data2
		int n
		double sumX
		double sumY
		double sumX2
		double sumY2
		double sumXY
	public static double[][] getMovingAverage (java.lang.Number[], java.lang.Number[], int) 
		int j
		double sum
		int i
		Number[] xData
		Number[] yData
		int period
		double[][] result
}

org/jfree/data/time/DateRange.class
DateRange.java
package org.jfree.data.time
public org.jfree.data.time.DateRange extends org.jfree.data.Range implements java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.Date lowerDate
	private java.util.Date upperDate
	public void  () 
	public void  (java.util.Date, java.util.Date) 
		java.util.Date lower
		java.util.Date upper
	public void  (double, double) 
		double lower
		double upper
	public void  (org.jfree.data.Range) 
		org.jfree.data.Range other
	public java.util.Date getLowerDate () 
	public java.util.Date getUpperDate () 
	public java.lang.String toString () 
		java.text.DateFormat df
}

org/jfree/data/time/Day.class
Day.java
package org.jfree.data.time
public org.jfree.data.time.Day extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	protected static final java.text.DateFormat DATE_FORMAT
	protected static final java.text.DateFormat DATE_FORMAT_SHORT
	protected static final java.text.DateFormat DATE_FORMAT_MEDIUM
	protected static final java.text.DateFormat DATE_FORMAT_LONG
	private org.jfree.date.SerialDate serialDate
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int, int, int) 
		int day
		int month
		int year
	public void  (org.jfree.date.SerialDate) 
		org.jfree.date.SerialDate serialDate
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
		int d
		int m
		int y
	public org.jfree.date.SerialDate getSerialDate () 
	public int getYear () 
	public int getMonth () 
	public int getDayOfMonth () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.date.SerialDate yesterday
		org.jfree.data.time.Day result
		int serial
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.date.SerialDate tomorrow
		org.jfree.data.time.Day result
		int serial
	public long getSerialIndex () 
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int day
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int day
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.Day that
	public int hashCode () 
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Day d
		int result
		int result
		Object o1
		int result
	public java.lang.String toString () 
	public static org.jfree.data.time.Day parseDay (java.lang.String) 
		java.text.ParseException e2
		java.text.ParseException e1
		String s
	static void  () 
}

org/jfree/data/time/DynamicTimeSeriesCollection$ValueSequence.class
DynamicTimeSeriesCollection.java
package org.jfree.data.time
public org.jfree.data.time.DynamicTimeSeriesCollection$ValueSequence extends java.lang.Object {
	float[] dataPoints
	private final org.jfree.data.time.DynamicTimeSeriesCollection this$0
	public void  (org.jfree.data.time.DynamicTimeSeriesCollection) 
	public void  (org.jfree.data.time.DynamicTimeSeriesCollection, int) 
		int i
		int length
	public void enterData (int, float) 
		int index
		float value
	public float getData (int) 
		int index
}

org/jfree/data/time/DynamicTimeSeriesCollection.class
DynamicTimeSeriesCollection.java
package org.jfree.data.time
public org.jfree.data.time.DynamicTimeSeriesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo org.jfree.data.RangeInfo  {
	public static final int START
	public static final int MIDDLE
	public static final int END
	private int maximumItemCount
	protected int historyCount
	private Comparable[] seriesKeys
	private Class timePeriodClass
	protected org.jfree.data.time.RegularTimePeriod[] pointsInTime
	private int seriesCount
	protected org.jfree.data.time.DynamicTimeSeriesCollection$ValueSequence[] valueHistory
	protected java.util.Calendar workingCalendar
	private int position
	private boolean domainIsPointsInTime
	private int oldestAt
	private int newestAt
	private long deltaTime
	private Long domainStart
	private Long domainEnd
	private org.jfree.data.Range domainRange
	private Float minValue
	private Float maxValue
	private org.jfree.data.Range valueRange
	static Class class$org$jfree$data$time$Minute
	static Class class$org$jfree$data$time$Second
	static Class class$org$jfree$data$time$Hour
	public void  (int, int) 
		int nSeries
		int nMoments
	public void  (int, int, java.util.TimeZone) 
		int nSeries
		int nMoments
		java.util.TimeZone zone
	public void  (int, int, org.jfree.data.time.RegularTimePeriod) 
		int nSeries
		int nMoments
		org.jfree.data.time.RegularTimePeriod timeSample
	public void  (int, int, org.jfree.data.time.RegularTimePeriod, java.util.TimeZone) 
		int i
		int nSeries
		int nMoments
		org.jfree.data.time.RegularTimePeriod timeSample
		java.util.TimeZone zone
	public synchronized long setTimeBase (org.jfree.data.time.RegularTimePeriod) 
		int i
		org.jfree.data.time.RegularTimePeriod start
		long oldestL
		long nextL
	protected void findDomainLimits () 
		long endL
		long startL
		long endL
	public int getPosition () 
	public void setPosition (int) 
		int position
	public void addSeries (float[], int, java.lang.Comparable) 
		float[] values
		int seriesNumber
		Comparable seriesKey
		int i
		int srcLength
		int copyLength
		boolean fillNeeded
	public void setSeriesKey (int, java.lang.Comparable) 
		int seriesNumber
		Comparable key
	public void addValue (int, int, float) 
		int seriesNumber
		int index
		float value
	public int getSeriesCount () 
	public int getItemCount (int) 
		int series
	protected int translateGet (int) 
		int toFetch
		int newIndex
	public int offsetFromNewest (int) 
		int delta
	public int offsetFromOldest (int) 
		int delta
	protected int wrapOffset (int) 
		int protoIndex
		int tmp
	public synchronized org.jfree.data.time.RegularTimePeriod advanceTime () 
		int s
		int s
		org.jfree.data.time.RegularTimePeriod nextInstant
		boolean extremaChanged
		float oldMax
		float wiper
		long startL
		long endL
	public void invalidateRangeInfo () 
	protected double findMaxValue () 
		double tmp
		int i
		int s
		double max
	public int getOldestIndex () 
	public int getNewestIndex () 
	public void appendData (float[]) 
		float[] newData
		int nDataPoints
		int s
	public void appendData (float[], int, int) 
		int s
		float[] newData
		int insertionIndex
		int refresh
		int nDataPoints
	public org.jfree.data.time.RegularTimePeriod getNewestTime () 
	public org.jfree.data.time.RegularTimePeriod getOldestTime () 
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.time.RegularTimePeriod tp
	public double getYValue (int, int) 
		int series
		int item
		org.jfree.data.time.DynamicTimeSeriesCollection$ValueSequence values
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		org.jfree.data.time.RegularTimePeriod tp
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		org.jfree.data.time.RegularTimePeriod tp
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public java.lang.Comparable getSeriesKey (int) 
		int series
	protected void fireSeriesChanged () 
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getDomainBounds (boolean) 
		boolean includeInterval
	private long getX (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
	public double getRangeLowerBound (boolean) 
		boolean includeInterval
		double result
	public double getRangeUpperBound (boolean) 
		boolean includeInterval
		double result
	public org.jfree.data.Range getRangeBounds (boolean) 
		double max
		boolean includeInterval
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static int access$000 (org.jfree.data.time.DynamicTimeSeriesCollection) 
		org.jfree.data.time.DynamicTimeSeriesCollection x0
}

org/jfree/data/time/FixedMillisecond.class
FixedMillisecond.java
package org.jfree.data.time
public org.jfree.data.time.FixedMillisecond extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.Date time
	public void  () 
	public void  (long) 
		long millisecond
	public void  (java.util.Date) 
		java.util.Date time
	public java.util.Date getTime () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.RegularTimePeriod result
		long t
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.RegularTimePeriod result
		long t
	public boolean equals (java.lang.Object) 
		org.jfree.data.time.FixedMillisecond m
		Object object
	public int hashCode () 
	public int compareTo (java.lang.Object) 
		int result
		int result
		org.jfree.data.time.FixedMillisecond t1
		int result
		long difference
		int result
		Object o1
		int result
	public long getFirstMillisecond () 
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public long getLastMillisecond () 
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public long getMiddleMillisecond () 
	public long getMiddleMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public long getSerialIndex () 
}

org/jfree/data/time/Hour.class
Hour.java
package org.jfree.data.time
public org.jfree.data.time.Hour extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final int FIRST_HOUR_IN_DAY
	public static final int LAST_HOUR_IN_DAY
	private org.jfree.data.time.Day day
	private byte hour
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int, org.jfree.data.time.Day) 
		int hour
		org.jfree.data.time.Day day
	public void  (int, int, int, int) 
		int hour
		int day
		int month
		int year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
	public int getHour () 
	public org.jfree.data.time.Day getDay () 
	public int getYear () 
	public int getMonth () 
	public int getDayOfMonth () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Hour result
		org.jfree.data.time.Hour result
		org.jfree.data.time.Day prevDay
		org.jfree.data.time.Hour result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Hour result
		org.jfree.data.time.Hour result
		org.jfree.data.time.Day nextDay
		org.jfree.data.time.Hour result
	public long getSerialIndex () 
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int dom
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int dom
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.Hour that
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Hour h
		int result
		int result
		Object o1
		int result
	public static org.jfree.data.time.Hour parseHour (java.lang.String) 
		String hourstr
		int hour
		String s
		org.jfree.data.time.Hour result
		String daystr
		org.jfree.data.time.Day day
}

org/jfree/data/time/Millisecond.class
Millisecond.java
package org.jfree.data.time
public org.jfree.data.time.Millisecond extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	static final long serialVersionUID
	public static final int FIRST_MILLISECOND_IN_SECOND
	public static final int LAST_MILLISECOND_IN_SECOND
	private org.jfree.data.time.Day day
	private byte hour
	private byte minute
	private byte second
	private int millisecond
	private long firstMillisecond
	public void  () 
	public void  (int, org.jfree.data.time.Second) 
		int millisecond
		org.jfree.data.time.Second second
	public void  (int, int, int, int, int, int, int) 
		int millisecond
		int second
		int minute
		int hour
		int day
		int month
		int year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
	public org.jfree.data.time.Second getSecond () 
	public long getMillisecond () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Second previous
		org.jfree.data.time.RegularTimePeriod result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Second next
		org.jfree.data.time.RegularTimePeriod result
	public long getSerialIndex () 
		long hourIndex
		long minuteIndex
		long secondIndex
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.Millisecond that
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		int result
		int result
		org.jfree.data.time.Millisecond ms
		int result
		long difference
		int result
		Object obj
		int result
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int day
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
}

org/jfree/data/time/Minute.class
Minute.java
package org.jfree.data.time
public org.jfree.data.time.Minute extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final int FIRST_MINUTE_IN_HOUR
	public static final int LAST_MINUTE_IN_HOUR
	private org.jfree.data.time.Day day
	private byte hour
	private byte minute
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int, org.jfree.data.time.Hour) 
		int minute
		org.jfree.data.time.Hour hour
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
		int min
	public void  (int, int, int, int, int) 
		int minute
		int hour
		int day
		int month
		int year
	public org.jfree.data.time.Day getDay () 
	public org.jfree.data.time.Hour getHour () 
	public int getHourValue () 
	public int getMinute () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Minute result
		org.jfree.data.time.Minute result
		org.jfree.data.time.Hour h
		org.jfree.data.time.Minute result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Minute result
		org.jfree.data.time.Minute result
		org.jfree.data.time.Hour nextHour
		org.jfree.data.time.Minute result
	public long getSerialIndex () 
		long hourIndex
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int day
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int day
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.Minute that
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Minute m
		int result
		int result
		Object o1
		int result
	public static org.jfree.data.time.Minute parseMinute (java.lang.String) 
		String minstr
		int minute
		String hmstr
		String hourstr
		int hour
		String s
		org.jfree.data.time.Minute result
		String daystr
		org.jfree.data.time.Day day
}

org/jfree/data/time/Month.class
Month.java
package org.jfree.data.time
public org.jfree.data.time.Month extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	private int month
	private int year
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int, int) 
		int month
		int year
	public void  (int, org.jfree.data.time.Year) 
		int month
		org.jfree.data.time.Year year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
	public org.jfree.data.time.Year getYear () 
	public int getYearValue () 
	public int getMonth () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Month result
		org.jfree.data.time.Month result
		org.jfree.data.time.Month result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Month result
		org.jfree.data.time.Month result
		org.jfree.data.time.Month result
	public long getSerialIndex () 
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		org.jfree.data.time.Month target
		Object obj
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Month m
		int result
		int result
		Object o1
		int result
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int eom
	public static org.jfree.data.time.Month parseMonth (java.lang.String) 
		int month
		int month
		String s1
		String s2
		org.jfree.data.time.Year year
		int i
		String s
		org.jfree.data.time.Month result
	private static int findSeparator (java.lang.String) 
		String s
		int result
	private static org.jfree.data.time.Year evaluateAsYear (java.lang.String) 
		org.jfree.data.time.TimePeriodFormatException e
		String s
		org.jfree.data.time.Year result
}

org/jfree/data/time/MovingAverage.class
MovingAverage.java
package org.jfree.data.time
public org.jfree.data.time.MovingAverage extends java.lang.Object {
	public void  () 
	public static org.jfree.data.time.TimeSeriesCollection createMovingAverage (org.jfree.data.time.TimeSeriesCollection, java.lang.String, int, int) 
		org.jfree.data.time.TimeSeries sourceSeries
		org.jfree.data.time.TimeSeries maSeries
		int i
		org.jfree.data.time.TimeSeriesCollection source
		String suffix
		int periodCount
		int skip
		org.jfree.data.time.TimeSeriesCollection result
	public static org.jfree.data.time.TimeSeries createMovingAverage (org.jfree.data.time.TimeSeries, java.lang.String, int, int) 
		org.jfree.data.time.TimeSeriesDataItem item
		org.jfree.data.time.RegularTimePeriod p
		Number v
		long currentIndex
		int n
		double sum
		long serialLimit
		int offset
		boolean finished
		org.jfree.data.time.TimeSeriesDataItem current
		org.jfree.data.time.RegularTimePeriod period
		long serial
		int i
		long firstSerial
		org.jfree.data.time.TimeSeries source
		String name
		int periodCount
		int skip
		org.jfree.data.time.TimeSeries result
	public static org.jfree.data.time.TimeSeries createPointMovingAverage (org.jfree.data.time.TimeSeries, java.lang.String, int) 
		org.jfree.data.time.TimeSeriesDataItem startOfMovingAvg
		org.jfree.data.time.TimeSeriesDataItem current
		org.jfree.data.time.RegularTimePeriod period
		int i
		org.jfree.data.time.TimeSeries source
		String name
		int pointCount
		org.jfree.data.time.TimeSeries result
		double rollingSumForPeriod
	public static org.jfree.data.xy.XYDataset createMovingAverage (org.jfree.data.xy.XYDataset, java.lang.String, long, long) 
		org.jfree.data.xy.XYDataset source
		String suffix
		long period
		long skip
	public static org.jfree.data.xy.XYDataset createMovingAverage (org.jfree.data.xy.XYDataset, java.lang.String, double, double) 
		org.jfree.data.xy.XYSeries s
		int i
		org.jfree.data.xy.XYDataset source
		String suffix
		double period
		double skip
		org.jfree.data.xy.XYSeriesCollection result
	public static org.jfree.data.xy.XYSeries createMovingAverage (org.jfree.data.xy.XYDataset, int, java.lang.String, double, double) 
		double xx
		Number yy
		int n
		double sum
		double limit
		int offset
		boolean finished
		double x
		int i
		double first
		org.jfree.data.xy.XYDataset source
		int series
		String name
		double period
		double skip
		org.jfree.data.xy.XYSeries result
}

org/jfree/data/time/Quarter.class
Quarter.java
package org.jfree.data.time
public org.jfree.data.time.Quarter extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final int FIRST_QUARTER
	public static final int LAST_QUARTER
	public static final int[] FIRST_MONTH_IN_QUARTER
	public static final int[] LAST_MONTH_IN_QUARTER
	private short year
	private byte quarter
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int, int) 
		int quarter
		int year
	public void  (int, org.jfree.data.time.Year) 
		int quarter
		org.jfree.data.time.Year year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
		int month
	public int getQuarter () 
	public org.jfree.data.time.Year getYear () 
	public int getYearValue () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Quarter result
		org.jfree.data.time.Quarter result
		org.jfree.data.time.Quarter result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Quarter result
		org.jfree.data.time.Quarter result
		org.jfree.data.time.Quarter result
	public long getSerialIndex () 
	public boolean equals (java.lang.Object) 
		org.jfree.data.time.Quarter target
		Object obj
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Quarter q
		int result
		int result
		Object o1
		int result
	public java.lang.String toString () 
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int month
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int month
		int eom
	public static org.jfree.data.time.Quarter parseQuarter (java.lang.String) 
		String s
		int i
		String qstr
		int quarter
		String remaining
		org.jfree.data.time.Year year
		org.jfree.data.time.Quarter result
	static void  () 
}

org/jfree/data/time/RegularTimePeriod.class
RegularTimePeriod.java
package org.jfree.data.time
public abstract org.jfree.data.time.RegularTimePeriod extends java.lang.Object implements org.jfree.data.time.TimePeriod java.lang.Comparable org.jfree.date.MonthConstants  {
	public static final java.util.TimeZone DEFAULT_TIME_ZONE
	public static final java.util.Calendar WORKING_CALENDAR
	static Class class$java$util$Date
	static Class class$java$util$TimeZone
	static Class class$org$jfree$data$time$Year
	static Class class$org$jfree$data$time$Quarter
	static Class class$org$jfree$data$time$Month
	static Class class$org$jfree$data$time$Day
	static Class class$org$jfree$data$time$Hour
	static Class class$org$jfree$data$time$Minute
	static Class class$org$jfree$data$time$Second
	static Class class$org$jfree$data$time$Millisecond
	public void  () 
	public static org.jfree.data.time.RegularTimePeriod createInstance (java.lang.Class, java.util.Date, java.util.TimeZone) 
		java.lang.reflect.Constructor constructor
		Exception e
		Class c
		java.util.Date millisecond
		java.util.TimeZone zone
		org.jfree.data.time.RegularTimePeriod result
	public static java.lang.Class downsize (java.lang.Class) 
		Class c
	public abstract org.jfree.data.time.RegularTimePeriod previous () 
	public abstract org.jfree.data.time.RegularTimePeriod next () 
	public abstract long getSerialIndex () 
	public abstract void peg (java.util.Calendar) 
	public java.util.Date getStart () 
	public java.util.Date getEnd () 
	public abstract long getFirstMillisecond () 
	public long getFirstMillisecond (java.util.TimeZone) 
		java.util.TimeZone zone
		java.util.Calendar calendar
	public abstract long getFirstMillisecond (java.util.Calendar) 
	public abstract long getLastMillisecond () 
	public long getLastMillisecond (java.util.TimeZone) 
		java.util.TimeZone zone
		java.util.Calendar calendar
	public abstract long getLastMillisecond (java.util.Calendar) 
	public long getMiddleMillisecond () 
		long m1
		long m2
	public long getMiddleMillisecond (java.util.TimeZone) 
		java.util.TimeZone zone
		java.util.Calendar calendar
		long m1
		long m2
	public long getMiddleMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		long m1
		long m2
	public java.lang.String toString () 
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
	static void  () 
}

org/jfree/data/time/Second.class
Second.java
package org.jfree.data.time
public org.jfree.data.time.Second extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final int FIRST_SECOND_IN_MINUTE
	public static final int LAST_SECOND_IN_MINUTE
	private org.jfree.data.time.Day day
	private byte hour
	private byte minute
	private byte second
	private long firstMillisecond
	public void  () 
	public void  (int, org.jfree.data.time.Minute) 
		int second
		org.jfree.data.time.Minute minute
	public void  (int, int, int, int, int, int) 
		int second
		int minute
		int hour
		int day
		int month
		int year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
	public int getSecond () 
	public org.jfree.data.time.Minute getMinute () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Minute previous
		org.jfree.data.time.Second result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Minute next
		org.jfree.data.time.Second result
	public long getSerialIndex () 
		long hourIndex
		long minuteIndex
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		int year
		int month
		int day
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.Second that
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Second s
		int result
		Object o1
		int result
	public static org.jfree.data.time.Second parseSecond (java.lang.String) 
		org.jfree.data.time.Minute m
		int second
		int minute
		String hmsstr
		int l
		String hourstr
		String minstr
		String secstr
		int hour
		String s
		org.jfree.data.time.Second result
		String daystr
		org.jfree.data.time.Day day
}

org/jfree/data/time/SimpleTimePeriod.class
SimpleTimePeriod.java
package org.jfree.data.time
public org.jfree.data.time.SimpleTimePeriod extends java.lang.Object implements org.jfree.data.time.TimePeriod java.lang.Comparable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.Date start
	private java.util.Date end
	public void  (long, long) 
		long start
		long end
	public void  (java.util.Date, java.util.Date) 
		java.util.Date start
		java.util.Date end
	public java.util.Date getStart () 
	public java.util.Date getEnd () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimePeriod that
	public int compareTo (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimePeriod that
		long t0
		long t1
		long m0
		long t2
		long t3
		long m1
	public int hashCode () 
		int result
}

org/jfree/data/time/TimePeriod.class
TimePeriod.java
package org.jfree.data.time
public abstract org.jfree.data.time.TimePeriod extends java.lang.Object implements java.lang.Comparable  {
	public abstract java.util.Date getStart () 
	public abstract java.util.Date getEnd () 
}

org/jfree/data/time/TimePeriodAnchor.class
TimePeriodAnchor.java
package org.jfree.data.time
public final org.jfree.data.time.TimePeriodAnchor extends java.lang.Object implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final org.jfree.data.time.TimePeriodAnchor START
	public static final org.jfree.data.time.TimePeriodAnchor MIDDLE
	public static final org.jfree.data.time.TimePeriodAnchor END
	private String name
	private void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimePeriodAnchor position
	public int hashCode () 
	private java.lang.Object readResolve ()  throws java.io.ObjectStreamException 
	static void  () 
}

org/jfree/data/time/TimePeriodFormatException.class
TimePeriodFormatException.java
package org.jfree.data.time
public org.jfree.data.time.TimePeriodFormatException extends java.lang.IllegalArgumentException {
	public void  (java.lang.String) 
		String message
}

org/jfree/data/time/TimePeriodValue.class
TimePeriodValue.java
package org.jfree.data.time
public org.jfree.data.time.TimePeriodValue extends java.lang.Object implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.time.TimePeriod period
	private Number value
	public void  (org.jfree.data.time.TimePeriod, java.lang.Number) 
		org.jfree.data.time.TimePeriod period
		Number value
	public void  (org.jfree.data.time.TimePeriod, double) 
		org.jfree.data.time.TimePeriod period
		double value
	public org.jfree.data.time.TimePeriod getPeriod () 
	public java.lang.Number getValue () 
	public void setValue (java.lang.Number) 
		Number value
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimePeriodValue timePeriodValue
	public int hashCode () 
		int result
	public java.lang.Object clone () 
		CloneNotSupportedException e
		Object clone
}

org/jfree/data/time/TimePeriodValues.class
TimePeriodValues.java
package org.jfree.data.time
public org.jfree.data.time.TimePeriodValues extends org.jfree.data.general.Series implements java.io.Serializable  {
	static final long serialVersionUID
	protected static final String DEFAULT_DOMAIN_DESCRIPTION
	protected static final String DEFAULT_RANGE_DESCRIPTION
	private String domain
	private String range
	private java.util.List data
	private int minStartIndex
	private int maxStartIndex
	private int minMiddleIndex
	private int maxMiddleIndex
	private int minEndIndex
	private int maxEndIndex
	public void  (java.lang.String) 
		String name
	public void  (java.lang.String, java.lang.String, java.lang.String) 
		String name
		String domain
		String range
	public java.lang.String getDomainDescription () 
	public void setDomainDescription (java.lang.String) 
		String description
		String old
	public java.lang.String getRangeDescription () 
	public void setRangeDescription (java.lang.String) 
		String description
		String old
	public int getItemCount () 
	public org.jfree.data.time.TimePeriodValue getDataItem (int) 
		int index
	public org.jfree.data.time.TimePeriod getTimePeriod (int) 
		int index
	public java.lang.Number getValue (int) 
		int index
	public void add (org.jfree.data.time.TimePeriodValue) 
		org.jfree.data.time.TimePeriodValue item
	private void updateBounds (org.jfree.data.time.TimePeriod, int) 
		long minStart
		long maxStart
		long s
		long e
		long minMiddle
		long s
		long e
		long maxMiddle
		long minEnd
		long maxEnd
		org.jfree.data.time.TimePeriod period
		int index
		long start
		long end
		long middle
	private void recalculateBounds () 
		org.jfree.data.time.TimePeriodValue tpv
		int i
	public void add (org.jfree.data.time.TimePeriod, double) 
		org.jfree.data.time.TimePeriod period
		double value
		org.jfree.data.time.TimePeriodValue item
	public void add (org.jfree.data.time.TimePeriod, java.lang.Number) 
		org.jfree.data.time.TimePeriod period
		Number value
		org.jfree.data.time.TimePeriodValue item
	public void update (int, java.lang.Number) 
		int index
		Number value
		org.jfree.data.time.TimePeriodValue item
	public void delete (int, int) 
		int i
		int start
		int end
	public boolean equals (java.lang.Object) 
		int i
		Object obj
		org.jfree.data.time.TimePeriodValues that
		int count
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		Object clone
	public org.jfree.data.time.TimePeriodValues createCopy (int, int)  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.SeriesException e
		org.jfree.data.time.TimePeriodValue item
		org.jfree.data.time.TimePeriodValue clone
		int index
		int start
		int end
		org.jfree.data.time.TimePeriodValues copy
	public int getMinStartIndex () 
	public int getMaxStartIndex () 
	public int getMinMiddleIndex () 
	public int getMaxMiddleIndex () 
	public int getMinEndIndex () 
	public int getMaxEndIndex () 
}

org/jfree/data/time/TimePeriodValuesCollection.class
TimePeriodValuesCollection.java
package org.jfree.data.time
public org.jfree.data.time.TimePeriodValuesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List data
	private org.jfree.data.time.TimePeriodAnchor xPosition
	private boolean domainIsPointsInTime
	public void  () 
	public void  (org.jfree.data.time.TimePeriodValues) 
		org.jfree.data.time.TimePeriodValues series
	public org.jfree.data.time.TimePeriodAnchor getXPosition () 
	public void setXPosition (org.jfree.data.time.TimePeriodAnchor) 
		org.jfree.data.time.TimePeriodAnchor position
	public int getSeriesCount () 
	public org.jfree.data.time.TimePeriodValues getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public void addSeries (org.jfree.data.time.TimePeriodValues) 
		org.jfree.data.time.TimePeriodValues series
	public void removeSeries (org.jfree.data.time.TimePeriodValues) 
		org.jfree.data.time.TimePeriodValues series
	public void removeSeries (int) 
		int index
		org.jfree.data.time.TimePeriodValues series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriodValues ts
		org.jfree.data.time.TimePeriodValue dp
		org.jfree.data.time.TimePeriod period
	private long getX (org.jfree.data.time.TimePeriod) 
		org.jfree.data.time.TimePeriod period
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriodValues ts
		org.jfree.data.time.TimePeriodValue dp
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriodValues ts
		org.jfree.data.time.TimePeriodValue dp
	public java.lang.Number getY (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriodValues ts
		org.jfree.data.time.TimePeriodValue dp
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public org.jfree.data.Range getDomainBounds (boolean) 
		org.jfree.data.time.TimePeriod maxStart
		org.jfree.data.time.TimePeriod minMiddle
		long s1
		long e1
		org.jfree.data.time.TimePeriod maxMiddle
		long s2
		long e2
		org.jfree.data.time.TimePeriod minEnd
		org.jfree.data.time.TimePeriod start
		org.jfree.data.time.TimePeriod end
		org.jfree.data.time.TimePeriodValues series
		int count
		boolean includeInterval
		boolean interval
		org.jfree.data.Range result
		org.jfree.data.Range temp
		java.util.Iterator iterator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimePeriodValuesCollection that
	public boolean getDomainIsPointsInTime () 
	public void setDomainIsPointsInTime (boolean) 
		boolean flag
}

org/jfree/data/time/TimeSeries.class
TimeSeries.java
package org.jfree.data.time
public org.jfree.data.time.TimeSeries extends org.jfree.data.general.Series implements java.lang.Cloneable java.io.Serializable  {
	private static final long serialVersionUID
	protected static final String DEFAULT_DOMAIN_DESCRIPTION
	protected static final String DEFAULT_RANGE_DESCRIPTION
	private String domain
	private String range
	protected Class timePeriodClass
	protected java.util.List data
	private int maximumItemCount
	private long maximumItemAge
	static Class class$org$jfree$data$time$Day
	static Class class$java$lang$Class
	static Class class$java$util$Date
	static Class class$java$util$TimeZone
	static Class class$org$jfree$data$time$RegularTimePeriod
	public void  (java.lang.Comparable) 
		Comparable name
	public void  (java.lang.Comparable, java.lang.Class) 
		Comparable name
		Class timePeriodClass
	public void  (java.lang.Comparable, java.lang.String, java.lang.String, java.lang.Class) 
		Comparable name
		String domain
		String range
		Class timePeriodClass
	public java.lang.String getDomainDescription () 
	public void setDomainDescription (java.lang.String) 
		String description
		String old
	public java.lang.String getRangeDescription () 
	public void setRangeDescription (java.lang.String) 
		String description
		String old
	public int getItemCount () 
	public java.util.List getItems () 
	public int getMaximumItemCount () 
	public void setMaximumItemCount (int) 
		int maximum
		int count
	public long getMaximumItemAge () 
	public void setMaximumItemAge (long) 
		long periods
	public java.lang.Class getTimePeriodClass () 
	public org.jfree.data.time.TimeSeriesDataItem getDataItem (int) 
		int index
	public org.jfree.data.time.TimeSeriesDataItem getDataItem (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
		int index
	public org.jfree.data.time.RegularTimePeriod getTimePeriod (int) 
		int index
	public org.jfree.data.time.RegularTimePeriod getNextTimePeriod () 
		org.jfree.data.time.RegularTimePeriod last
	public java.util.Collection getTimePeriods () 
		int i
		java.util.Collection result
	public java.util.Collection getTimePeriodsUniqueToOtherSeries (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.RegularTimePeriod period
		int index
		int i
		org.jfree.data.time.TimeSeries series
		java.util.Collection result
	public int getIndex (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
		org.jfree.data.time.TimeSeriesDataItem dummy
	public java.lang.Number getValue (int) 
		int index
	public java.lang.Number getValue (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
		int index
	public void add (org.jfree.data.time.TimeSeriesDataItem) 
		org.jfree.data.time.TimeSeriesDataItem item
	public void add (org.jfree.data.time.TimeSeriesDataItem, boolean) 
		StringBuffer b
		StringBuffer b
		int index
		org.jfree.data.time.RegularTimePeriod last
		org.jfree.data.time.TimeSeriesDataItem item
		boolean notify
		boolean added
		int count
	public void add (org.jfree.data.time.RegularTimePeriod, double) 
		org.jfree.data.time.RegularTimePeriod period
		double value
	public void add (org.jfree.data.time.RegularTimePeriod, double, boolean) 
		org.jfree.data.time.RegularTimePeriod period
		double value
		boolean notify
		org.jfree.data.time.TimeSeriesDataItem item
	public void add (org.jfree.data.time.RegularTimePeriod, java.lang.Number) 
		org.jfree.data.time.RegularTimePeriod period
		Number value
	public void add (org.jfree.data.time.RegularTimePeriod, java.lang.Number, boolean) 
		org.jfree.data.time.RegularTimePeriod period
		Number value
		boolean notify
		org.jfree.data.time.TimeSeriesDataItem item
	public void update (org.jfree.data.time.RegularTimePeriod, java.lang.Number) 
		org.jfree.data.time.TimeSeriesDataItem pair
		org.jfree.data.time.RegularTimePeriod period
		Number value
		org.jfree.data.time.TimeSeriesDataItem temp
		int index
	public void update (int, java.lang.Number) 
		int index
		Number value
		org.jfree.data.time.TimeSeriesDataItem item
	public org.jfree.data.time.TimeSeries addAndOrUpdate (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.TimeSeriesDataItem item
		org.jfree.data.time.TimeSeriesDataItem oldItem
		int i
		org.jfree.data.time.TimeSeries series
		org.jfree.data.time.TimeSeries overwritten
	public org.jfree.data.time.TimeSeriesDataItem addOrUpdate (org.jfree.data.time.RegularTimePeriod, double) 
		org.jfree.data.time.RegularTimePeriod period
		double value
	public org.jfree.data.time.TimeSeriesDataItem addOrUpdate (org.jfree.data.time.RegularTimePeriod, java.lang.Number) 
		org.jfree.data.time.TimeSeriesDataItem existing
		org.jfree.data.time.RegularTimePeriod period
		Number value
		org.jfree.data.time.TimeSeriesDataItem overwritten
		org.jfree.data.time.TimeSeriesDataItem key
		int index
	public void removeAgedItems (boolean) 
		long latest
		boolean removed
		boolean notify
	public void removeAgedItems (long, boolean) 
		java.lang.reflect.Method m
		org.jfree.data.time.RegularTimePeriod newest
		NoSuchMethodException e
		IllegalAccessException e
		java.lang.reflect.InvocationTargetException e
		long latest
		boolean notify
		long index
		boolean removed
	public void clear () 
	public void delete (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
		int index
	public void delete (int, int) 
		int i
		int start
		int end
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.time.TimeSeries clone
	public org.jfree.data.time.TimeSeries createCopy (int, int)  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.SeriesException e
		org.jfree.data.time.TimeSeriesDataItem item
		org.jfree.data.time.TimeSeriesDataItem clone
		int index
		int start
		int end
		org.jfree.data.time.TimeSeries copy
	public org.jfree.data.time.TimeSeries createCopy (org.jfree.data.time.RegularTimePeriod, org.jfree.data.time.RegularTimePeriod)  throws java.lang.CloneNotSupportedException 
		org.jfree.data.time.TimeSeries copy
		org.jfree.data.time.RegularTimePeriod start
		org.jfree.data.time.RegularTimePeriod end
		boolean emptyRange
		int startIndex
		int endIndex
	public boolean equals (java.lang.Object) 
		int i
		Object object
		org.jfree.data.time.TimeSeries s
		int count
	public int hashCode () 
		org.jfree.data.time.TimeSeriesDataItem item
		org.jfree.data.time.TimeSeriesDataItem item
		org.jfree.data.time.TimeSeriesDataItem item
		int result
		int count
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/data/time/TimeSeriesCollection.class
TimeSeriesCollection.java
package org.jfree.data.time
public org.jfree.data.time.TimeSeriesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.XYDataset org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List data
	private java.util.Calendar workingCalendar
	private org.jfree.data.time.TimePeriodAnchor xPosition
	private boolean domainIsPointsInTime
	public void  () 
	public void  (java.util.TimeZone) 
		java.util.TimeZone zone
	public void  (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.TimeSeries series
	public void  (org.jfree.data.time.TimeSeries, java.util.TimeZone) 
		org.jfree.data.time.TimeSeries series
		java.util.TimeZone zone
	public boolean getDomainIsPointsInTime () 
	public void setDomainIsPointsInTime (boolean) 
		boolean flag
	public org.jfree.data.DomainOrder getDomainOrder () 
	public org.jfree.data.time.TimePeriodAnchor getXPosition () 
	public void setXPosition (org.jfree.data.time.TimePeriodAnchor) 
		org.jfree.data.time.TimePeriodAnchor anchor
	public java.util.List getSeries () 
	public int getSeriesCount () 
	public int indexOf (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.TimeSeries series
	public org.jfree.data.time.TimeSeries getSeries (int) 
		int series
	public org.jfree.data.time.TimeSeries getSeries (java.lang.String) 
		org.jfree.data.time.TimeSeries series
		Comparable k
		String key
		org.jfree.data.time.TimeSeries result
		java.util.Iterator iterator
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public void addSeries (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.TimeSeries series
	public void removeSeries (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.TimeSeries series
	public void removeSeries (int) 
		int index
		org.jfree.data.time.TimeSeries series
	public void removeAllSeries () 
		org.jfree.data.time.TimeSeries series
		int i
	public int getItemCount (int) 
		int series
	public double getXValue (int, int) 
		int series
		int item
		org.jfree.data.time.TimeSeries s
		org.jfree.data.time.TimeSeriesDataItem i
		org.jfree.data.time.RegularTimePeriod period
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.time.TimeSeries ts
		org.jfree.data.time.TimeSeriesDataItem dp
		org.jfree.data.time.RegularTimePeriod period
	protected synchronized long getX (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
		long result
	public synchronized java.lang.Number getStartX (int, int) 
		int series
		int item
		org.jfree.data.time.TimeSeries ts
		org.jfree.data.time.TimeSeriesDataItem dp
	public synchronized java.lang.Number getEndX (int, int) 
		int series
		int item
		org.jfree.data.time.TimeSeries ts
		org.jfree.data.time.TimeSeriesDataItem dp
	public java.lang.Number getY (int, int) 
		int series
		int item
		org.jfree.data.time.TimeSeries ts
		org.jfree.data.time.TimeSeriesDataItem dp
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public int[] getSurroundingItems (int, long) 
		Number x
		long m
		int i
		int series
		long milliseconds
		int[] result
		org.jfree.data.time.TimeSeries timeSeries
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public org.jfree.data.Range getDomainBounds (boolean) 
		org.jfree.data.Range temp
		org.jfree.data.time.RegularTimePeriod start
		org.jfree.data.time.RegularTimePeriod end
		org.jfree.data.Range temp
		org.jfree.data.time.TimeSeries series
		int count
		boolean includeInterval
		org.jfree.data.Range result
		java.util.Iterator iterator
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimeSeriesCollection that
	public int hashCode () 
		int result
}

org/jfree/data/time/TimeSeriesDataItem.class
TimeSeriesDataItem.java
package org.jfree.data.time
public org.jfree.data.time.TimeSeriesDataItem extends java.lang.Object implements java.lang.Cloneable java.lang.Comparable java.io.Serializable  {
	private static final long serialVersionUID
	private org.jfree.data.time.RegularTimePeriod period
	private Number value
	public void  (org.jfree.data.time.RegularTimePeriod, java.lang.Number) 
		org.jfree.data.time.RegularTimePeriod period
		Number value
	public void  (org.jfree.data.time.RegularTimePeriod, double) 
		org.jfree.data.time.RegularTimePeriod period
		double value
	public org.jfree.data.time.RegularTimePeriod getPeriod () 
	public java.lang.Number getValue () 
	public void setValue (java.lang.Number) 
		Number value
	public boolean equals (java.lang.Object) 
		Object o
		org.jfree.data.time.TimeSeriesDataItem timeSeriesDataItem
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.TimeSeriesDataItem datapair
		int result
		Object o1
		int result
	public java.lang.Object clone () 
		CloneNotSupportedException e
		Object clone
}

org/jfree/data/time/TimeSeriesTableModel.class
TimeSeriesTableModel.java
package org.jfree.data.time
public org.jfree.data.time.TimeSeriesTableModel extends javax.swing.table.AbstractTableModel implements org.jfree.data.general.SeriesChangeListener  {
	private org.jfree.data.time.TimeSeries series
	private boolean editable
	private org.jfree.data.time.RegularTimePeriod newTimePeriod
	private Number newValue
	static Class class$java$lang$String
	static Class class$java$lang$Double
	public void  () 
	public void  (org.jfree.data.time.TimeSeries) 
		org.jfree.data.time.TimeSeries series
	public void  (org.jfree.data.time.TimeSeries, boolean) 
		org.jfree.data.time.TimeSeries series
		boolean editable
	public int getColumnCount () 
	public java.lang.Class getColumnClass (int) 
		int column
	public java.lang.String getColumnName (int) 
		int column
	public int getRowCount () 
	public java.lang.Object getValueAt (int, int) 
		int row
		int column
	public boolean isCellEditable (int, int) 
		int row
		int column
	public void setValueAt (java.lang.Object, int, int) 
		Double v
		NumberFormatException nfe
		Object value
		int row
		int column
	public void seriesChanged (org.jfree.data.general.SeriesChangeEvent) 
		org.jfree.data.general.SeriesChangeEvent event
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

org/jfree/data/time/TimeTableXYDataset.class
TimeTableXYDataset.java
package org.jfree.data.time
public org.jfree.data.time.TimeTableXYDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements java.lang.Cloneable org.jfree.util.PublicCloneable org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo org.jfree.data.xy.TableXYDataset  {
	private org.jfree.data.DefaultKeyedValues2D values
	private boolean domainIsPointsInTime
	private org.jfree.data.time.TimePeriodAnchor xPosition
	private java.util.Calendar workingCalendar
	public void  () 
	public void  (java.util.TimeZone) 
		java.util.TimeZone zone
	public void  (java.util.TimeZone, java.util.Locale) 
		java.util.TimeZone zone
		java.util.Locale locale
	public boolean getDomainIsPointsInTime () 
	public void setDomainIsPointsInTime (boolean) 
		boolean flag
	public org.jfree.data.time.TimePeriodAnchor getXPosition () 
	public void setXPosition (org.jfree.data.time.TimePeriodAnchor) 
		org.jfree.data.time.TimePeriodAnchor anchor
	public void add (org.jfree.data.time.TimePeriod, double, java.lang.String) 
		org.jfree.data.time.TimePeriod period
		double y
		String seriesName
	public void add (org.jfree.data.time.TimePeriod, java.lang.Number, java.lang.String, boolean) 
		org.jfree.data.time.TimePeriod period
		Number y
		String seriesName
		boolean notify
	public void remove (org.jfree.data.time.TimePeriod, java.lang.String) 
		org.jfree.data.time.TimePeriod period
		String seriesName
	public void remove (org.jfree.data.time.TimePeriod, java.lang.String, boolean) 
		org.jfree.data.time.TimePeriod period
		String seriesName
		boolean notify
	public void clear () 
	public org.jfree.data.time.TimePeriod getTimePeriod (int) 
		int item
	public int getItemCount () 
	public int getItemCount (int) 
		int series
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getXValue (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriod period
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public double getStartXValue (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriod period
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public double getEndXValue (int, int) 
		int series
		int item
		org.jfree.data.time.TimePeriod period
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	private long getXValue (org.jfree.data.time.TimePeriod) 
		long t0
		long t1
		org.jfree.data.time.TimePeriod period
		long result
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public org.jfree.data.Range getDomainBounds (boolean) 
		boolean includeInterval
		java.util.List keys
		org.jfree.data.time.TimePeriod first
		org.jfree.data.time.TimePeriod last
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.TimeTableXYDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.time.TimeTableXYDataset clone
}

org/jfree/data/time/Week.class
Week.java
package org.jfree.data.time
public org.jfree.data.time.Week extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	public static final int FIRST_WEEK_IN_YEAR
	public static final int LAST_WEEK_IN_YEAR
	private short year
	private byte week
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int, int) 
		int week
		int year
	public void  (int, org.jfree.data.time.Year) 
		int week
		org.jfree.data.time.Year year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
	public void  (java.util.Date, java.util.TimeZone, java.util.Locale) 
		int yyyy
		java.util.Date time
		java.util.TimeZone zone
		java.util.Locale locale
		java.util.Calendar calendar
		int tempWeek
	public org.jfree.data.time.Year getYear () 
	public int getYearValue () 
	public int getWeek () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
		org.jfree.data.time.Week result
		int yy
		java.util.Calendar prevYearCalendar
		org.jfree.data.time.Week result
		org.jfree.data.time.Week result
	public org.jfree.data.time.RegularTimePeriod next () 
		org.jfree.data.time.Week result
		org.jfree.data.time.Week result
		org.jfree.data.time.Week result
		java.util.Calendar calendar
		int actualMaxWeek
		org.jfree.data.time.Week result
	public long getSerialIndex () 
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		java.util.Calendar c
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
		java.util.Calendar c
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.Week that
	public int hashCode () 
		int result
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Week w
		int result
		int result
		Object o1
		int result
	public static org.jfree.data.time.Week parseWeek (java.lang.String) 
		int w
		int w
		String s1
		String s2
		org.jfree.data.time.Year y
		int i
		String s
		org.jfree.data.time.Week result
	private static int findSeparator (java.lang.String) 
		String s
		int result
	private static org.jfree.data.time.Year evaluateAsYear (java.lang.String) 
		org.jfree.data.time.TimePeriodFormatException e
		String s
		org.jfree.data.time.Year result
	private static int stringToWeek (java.lang.String) 
		NumberFormatException e
		String s
		int result
}

org/jfree/data/time/Year.class
Year.java
package org.jfree.data.time
public org.jfree.data.time.Year extends org.jfree.data.time.RegularTimePeriod implements java.io.Serializable  {
	private static final long serialVersionUID
	private short year
	private long firstMillisecond
	private long lastMillisecond
	public void  () 
	public void  (int) 
		int year
	public void  (java.util.Date) 
		java.util.Date time
	public void  (java.util.Date, java.util.TimeZone) 
		java.util.Date time
		java.util.TimeZone zone
		java.util.Calendar calendar
	public int getYear () 
	public long getFirstMillisecond () 
	public long getLastMillisecond () 
	public void peg (java.util.Calendar) 
		java.util.Calendar calendar
	public org.jfree.data.time.RegularTimePeriod previous () 
	public org.jfree.data.time.RegularTimePeriod next () 
	public long getSerialIndex () 
	public long getFirstMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public long getLastMillisecond (java.util.Calendar) 
		java.util.Calendar calendar
	public boolean equals (java.lang.Object) 
		org.jfree.data.time.Year target
		Object object
	public int hashCode () 
		int result
		int c
	public int compareTo (java.lang.Object) 
		org.jfree.data.time.Year y
		int result
		int result
		Object o1
		int result
	public java.lang.String toString () 
	public static org.jfree.data.time.Year parseYear (java.lang.String) 
		NumberFormatException e
		IllegalArgumentException e
		String s
		int y
}

org/jfree/data/time/ohlc/OHLC.class
OHLC.java
package org.jfree.data.time.ohlc
public org.jfree.data.time.ohlc.OHLC extends java.lang.Object implements java.io.Serializable  {
	private double open
	private double close
	private double high
	private double low
	public void  (double, double, double, double) 
		double open
		double high
		double low
		double close
	public double getOpen () 
	public double getClose () 
	public double getHigh () 
	public double getLow () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.ohlc.OHLC that
}

org/jfree/data/time/ohlc/OHLCItem.class
OHLCItem.java
package org.jfree.data.time.ohlc
public org.jfree.data.time.ohlc.OHLCItem extends org.jfree.data.ComparableObjectItem {
	public void  (org.jfree.data.time.RegularTimePeriod, double, double, double, double) 
		org.jfree.data.time.RegularTimePeriod period
		double open
		double high
		double low
		double close
	public org.jfree.data.time.RegularTimePeriod getPeriod () 
	public double getYValue () 
	public double getOpenValue () 
		org.jfree.data.time.ohlc.OHLC ohlc
	public double getHighValue () 
		org.jfree.data.time.ohlc.OHLC ohlc
	public double getLowValue () 
		org.jfree.data.time.ohlc.OHLC ohlc
	public double getCloseValue () 
		org.jfree.data.time.ohlc.OHLC ohlc
}

org/jfree/data/time/ohlc/OHLCSeries.class
OHLCSeries.java
package org.jfree.data.time.ohlc
public org.jfree.data.time.ohlc.OHLCSeries extends org.jfree.data.ComparableObjectSeries {
	public void  (java.lang.Comparable) 
		Comparable key
	public org.jfree.data.time.RegularTimePeriod getPeriod (int) 
		int index
		org.jfree.data.time.ohlc.OHLCItem item
	public org.jfree.data.ComparableObjectItem getDataItem (int) 
		int index
	public void add (org.jfree.data.time.RegularTimePeriod, double, double, double, double) 
		org.jfree.data.time.ohlc.OHLCItem item0
		org.jfree.data.time.RegularTimePeriod period
		double open
		double high
		double low
		double close
}

org/jfree/data/time/ohlc/OHLCSeriesCollection.class
OHLCSeriesCollection.java
package org.jfree.data.time.ohlc
public org.jfree.data.time.ohlc.OHLCSeriesCollection extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.OHLCDataset java.io.Serializable  {
	private java.util.List data
	private org.jfree.data.time.TimePeriodAnchor xPosition
	public void  () 
	public void addSeries (org.jfree.data.time.ohlc.OHLCSeries) 
		org.jfree.data.time.ohlc.OHLCSeries series
	public int getSeriesCount () 
	public org.jfree.data.time.ohlc.OHLCSeries getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	protected synchronized long getX (org.jfree.data.time.RegularTimePeriod) 
		org.jfree.data.time.RegularTimePeriod period
		long result
	public double getXValue (int, int) 
		int series
		int item
		org.jfree.data.time.ohlc.OHLCSeries s
		org.jfree.data.time.ohlc.OHLCItem di
		org.jfree.data.time.RegularTimePeriod period
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
		org.jfree.data.time.ohlc.OHLCSeries s
		org.jfree.data.time.ohlc.OHLCItem di
	public double getOpenValue (int, int) 
		int series
		int item
		org.jfree.data.time.ohlc.OHLCSeries s
		org.jfree.data.time.ohlc.OHLCItem di
	public java.lang.Number getOpen (int, int) 
		int series
		int item
	public double getCloseValue (int, int) 
		int series
		int item
		org.jfree.data.time.ohlc.OHLCSeries s
		org.jfree.data.time.ohlc.OHLCItem di
	public java.lang.Number getClose (int, int) 
		int series
		int item
	public double getHighValue (int, int) 
		int series
		int item
		org.jfree.data.time.ohlc.OHLCSeries s
		org.jfree.data.time.ohlc.OHLCItem di
	public java.lang.Number getHigh (int, int) 
		int series
		int item
	public double getLowValue (int, int) 
		int series
		int item
		org.jfree.data.time.ohlc.OHLCSeries s
		org.jfree.data.time.ohlc.OHLCItem di
	public java.lang.Number getLow (int, int) 
		int series
		int item
	public java.lang.Number getVolume (int, int) 
		int series
		int item
	public double getVolumeValue (int, int) 
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.time.ohlc.OHLCSeriesCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.time.ohlc.OHLCSeriesCollection clone
}

org/jfree/data/xml/CategoryDatasetHandler.class
CategoryDatasetHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.CategoryDatasetHandler extends org.jfree.data.xml.RootHandler implements org.jfree.data.xml.DatasetTags  {
	private org.jfree.data.category.DefaultCategoryDataset dataset
	public void  () 
	public org.jfree.data.category.CategoryDataset getDataset () 
	public void addItem (java.lang.Comparable, java.lang.Comparable, java.lang.Number) 
		Comparable rowKey
		Comparable columnKey
		Number value
	public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)  throws org.xml.sax.SAXException 
		org.jfree.data.xml.CategorySeriesHandler subhandler
		String namespaceURI
		String localName
		String qName
		org.xml.sax.Attributes atts
		org.xml.sax.helpers.DefaultHandler current
	public void endElement (java.lang.String, java.lang.String, java.lang.String)  throws org.xml.sax.SAXException 
		String namespaceURI
		String localName
		String qName
		org.xml.sax.helpers.DefaultHandler current
}

org/jfree/data/xml/CategorySeriesHandler.class
CategorySeriesHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.CategorySeriesHandler extends org.xml.sax.helpers.DefaultHandler implements org.jfree.data.xml.DatasetTags  {
	private org.jfree.data.xml.RootHandler root
	private Comparable seriesKey
	private org.jfree.data.DefaultKeyedValues values
	public void  (org.jfree.data.xml.RootHandler) 
		org.jfree.data.xml.RootHandler root
	public void setSeriesKey (java.lang.Comparable) 
		Comparable key
	public void addItem (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)  throws org.xml.sax.SAXException 
		org.jfree.data.xml.ItemHandler subhandler
		org.jfree.data.xml.ItemHandler subhandler
		String namespaceURI
		String localName
		String qName
		org.xml.sax.Attributes atts
	public void endElement (java.lang.String, java.lang.String, java.lang.String) 
		Comparable key
		Number value
		org.jfree.data.xml.CategoryDatasetHandler handler
		java.util.Iterator iterator
		String namespaceURI
		String localName
		String qName
}

org/jfree/data/xml/DatasetReader.class
DatasetReader.java
package org.jfree.data.xml
public org.jfree.data.xml.DatasetReader extends java.lang.Object {
	public void  () 
	public static org.jfree.data.general.PieDataset readPieDatasetFromXML (java.io.File)  throws java.io.IOException 
		java.io.File file
		java.io.InputStream in
	public static org.jfree.data.general.PieDataset readPieDatasetFromXML (java.io.InputStream)  throws java.io.IOException 
		javax.xml.parsers.SAXParser parser
		org.jfree.data.xml.PieDatasetHandler handler
		org.xml.sax.SAXException e
		javax.xml.parsers.ParserConfigurationException e2
		java.io.InputStream in
		org.jfree.data.general.PieDataset result
		javax.xml.parsers.SAXParserFactory factory
	public static org.jfree.data.category.CategoryDataset readCategoryDatasetFromXML (java.io.File)  throws java.io.IOException 
		java.io.File file
		java.io.InputStream in
	public static org.jfree.data.category.CategoryDataset readCategoryDatasetFromXML (java.io.InputStream)  throws java.io.IOException 
		javax.xml.parsers.SAXParser parser
		org.jfree.data.xml.CategoryDatasetHandler handler
		org.xml.sax.SAXException e
		javax.xml.parsers.ParserConfigurationException e2
		java.io.InputStream in
		org.jfree.data.category.CategoryDataset result
		javax.xml.parsers.SAXParserFactory factory
}

org/jfree/data/xml/DatasetTags.class
DatasetTags.java
package org.jfree.data.xml
public abstract org.jfree.data.xml.DatasetTags extends java.lang.Object {
	public static final String PIEDATASET_TAG
	public static final String CATEGORYDATASET_TAG
	public static final String SERIES_TAG
	public static final String ITEM_TAG
	public static final String KEY_TAG
	public static final String VALUE_TAG
}

org/jfree/data/xml/ItemHandler.class
ItemHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.ItemHandler extends org.xml.sax.helpers.DefaultHandler implements org.jfree.data.xml.DatasetTags  {
	private org.jfree.data.xml.RootHandler root
	private org.xml.sax.helpers.DefaultHandler parent
	private Comparable key
	private Number value
	public void  (org.jfree.data.xml.RootHandler, org.xml.sax.helpers.DefaultHandler) 
		org.jfree.data.xml.RootHandler root
		org.xml.sax.helpers.DefaultHandler parent
	public java.lang.Comparable getKey () 
	public void setKey (java.lang.Comparable) 
		Comparable key
	public java.lang.Number getValue () 
	public void setValue (java.lang.Number) 
		Number value
	public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)  throws org.xml.sax.SAXException 
		org.jfree.data.xml.KeyHandler subhandler
		org.jfree.data.xml.ValueHandler subhandler
		String namespaceURI
		String localName
		String qName
		org.xml.sax.Attributes atts
	public void endElement (java.lang.String, java.lang.String, java.lang.String) 
		org.jfree.data.xml.PieDatasetHandler handler
		org.jfree.data.xml.CategorySeriesHandler handler
		String namespaceURI
		String localName
		String qName
}

org/jfree/data/xml/KeyHandler.class
KeyHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.KeyHandler extends org.xml.sax.helpers.DefaultHandler implements org.jfree.data.xml.DatasetTags  {
	private org.jfree.data.xml.RootHandler rootHandler
	private org.jfree.data.xml.ItemHandler itemHandler
	private StringBuffer currentText
	public void  (org.jfree.data.xml.RootHandler, org.jfree.data.xml.ItemHandler) 
		org.jfree.data.xml.RootHandler rootHandler
		org.jfree.data.xml.ItemHandler itemHandler
	public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)  throws org.xml.sax.SAXException 
		String namespaceURI
		String localName
		String qName
		org.xml.sax.Attributes atts
	public void endElement (java.lang.String, java.lang.String, java.lang.String)  throws org.xml.sax.SAXException 
		String namespaceURI
		String localName
		String qName
	public void characters (char[], int, int) 
		char[] ch
		int start
		int length
	protected java.lang.String getCurrentText () 
	protected void clearCurrentText () 
}

org/jfree/data/xml/PieDatasetHandler.class
PieDatasetHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.PieDatasetHandler extends org.jfree.data.xml.RootHandler implements org.jfree.data.xml.DatasetTags  {
	private org.jfree.data.general.DefaultPieDataset dataset
	public void  () 
	public org.jfree.data.general.PieDataset getDataset () 
	public void addItem (java.lang.Comparable, java.lang.Number) 
		Comparable key
		Number value
	public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)  throws org.xml.sax.SAXException 
		org.jfree.data.xml.ItemHandler subhandler
		String namespaceURI
		String localName
		String qName
		org.xml.sax.Attributes atts
		org.xml.sax.helpers.DefaultHandler current
	public void endElement (java.lang.String, java.lang.String, java.lang.String)  throws org.xml.sax.SAXException 
		String namespaceURI
		String localName
		String qName
		org.xml.sax.helpers.DefaultHandler current
}

org/jfree/data/xml/RootHandler.class
RootHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.RootHandler extends org.xml.sax.helpers.DefaultHandler implements org.jfree.data.xml.DatasetTags  {
	private java.util.Stack subHandlers
	public void  () 
	public java.util.Stack getSubHandlers () 
	public void characters (char[], int, int)  throws org.xml.sax.SAXException 
		char[] ch
		int start
		int length
		org.xml.sax.helpers.DefaultHandler handler
	public org.xml.sax.helpers.DefaultHandler getCurrentHandler () 
		Object top
		org.xml.sax.helpers.DefaultHandler result
	public void pushSubHandler (org.xml.sax.helpers.DefaultHandler) 
		org.xml.sax.helpers.DefaultHandler subhandler
	public org.xml.sax.helpers.DefaultHandler popSubHandler () 
}

org/jfree/data/xml/ValueHandler.class
ValueHandler.java
package org.jfree.data.xml
public org.jfree.data.xml.ValueHandler extends org.xml.sax.helpers.DefaultHandler implements org.jfree.data.xml.DatasetTags  {
	private org.jfree.data.xml.RootHandler rootHandler
	private org.jfree.data.xml.ItemHandler itemHandler
	private StringBuffer currentText
	public void  (org.jfree.data.xml.RootHandler, org.jfree.data.xml.ItemHandler) 
		org.jfree.data.xml.RootHandler rootHandler
		org.jfree.data.xml.ItemHandler itemHandler
	public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)  throws org.xml.sax.SAXException 
		String namespaceURI
		String localName
		String qName
		org.xml.sax.Attributes atts
	public void endElement (java.lang.String, java.lang.String, java.lang.String)  throws org.xml.sax.SAXException 
		NumberFormatException e1
		Number value
		String namespaceURI
		String localName
		String qName
	public void characters (char[], int, int) 
		char[] ch
		int start
		int length
	protected java.lang.String getCurrentText () 
	protected void clearCurrentText () 
}

org/jfree/data/xy/AbstractIntervalXYDataset.class
AbstractIntervalXYDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.AbstractIntervalXYDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.IntervalXYDataset  {
	public void  () 
	public double getStartXValue (int, int) 
		int series
		int item
		double result
		Number x
	public double getEndXValue (int, int) 
		int series
		int item
		double result
		Number x
	public double getStartYValue (int, int) 
		int series
		int item
		double result
		Number y
	public double getEndYValue (int, int) 
		int series
		int item
		double result
		Number y
}

org/jfree/data/xy/AbstractXYDataset.class
AbstractXYDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.AbstractXYDataset extends org.jfree.data.general.AbstractSeriesDataset implements org.jfree.data.xy.XYDataset  {
	public void  () 
	public org.jfree.data.DomainOrder getDomainOrder () 
	public double getXValue (int, int) 
		int series
		int item
		double result
		Number x
	public double getYValue (int, int) 
		int series
		int item
		double result
		Number y
}

org/jfree/data/xy/AbstractXYZDataset.class
AbstractXYZDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.AbstractXYZDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.XYZDataset  {
	public void  () 
	public double getZValue (int, int) 
		int series
		int item
		double result
		Number z
}

org/jfree/data/xy/CategoryTableXYDataset.class
CategoryTableXYDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.CategoryTableXYDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.TableXYDataset org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo  {
	private org.jfree.data.DefaultKeyedValues2D values
	private org.jfree.data.xy.IntervalXYDelegate intervalDelegate
	public void  () 
	public void add (double, double, java.lang.String) 
		double x
		double y
		String seriesName
	public void add (java.lang.Number, java.lang.Number, java.lang.String, boolean) 
		Number x
		Number y
		String seriesName
		boolean notify
	public void remove (double, java.lang.String) 
		double x
		String seriesName
	public void remove (java.lang.Number, java.lang.String, boolean) 
		Number x
		String seriesName
		boolean notify
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount () 
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getDomainBounds (boolean) 
		boolean includeInterval
	public double getIntervalPositionFactor () 
	public void setIntervalPositionFactor (double) 
		double d
	public double getIntervalWidth () 
	public void setIntervalWidth (double) 
		double d
	public boolean isAutoWidth () 
	public void setAutoWidth (boolean) 
		boolean b
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.CategoryTableXYDataset that
}

org/jfree/data/xy/DefaultHighLowDataset.class
DefaultHighLowDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultHighLowDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.OHLCDataset  {
	private Comparable seriesKey
	private java.util.Date[] date
	private Number[] high
	private Number[] low
	private Number[] open
	private Number[] close
	private Number[] volume
	public void  (java.lang.Comparable, java.util.Date[], double[], double[], double[], double[], double[]) 
		Comparable seriesKey
		java.util.Date[] date
		double[] high
		double[] low
		double[] open
		double[] close
		double[] volume
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.util.Date getXDate (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getHigh (int, int) 
		int series
		int item
	public double getHighValue (int, int) 
		int series
		int item
		double result
		Number high
	public java.lang.Number getLow (int, int) 
		int series
		int item
	public double getLowValue (int, int) 
		int series
		int item
		double result
		Number low
	public java.lang.Number getOpen (int, int) 
		int series
		int item
	public double getOpenValue (int, int) 
		int series
		int item
		double result
		Number open
	public java.lang.Number getClose (int, int) 
		int series
		int item
	public double getCloseValue (int, int) 
		int series
		int item
		double result
		Number close
	public java.lang.Number getVolume (int, int) 
		int series
		int item
	public double getVolumeValue (int, int) 
		int series
		int item
		double result
		Number volume
	public int getSeriesCount () 
	public int getItemCount (int) 
		int series
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.DefaultHighLowDataset that
	public static java.lang.Number[] createNumberArray (double[]) 
		int i
		double[] data
		Number[] result
}

org/jfree/data/xy/DefaultIntervalXYDataset.class
DefaultIntervalXYDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultIntervalXYDataset extends org.jfree.data.xy.AbstractIntervalXYDataset {
	private java.util.List seriesKeys
	private java.util.List seriesList
	public void  () 
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
		double[][] seriesArray
	public double getXValue (int, int) 
		int series
		int item
		double[][] seriesData
	public double getYValue (int, int) 
		int series
		int item
		double[][] seriesData
	public double getStartXValue (int, int) 
		int series
		int item
		double[][] seriesData
	public double getEndXValue (int, int) 
		int series
		int item
		double[][] seriesData
	public double getStartYValue (int, int) 
		int series
		int item
		double[][] seriesData
	public double getEndYValue (int, int) 
		int series
		int item
		double[][] seriesData
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public void addSeries (java.lang.Comparable, double[][]) 
		Comparable seriesKey
		double[][] data
		int length
		int seriesIndex
	public boolean equals (java.lang.Object) 
		double[][] d1
		double[][] d2
		double[] d1x
		double[] d2x
		double[] d1xs
		double[] d2xs
		double[] d1xe
		double[] d2xe
		double[] d1y
		double[] d2y
		double[] d1ys
		double[] d2ys
		double[] d1ye
		double[] d2ye
		int i
		Object obj
		org.jfree.data.xy.DefaultIntervalXYDataset that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		double[][] data
		double[] x
		double[] xStart
		double[] xEnd
		double[] y
		double[] yStart
		double[] yEnd
		double[] xx
		double[] xxStart
		double[] xxEnd
		double[] yy
		double[] yyStart
		double[] yyEnd
		int i
		org.jfree.data.xy.DefaultIntervalXYDataset clone
}

org/jfree/data/xy/DefaultOHLCDataset.class
DefaultOHLCDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultOHLCDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.OHLCDataset  {
	private Comparable key
	private org.jfree.data.xy.OHLCDataItem[] data
	public void  (java.lang.Comparable, org.jfree.data.xy.OHLCDataItem[]) 
		Comparable key
		org.jfree.data.xy.OHLCDataItem[] data
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
	public java.util.Date getXDate (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getHigh (int, int) 
		int series
		int item
	public double getHighValue (int, int) 
		int series
		int item
		double result
		Number high
	public java.lang.Number getLow (int, int) 
		int series
		int item
	public double getLowValue (int, int) 
		int series
		int item
		double result
		Number low
	public java.lang.Number getOpen (int, int) 
		int series
		int item
	public double getOpenValue (int, int) 
		int series
		int item
		double result
		Number open
	public java.lang.Number getClose (int, int) 
		int series
		int item
	public double getCloseValue (int, int) 
		int series
		int item
		double result
		Number close
	public java.lang.Number getVolume (int, int) 
		int series
		int item
	public double getVolumeValue (int, int) 
		int series
		int item
		double result
		Number volume
	public int getSeriesCount () 
	public int getItemCount (int) 
		int series
	public void sortDataByDate () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.DefaultOHLCDataset that
}

org/jfree/data/xy/DefaultTableXYDataset.class
DefaultTableXYDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultTableXYDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.TableXYDataset org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo  {
	private java.util.List data
	private java.util.HashSet xPoints
	private boolean propagateEvents
	private boolean autoPrune
	private org.jfree.data.xy.IntervalXYDelegate intervalDelegate
	public void  () 
	public void  (boolean) 
		boolean autoPrune
	public boolean isAutoPrune () 
	public void addSeries (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries series
	private void updateXPoints (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries dataSeries
		int seriesNo
		int seriesCount
		Number xValue
		int itemNo
		Number xPoint
		org.jfree.data.xy.XYSeries series
		java.util.HashSet seriesXPoints
		boolean savedState
		java.util.Iterator iterator
	public void updateXPoints () 
		int s
	public int getSeriesCount () 
	public int getItemCount () 
	public org.jfree.data.xy.XYSeries getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.xy.XYSeries s
		org.jfree.data.xy.XYDataItem dataItem
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int index
		org.jfree.data.xy.XYSeries ts
		org.jfree.data.xy.XYDataItem dataItem
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public void removeAllSeries () 
		org.jfree.data.xy.XYSeries series
		int i
	public void removeSeries (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries series
	public void removeSeries (int) 
		int series
		org.jfree.data.xy.XYSeries s
	public void removeAllValuesForX (java.lang.Number) 
		org.jfree.data.xy.XYSeries series
		int s
		Number x
		boolean savedState
	protected boolean canPrune (java.lang.Number) 
		org.jfree.data.xy.XYSeries series
		int s
		Number x
	public void prune () 
		Number x
		java.util.HashSet hs
		java.util.Iterator iterator
	public void seriesChanged (org.jfree.data.general.SeriesChangeEvent) 
		org.jfree.data.general.SeriesChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.DefaultTableXYDataset that
	public int hashCode () 
		int result
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getDomainBounds (boolean) 
		boolean includeInterval
	public double getIntervalPositionFactor () 
	public void setIntervalPositionFactor (double) 
		double d
	public double getIntervalWidth () 
	public void setIntervalWidth (double) 
		double d
	public boolean isAutoWidth () 
	public void setAutoWidth (boolean) 
		boolean b
}

org/jfree/data/xy/DefaultWindDataset.class
DefaultWindDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultWindDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.WindDataset  {
	private java.util.List seriesKeys
	private java.util.List allSeriesData
	public void  () 
	public void  (java.lang.Object[][][]) 
		Object[][][] data
	public void  (java.lang.String[], java.lang.Object[][][]) 
		String[] seriesNames
		Object[][][] data
	public void  (java.util.List, java.lang.Object[][][]) 
		Number xNumber
		java.util.Date xDate
		Number xNumber
		Number xNumber
		Number windDir
		Number windForce
		Object xObject
		int itemIndex
		java.util.List oneSeriesData
		int maxItemCount
		int seriesIndex
		java.util.List seriesKeys
		Object[][][] data
		int seriesCount
	public int getSeriesCount () 
	public int getItemCount (int) 
		int series
		java.util.List oneSeriesData
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		java.util.List oneSeriesData
		org.jfree.data.xy.WindDataItem windItem
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getWindDirection (int, int) 
		int series
		int item
		java.util.List oneSeriesData
		org.jfree.data.xy.WindDataItem windItem
	public java.lang.Number getWindForce (int, int) 
		int series
		int item
		java.util.List oneSeriesData
		org.jfree.data.xy.WindDataItem windItem
	public static java.util.List seriesNameListFromDataArray (java.lang.Object[][]) 
		int i
		Object[][] data
		int seriesCount
		java.util.List seriesNameList
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.DefaultWindDataset that
}

org/jfree/data/xy/DefaultXYDataset.class
DefaultXYDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultXYDataset extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.XYDataset org.jfree.util.PublicCloneable  {
	private java.util.List seriesKeys
	private java.util.List seriesList
	public void  () 
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int indexOf (java.lang.Comparable) 
		Comparable seriesKey
	public org.jfree.data.DomainOrder getDomainOrder () 
	public int getItemCount (int) 
		int series
		double[][] seriesArray
	public double getXValue (int, int) 
		int series
		int item
		double[][] seriesData
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getYValue (int, int) 
		int series
		int item
		double[][] seriesData
	public java.lang.Number getY (int, int) 
		int series
		int item
	public void addSeries (java.lang.Comparable, double[][]) 
		Comparable seriesKey
		double[][] data
		int seriesIndex
	public void removeSeries (java.lang.Comparable) 
		Comparable seriesKey
		int seriesIndex
	public boolean equals (java.lang.Object) 
		double[][] d1
		double[][] d2
		double[] d1x
		double[] d2x
		double[] d1y
		double[] d2y
		int i
		Object obj
		org.jfree.data.xy.DefaultXYDataset that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		double[][] data
		double[] x
		double[] y
		double[] xx
		double[] yy
		int i
		org.jfree.data.xy.DefaultXYDataset clone
}

org/jfree/data/xy/DefaultXYZDataset.class
DefaultXYZDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.DefaultXYZDataset extends org.jfree.data.xy.AbstractXYZDataset implements org.jfree.data.xy.XYZDataset  {
	private java.util.List seriesKeys
	private java.util.List seriesList
	public void  () 
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int indexOf (java.lang.Comparable) 
		Comparable seriesKey
	public org.jfree.data.DomainOrder getDomainOrder () 
	public int getItemCount (int) 
		int series
		double[][] seriesArray
	public double getXValue (int, int) 
		int series
		int item
		double[][] seriesData
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getYValue (int, int) 
		int series
		int item
		double[][] seriesData
	public java.lang.Number getY (int, int) 
		int series
		int item
	public double getZValue (int, int) 
		int series
		int item
		double[][] seriesData
	public java.lang.Number getZ (int, int) 
		int series
		int item
	public void addSeries (java.lang.Comparable, double[][]) 
		Comparable seriesKey
		double[][] data
		int seriesIndex
	public void removeSeries (java.lang.Comparable) 
		Comparable seriesKey
		int seriesIndex
	public boolean equals (java.lang.Object) 
		double[][] d1
		double[][] d2
		double[] d1x
		double[] d2x
		double[] d1y
		double[] d2y
		double[] d1z
		double[] d2z
		int i
		Object obj
		org.jfree.data.xy.DefaultXYZDataset that
	public int hashCode () 
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		double[][] data
		double[] x
		double[] y
		double[] z
		double[] xx
		double[] yy
		double[] zz
		int i
		org.jfree.data.xy.DefaultXYZDataset clone
}

org/jfree/data/xy/IntervalXYDataset.class
IntervalXYDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.IntervalXYDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract java.lang.Number getStartX (int, int) 
	public abstract double getStartXValue (int, int) 
	public abstract java.lang.Number getEndX (int, int) 
	public abstract double getEndXValue (int, int) 
	public abstract java.lang.Number getStartY (int, int) 
	public abstract double getStartYValue (int, int) 
	public abstract java.lang.Number getEndY (int, int) 
	public abstract double getEndYValue (int, int) 
}

org/jfree/data/xy/IntervalXYDelegate.class
IntervalXYDelegate.java
package org.jfree.data.xy
public org.jfree.data.xy.IntervalXYDelegate extends java.lang.Object implements org.jfree.data.general.DatasetChangeListener org.jfree.data.DomainInfo java.io.Serializable java.lang.Cloneable org.jfree.util.PublicCloneable  {
	private static final long serialVersionUID
	private org.jfree.data.xy.XYDataset dataset
	private boolean autoWidth
	private double intervalPositionFactor
	private double fixedIntervalWidth
	private double autoIntervalWidth
	public void  (org.jfree.data.xy.XYDataset) 
		org.jfree.data.xy.XYDataset dataset
	public void  (org.jfree.data.xy.XYDataset, boolean) 
		org.jfree.data.xy.XYDataset dataset
		boolean autoWidth
	public boolean isAutoWidth () 
	public void setAutoWidth (boolean) 
		boolean b
	public double getIntervalPositionFactor () 
	public void setIntervalPositionFactor (double) 
		double d
	public double getFixedIntervalWidth () 
	public void setFixedIntervalWidth (double) 
		double w
	public double getIntervalWidth () 
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		Number startX
		Number x
	public double getStartXValue (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		Number endX
		Number x
	public double getEndXValue (int, int) 
		int series
		int item
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
		double result
		org.jfree.data.Range r
	public org.jfree.data.Range getDomainBounds (boolean) 
		double lowerAdj
		double upperAdj
		boolean includeInterval
		org.jfree.data.Range range
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent e
	private double recalculateInterval () 
		int series
		double result
		int seriesCount
	private double calculateIntervalForSeries (int) 
		double x
		int item
		double prev
		int series
		double result
		int itemCount
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.IntervalXYDelegate that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

org/jfree/data/xy/IntervalXYZDataset.class
IntervalXYZDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.IntervalXYZDataset extends java.lang.Object implements org.jfree.data.xy.XYZDataset  {
	public abstract java.lang.Number getStartXValue (int, int) 
	public abstract java.lang.Number getEndXValue (int, int) 
	public abstract java.lang.Number getStartYValue (int, int) 
	public abstract java.lang.Number getEndYValue (int, int) 
	public abstract java.lang.Number getStartZValue (int, int) 
	public abstract java.lang.Number getEndZValue (int, int) 
}

org/jfree/data/xy/MatrixSeries.class
MatrixSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.MatrixSeries extends org.jfree.data.general.Series implements java.io.Serializable  {
	private static final long serialVersionUID
	protected double[][] data
	public void  (java.lang.String, int, int) 
		String name
		int rows
		int columns
	public int getColumnsCount () 
	public java.lang.Number getItem (int) 
		int itemIndex
		int i
		int j
		Number n
	public int getItemColumn (int) 
		int itemIndex
	public int getItemCount () 
	public int getItemRow (int) 
		int itemIndex
	public int getRowCount () 
	public double get (int, int) 
		int i
		int j
	public void update (int, int, double) 
		int i
		int j
		double mij
	public void zeroAll () 
		int column
		int row
		int rows
		int columns
	public boolean equals (java.lang.Object) 
		int c
		int r
		Object obj
		org.jfree.data.xy.MatrixSeries that
}

org/jfree/data/xy/MatrixSeriesCollection.class
MatrixSeriesCollection.java
package org.jfree.data.xy
public org.jfree.data.xy.MatrixSeriesCollection extends org.jfree.data.xy.AbstractXYZDataset implements org.jfree.data.xy.XYZDataset java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List seriesList
	public void  () 
	public void  (org.jfree.data.xy.MatrixSeries) 
		org.jfree.data.xy.MatrixSeries series
	public int getItemCount (int) 
		int seriesIndex
	public org.jfree.data.xy.MatrixSeries getSeries (int) 
		int seriesIndex
		org.jfree.data.xy.MatrixSeries series
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int seriesIndex
	public java.lang.Number getX (int, int) 
		int seriesIndex
		int itemIndex
		org.jfree.data.xy.MatrixSeries series
		int x
	public java.lang.Number getY (int, int) 
		int seriesIndex
		int itemIndex
		org.jfree.data.xy.MatrixSeries series
		int y
	public java.lang.Number getZ (int, int) 
		int seriesIndex
		int itemIndex
		org.jfree.data.xy.MatrixSeries series
		Number z
	public void addSeries (org.jfree.data.xy.MatrixSeries) 
		org.jfree.data.xy.MatrixSeries series
	public boolean equals (java.lang.Object) 
		org.jfree.data.xy.MatrixSeriesCollection c
		Object obj
	public int hashCode () 
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.MatrixSeriesCollection clone
	public void removeAllSeries () 
		org.jfree.data.xy.MatrixSeries series
		int i
	public void removeSeries (org.jfree.data.xy.MatrixSeries) 
		org.jfree.data.xy.MatrixSeries series
	public void removeSeries (int) 
		int seriesIndex
		org.jfree.data.xy.MatrixSeries series
}

org/jfree/data/xy/NormalizedMatrixSeries.class
NormalizedMatrixSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.NormalizedMatrixSeries extends org.jfree.data.xy.MatrixSeries {
	public static final double DEFAULT_SCALE_FACTOR
	private double m_scaleFactor
	private double m_totalSum
	public void  (java.lang.String, int, int) 
		String name
		int rows
		int columns
	public java.lang.Number getItem (int) 
		int itemIndex
		int i
		int j
		double mij
		Number n
	public void setScaleFactor (double) 
		double factor
	public double getScaleFactor () 
	public void update (int, int, double) 
		int i
		int j
		double mij
	public void zeroAll () 
}

org/jfree/data/xy/OHLCDataItem.class
OHLCDataItem.java
package org.jfree.data.xy
public org.jfree.data.xy.OHLCDataItem extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.Date date
	private Number open
	private Number high
	private Number low
	private Number close
	private Number volume
	public void  (java.util.Date, double, double, double, double, double) 
		java.util.Date date
		double open
		double high
		double low
		double close
		double volume
	public java.util.Date getDate () 
	public java.lang.Number getOpen () 
	public java.lang.Number getHigh () 
	public java.lang.Number getLow () 
	public java.lang.Number getClose () 
	public java.lang.Number getVolume () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.OHLCDataItem that
	public int compareTo (java.lang.Object) 
		org.jfree.data.xy.OHLCDataItem item
		Object object
}

org/jfree/data/xy/OHLCDataset.class
OHLCDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.OHLCDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract java.lang.Number getHigh (int, int) 
	public abstract double getHighValue (int, int) 
	public abstract java.lang.Number getLow (int, int) 
	public abstract double getLowValue (int, int) 
	public abstract java.lang.Number getOpen (int, int) 
	public abstract double getOpenValue (int, int) 
	public abstract java.lang.Number getClose (int, int) 
	public abstract double getCloseValue (int, int) 
	public abstract java.lang.Number getVolume (int, int) 
	public abstract double getVolumeValue (int, int) 
}

org/jfree/data/xy/TableXYDataset.class
TableXYDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.TableXYDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract int getItemCount () 
}

org/jfree/data/xy/Vector.class
Vector.java
package org.jfree.data.xy
public org.jfree.data.xy.Vector extends java.lang.Object implements java.io.Serializable  {
	private double x
	private double y
	public void  (double, double) 
		double x
		double y
	public double getX () 
	public double getY () 
	public double getLength () 
	public double getAngle () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.Vector that
	public int hashCode () 
		int result
		long temp
}

org/jfree/data/xy/VectorDataItem.class
VectorDataItem.java
package org.jfree.data.xy
public org.jfree.data.xy.VectorDataItem extends org.jfree.data.ComparableObjectItem {
	public void  (double, double, double, double) 
		double x
		double y
		double deltaX
		double deltaY
	public double getXValue () 
		org.jfree.data.xy.XYCoordinate xy
	public double getYValue () 
		org.jfree.data.xy.XYCoordinate xy
	public org.jfree.data.xy.Vector getVector () 
	public double getVectorX () 
		org.jfree.data.xy.Vector vi
	public double getVectorY () 
		org.jfree.data.xy.Vector vi
}

org/jfree/data/xy/VectorSeries.class
VectorSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.VectorSeries extends org.jfree.data.ComparableObjectSeries {
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, boolean, boolean) 
		Comparable key
		boolean autoSort
		boolean allowDuplicateXValues
	public void add (double, double, double, double) 
		double x
		double y
		double deltaX
		double deltaY
	public org.jfree.data.ComparableObjectItem remove (int) 
		int index
		org.jfree.data.xy.VectorDataItem result
	public double getXValue (int) 
		int index
		org.jfree.data.xy.VectorDataItem item
	public double getYValue (int) 
		int index
		org.jfree.data.xy.VectorDataItem item
	public double getVectorXValue (int) 
		int index
		org.jfree.data.xy.VectorDataItem item
	public double getVectorYValue (int) 
		int index
		org.jfree.data.xy.VectorDataItem item
	public org.jfree.data.ComparableObjectItem getDataItem (int) 
		int index
}

org/jfree/data/xy/VectorSeriesCollection.class
VectorSeriesCollection.java
package org.jfree.data.xy
public org.jfree.data.xy.VectorSeriesCollection extends org.jfree.data.xy.AbstractXYDataset implements org.jfree.data.xy.VectorXYDataset java.io.Serializable  {
	private java.util.List data
	public void  () 
	public void addSeries (org.jfree.data.xy.VectorSeries) 
		org.jfree.data.xy.VectorSeries series
	public boolean removeSeries (org.jfree.data.xy.VectorSeries) 
		org.jfree.data.xy.VectorSeries series
		boolean removed
	public void removeAllSeries () 
		org.jfree.data.xy.VectorSeries series
		int i
	public int getSeriesCount () 
	public org.jfree.data.xy.VectorSeries getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int indexOf (org.jfree.data.xy.VectorSeries) 
		org.jfree.data.xy.VectorSeries series
	public int getItemCount (int) 
		int series
	public double getXValue (int, int) 
		int series
		int item
		org.jfree.data.xy.VectorSeries s
		org.jfree.data.xy.VectorDataItem di
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.VectorSeries s
		org.jfree.data.xy.VectorDataItem di
	public java.lang.Number getY (int, int) 
		int series
		int item
	public org.jfree.data.xy.Vector getVector (int, int) 
		int series
		int item
		org.jfree.data.xy.VectorSeries s
		org.jfree.data.xy.VectorDataItem di
	public double getVectorXValue (int, int) 
		int series
		int item
		org.jfree.data.xy.VectorSeries s
		org.jfree.data.xy.VectorDataItem di
	public double getVectorYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.VectorSeries s
		org.jfree.data.xy.VectorDataItem di
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.VectorSeriesCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.VectorSeriesCollection clone
}

org/jfree/data/xy/VectorXYDataset.class
VectorXYDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.VectorXYDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract double getVectorXValue (int, int) 
	public abstract double getVectorYValue (int, int) 
	public abstract org.jfree.data.xy.Vector getVector (int, int) 
}

org/jfree/data/xy/WindDataItem.class
DefaultWindDataset.java
package org.jfree.data.xy
 org.jfree.data.xy.WindDataItem extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	private Number x
	private Number windDir
	private Number windForce
	public void  (java.lang.Number, java.lang.Number, java.lang.Number) 
		Number x
		Number windDir
		Number windForce
	public java.lang.Number getX () 
	public java.lang.Number getWindDirection () 
	public java.lang.Number getWindForce () 
	public int compareTo (java.lang.Object) 
		org.jfree.data.xy.WindDataItem item
		Object object
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.WindDataItem that
}

org/jfree/data/xy/WindDataset.class
WindDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.WindDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract java.lang.Number getWindDirection (int, int) 
	public abstract java.lang.Number getWindForce (int, int) 
}

org/jfree/data/xy/XIntervalDataItem.class
XIntervalDataItem.java
package org.jfree.data.xy
public org.jfree.data.xy.XIntervalDataItem extends org.jfree.data.ComparableObjectItem {
	public void  (double, double, double, double) 
		double x
		double xLow
		double xHigh
		double y
	public java.lang.Number getX () 
	public double getYValue () 
		org.jfree.data.xy.YWithXInterval interval
	public double getXLowValue () 
		org.jfree.data.xy.YWithXInterval interval
	public double getXHighValue () 
		org.jfree.data.xy.YWithXInterval interval
}

org/jfree/data/xy/XIntervalSeries.class
XIntervalSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.XIntervalSeries extends org.jfree.data.ComparableObjectSeries {
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, boolean, boolean) 
		Comparable key
		boolean autoSort
		boolean allowDuplicateXValues
	public void add (double, double, double, double) 
		double x
		double xLow
		double xHigh
		double y
	public java.lang.Number getX (int) 
		int index
		org.jfree.data.xy.XIntervalDataItem item
	public double getYValue (int) 
		int index
		org.jfree.data.xy.XIntervalDataItem item
	public org.jfree.data.ComparableObjectItem getDataItem (int) 
		int index
}

org/jfree/data/xy/XIntervalSeriesCollection.class
XIntervalSeriesCollection.java
package org.jfree.data.xy
public org.jfree.data.xy.XIntervalSeriesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset java.io.Serializable  {
	private java.util.List data
	public void  () 
	public void addSeries (org.jfree.data.xy.XIntervalSeries) 
		org.jfree.data.xy.XIntervalSeries series
	public int getSeriesCount () 
	public org.jfree.data.xy.XIntervalSeries getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.xy.XIntervalSeries s
		org.jfree.data.xy.XIntervalDataItem di
	public java.lang.Number getY (int, int) 
		int series
		int item
		org.jfree.data.xy.XIntervalSeries s
		org.jfree.data.xy.XIntervalDataItem di
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		org.jfree.data.xy.XIntervalSeries s
		org.jfree.data.xy.XIntervalDataItem di
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		org.jfree.data.xy.XIntervalSeries s
		org.jfree.data.xy.XIntervalDataItem di
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XIntervalSeriesCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.XIntervalSeriesCollection clone
}

org/jfree/data/xy/XYBarDataset.class
XYBarDataset.java
package org.jfree.data.xy
public org.jfree.data.xy.XYBarDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset org.jfree.data.general.DatasetChangeListener  {
	private org.jfree.data.xy.XYDataset underlying
	private double barWidth
	public void  (org.jfree.data.xy.XYDataset, double) 
		org.jfree.data.xy.XYDataset underlying
		double barWidth
	public org.jfree.data.xy.XYDataset getUnderlyingDataset () 
	public double getBarWidth () 
	public void setBarWidth (double) 
		double barWidth
	public int getSeriesCount () 
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
	public double getXValue (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int item
	public double getYValue (int, int) 
		int series
		int item
	public java.lang.Number getStartX (int, int) 
		int series
		int item
		Number result
		Number xnum
	public double getStartXValue (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
		Number result
		Number xnum
	public double getEndXValue (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public double getStartYValue (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public double getEndYValue (int, int) 
		int series
		int item
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent event
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYBarDataset that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.XYBarDataset clone
}

org/jfree/data/xy/XYCoordinate.class
XYCoordinate.java
package org.jfree.data.xy
public org.jfree.data.xy.XYCoordinate extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	private double x
	private double y
	public void  () 
	public void  (double, double) 
		double x
		double y
	public double getX () 
	public double getY () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYCoordinate that
	public int hashCode () 
		int result
		long temp
	public java.lang.String toString () 
	public int compareTo (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYCoordinate that
}

org/jfree/data/xy/XYDataItem.class
XYDataItem.java
package org.jfree.data.xy
public org.jfree.data.xy.XYDataItem extends java.lang.Object implements java.lang.Cloneable java.lang.Comparable java.io.Serializable  {
	private static final long serialVersionUID
	private Number x
	private Number y
	public void  (java.lang.Number, java.lang.Number) 
		Number x
		Number y
	public void  (double, double) 
		double x
		double y
	public java.lang.Number getX () 
	public double getXValue () 
	public java.lang.Number getY () 
	public double getYValue () 
		double result
	public void setY (double) 
		double y
	public void setY (java.lang.Number) 
		Number y
	public int compareTo (java.lang.Object) 
		int result
		int result
		org.jfree.data.xy.XYDataItem dataItem
		double compare
		int result
		Object o1
		int result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYDataItem that
	public int hashCode () 
		int result
	public java.lang.String toString () 
}

org/jfree/data/xy/XYDataset.class
XYDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.XYDataset extends java.lang.Object implements org.jfree.data.general.SeriesDataset  {
	public abstract org.jfree.data.DomainOrder getDomainOrder () 
	public abstract int getItemCount (int) 
	public abstract java.lang.Number getX (int, int) 
	public abstract double getXValue (int, int) 
	public abstract java.lang.Number getY (int, int) 
	public abstract double getYValue (int, int) 
}

org/jfree/data/xy/XYDatasetTableModel.class
XYDatasetTableModel.java
package org.jfree.data.xy
public org.jfree.data.xy.XYDatasetTableModel extends javax.swing.table.AbstractTableModel implements javax.swing.table.TableModel org.jfree.data.general.DatasetChangeListener  {
	org.jfree.data.xy.TableXYDataset model
	public void  () 
	public void  (org.jfree.data.xy.TableXYDataset) 
		org.jfree.data.xy.TableXYDataset dataset
	public void setModel (org.jfree.data.xy.TableXYDataset) 
		org.jfree.data.xy.TableXYDataset dataset
	public int getRowCount () 
	public int getColumnCount () 
	public java.lang.String getColumnName (int) 
		int column
	public java.lang.Object getValueAt (int, int) 
		int row
		int column
	public void datasetChanged (org.jfree.data.general.DatasetChangeEvent) 
		org.jfree.data.general.DatasetChangeEvent event
	public boolean isCellEditable (int, int) 
		int row
		int column
	public void setValueAt (java.lang.Object, int, int) 
		Object value
		int row
		int column
}

org/jfree/data/xy/XYInterval.class
XYInterval.java
package org.jfree.data.xy
public org.jfree.data.xy.XYInterval extends java.lang.Object implements java.io.Serializable  {
	private double xLow
	private double xHigh
	private double y
	private double yLow
	private double yHigh
	public void  (double, double, double, double, double) 
		double xLow
		double xHigh
		double y
		double yLow
		double yHigh
	public double getXLow () 
	public double getXHigh () 
	public double getY () 
	public double getYLow () 
	public double getYHigh () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYInterval that
}

org/jfree/data/xy/XYIntervalDataItem.class
XYIntervalDataItem.java
package org.jfree.data.xy
public org.jfree.data.xy.XYIntervalDataItem extends org.jfree.data.ComparableObjectItem {
	public void  (double, double, double, double, double, double) 
		double x
		double xLow
		double xHigh
		double y
		double yLow
		double yHigh
	public java.lang.Double getX () 
	public double getYValue () 
		org.jfree.data.xy.XYInterval interval
	public double getXLowValue () 
		org.jfree.data.xy.XYInterval interval
	public double getXHighValue () 
		org.jfree.data.xy.XYInterval interval
	public double getYLowValue () 
		org.jfree.data.xy.XYInterval interval
	public double getYHighValue () 
		org.jfree.data.xy.XYInterval interval
}

org/jfree/data/xy/XYIntervalSeries.class
XYIntervalSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.XYIntervalSeries extends org.jfree.data.ComparableObjectSeries {
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, boolean, boolean) 
		Comparable key
		boolean autoSort
		boolean allowDuplicateXValues
	public void add (double, double, double, double, double, double) 
		double x
		double xLow
		double xHigh
		double y
		double yLow
		double yHigh
	public java.lang.Number getX (int) 
		int index
		org.jfree.data.xy.XYIntervalDataItem item
	public double getXLowValue (int) 
		int index
		org.jfree.data.xy.XYIntervalDataItem item
	public double getXHighValue (int) 
		int index
		org.jfree.data.xy.XYIntervalDataItem item
	public double getYValue (int) 
		int index
		org.jfree.data.xy.XYIntervalDataItem item
	public double getYLowValue (int) 
		int index
		org.jfree.data.xy.XYIntervalDataItem item
	public double getYHighValue (int) 
		int index
		org.jfree.data.xy.XYIntervalDataItem item
	public org.jfree.data.ComparableObjectItem getDataItem (int) 
		int index
}

org/jfree/data/xy/XYIntervalSeriesCollection.class
XYIntervalSeriesCollection.java
package org.jfree.data.xy
public org.jfree.data.xy.XYIntervalSeriesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset java.io.Serializable  {
	private java.util.List data
	public void  () 
	public void addSeries (org.jfree.data.xy.XYIntervalSeries) 
		org.jfree.data.xy.XYIntervalSeries series
	public int getSeriesCount () 
	public org.jfree.data.xy.XYIntervalSeries getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.xy.XYIntervalSeries s
	public double getStartXValue (int, int) 
		int series
		int item
		org.jfree.data.xy.XYIntervalSeries s
	public double getEndXValue (int, int) 
		int series
		int item
		org.jfree.data.xy.XYIntervalSeries s
	public double getYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.XYIntervalSeries s
	public double getStartYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.XYIntervalSeries s
	public double getEndYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.XYIntervalSeries s
	public java.lang.Number getY (int, int) 
		int series
		int item
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYIntervalSeriesCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		int i
		org.jfree.data.xy.XYIntervalSeriesCollection clone
		int seriesCount
}

org/jfree/data/xy/XYSeries.class
XYSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.XYSeries extends org.jfree.data.general.Series implements java.lang.Cloneable java.io.Serializable  {
	static final long serialVersionUID
	protected java.util.List data
	private int maximumItemCount
	private boolean autoSort
	private boolean allowDuplicateXValues
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, boolean) 
		Comparable key
		boolean autoSort
	public void  (java.lang.Comparable, boolean, boolean) 
		Comparable key
		boolean autoSort
		boolean allowDuplicateXValues
	public boolean getAutoSort () 
	public boolean getAllowDuplicateXValues () 
	public int getItemCount () 
	public java.util.List getItems () 
	public int getMaximumItemCount () 
	public void setMaximumItemCount (int) 
		int maximum
		boolean dataRemoved
	public void add (org.jfree.data.xy.XYDataItem) 
		org.jfree.data.xy.XYDataItem item
	public void add (double, double) 
		double x
		double y
	public void add (double, double, boolean) 
		double x
		double y
		boolean notify
	public void add (double, java.lang.Number) 
		double x
		Number y
	public void add (double, java.lang.Number, boolean) 
		double x
		Number y
		boolean notify
	public void add (java.lang.Number, java.lang.Number) 
		Number x
		Number y
	public void add (java.lang.Number, java.lang.Number, boolean) 
		Number x
		Number y
		boolean notify
		org.jfree.data.xy.XYDataItem item
	public void add (org.jfree.data.xy.XYDataItem, boolean) 
		int size
		int index
		int index
		org.jfree.data.xy.XYDataItem item
		boolean notify
	public void delete (int, int) 
		int i
		int start
		int end
	public org.jfree.data.xy.XYDataItem remove (int) 
		int index
		org.jfree.data.xy.XYDataItem result
	public org.jfree.data.xy.XYDataItem remove (java.lang.Number) 
		Number x
	public void clear () 
	public org.jfree.data.xy.XYDataItem getDataItem (int) 
		int index
	public java.lang.Number getX (int) 
		int index
	public java.lang.Number getY (int) 
		int index
	public void update (int, java.lang.Number) 
		int index
		Number y
		org.jfree.data.xy.XYDataItem item
	public void updateByIndex (int, java.lang.Number) 
		int index
		Number y
	public void update (java.lang.Number, java.lang.Number) 
		org.jfree.data.xy.XYDataItem item
		Number x
		Number y
		int index
	public org.jfree.data.xy.XYDataItem addOrUpdate (java.lang.Number, java.lang.Number) 
		CloneNotSupportedException e
		org.jfree.data.xy.XYDataItem existing
		Number x
		Number y
		org.jfree.data.xy.XYDataItem overwritten
		int index
	public int indexOf (java.lang.Number) 
		org.jfree.data.xy.XYDataItem item
		int i
		Number x
	public double[][] toArray () 
		Number y
		int i
		int itemCount
		double[][] result
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.XYSeries clone
	public org.jfree.data.xy.XYSeries createCopy (int, int)  throws java.lang.CloneNotSupportedException 
		org.jfree.data.general.SeriesException e
		org.jfree.data.xy.XYDataItem item
		org.jfree.data.xy.XYDataItem clone
		int index
		int start
		int end
		org.jfree.data.xy.XYSeries copy
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYSeries that
	public int hashCode () 
		org.jfree.data.xy.XYDataItem item
		org.jfree.data.xy.XYDataItem item
		org.jfree.data.xy.XYDataItem item
		int result
		int count
}

org/jfree/data/xy/XYSeriesCollection.class
XYSeriesCollection.java
package org.jfree.data.xy
public org.jfree.data.xy.XYSeriesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset org.jfree.data.DomainInfo java.io.Serializable  {
	private static final long serialVersionUID
	private java.util.List data
	private org.jfree.data.xy.IntervalXYDelegate intervalDelegate
	public void  () 
	public void  (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries series
	public void addSeries (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries series
	public void removeSeries (int) 
		int series
		org.jfree.data.xy.XYSeries ts
	public void removeSeries (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries series
	public void removeAllSeries () 
		org.jfree.data.xy.XYSeries series
		int i
	public int getSeriesCount () 
	public java.util.List getSeries () 
	public int indexOf (org.jfree.data.xy.XYSeries) 
		org.jfree.data.xy.XYSeries series
	public org.jfree.data.xy.XYSeries getSeries (int) 
		int series
	public org.jfree.data.xy.XYSeries getSeries (java.lang.Comparable) 
		org.jfree.data.xy.XYSeries series
		Comparable key
		java.util.Iterator iterator
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.xy.XYSeries ts
		org.jfree.data.xy.XYDataItem xyItem
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getY (int, int) 
		int series
		int index
		org.jfree.data.xy.XYSeries ts
		org.jfree.data.xy.XYDataItem xyItem
	public java.lang.Number getStartY (int, int) 
		int series
		int item
	public java.lang.Number getEndY (int, int) 
		int series
		int item
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.XYSeriesCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.XYSeriesCollection clone
	public int hashCode () 
	public double getDomainLowerBound (boolean) 
		boolean includeInterval
	public double getDomainUpperBound (boolean) 
		boolean includeInterval
	public org.jfree.data.Range getDomainBounds (boolean) 
		boolean includeInterval
	public double getIntervalWidth () 
	public void setIntervalWidth (double) 
		double width
	public double getIntervalPositionFactor () 
	public void setIntervalPositionFactor (double) 
		double factor
	public boolean isAutoWidth () 
	public void setAutoWidth (boolean) 
		boolean b
}

org/jfree/data/xy/XYZDataset.class
XYZDataset.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.XYZDataset extends java.lang.Object implements org.jfree.data.xy.XYDataset  {
	public abstract java.lang.Number getZ (int, int) 
	public abstract double getZValue (int, int) 
}

org/jfree/data/xy/XisSymbolic.class
XisSymbolic.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.XisSymbolic extends java.lang.Object {
	public abstract java.lang.String[] getXSymbolicValues () 
	public abstract java.lang.String getXSymbolicValue (int, int) 
	public abstract java.lang.String getXSymbolicValue (java.lang.Integer) 
}

org/jfree/data/xy/YInterval.class
YInterval.java
package org.jfree.data.xy
public org.jfree.data.xy.YInterval extends java.lang.Object implements java.io.Serializable  {
	private double y
	private double yLow
	private double yHigh
	public void  (double, double, double) 
		double y
		double yLow
		double yHigh
	public double getY () 
	public double getYLow () 
	public double getYHigh () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.YInterval that
}

org/jfree/data/xy/YIntervalDataItem.class
YIntervalDataItem.java
package org.jfree.data.xy
public org.jfree.data.xy.YIntervalDataItem extends org.jfree.data.ComparableObjectItem {
	public void  (double, double, double, double) 
		double x
		double y
		double yLow
		double yHigh
	public java.lang.Double getX () 
	public double getYValue () 
		org.jfree.data.xy.YInterval interval
	public double getYLowValue () 
		org.jfree.data.xy.YInterval interval
	public double getYHighValue () 
		org.jfree.data.xy.YInterval interval
}

org/jfree/data/xy/YIntervalSeries.class
YIntervalSeries.java
package org.jfree.data.xy
public org.jfree.data.xy.YIntervalSeries extends org.jfree.data.ComparableObjectSeries {
	public void  (java.lang.Comparable) 
		Comparable key
	public void  (java.lang.Comparable, boolean, boolean) 
		Comparable key
		boolean autoSort
		boolean allowDuplicateXValues
	public void add (double, double, double, double) 
		double x
		double y
		double yLow
		double yHigh
	public java.lang.Number getX (int) 
		int index
		org.jfree.data.xy.YIntervalDataItem item
	public double getYValue (int) 
		int index
		org.jfree.data.xy.YIntervalDataItem item
	public double getYLowValue (int) 
		int index
		org.jfree.data.xy.YIntervalDataItem item
	public double getYHighValue (int) 
		int index
		org.jfree.data.xy.YIntervalDataItem item
	public org.jfree.data.ComparableObjectItem getDataItem (int) 
		int index
}

org/jfree/data/xy/YIntervalSeriesCollection.class
YIntervalSeriesCollection.java
package org.jfree.data.xy
public org.jfree.data.xy.YIntervalSeriesCollection extends org.jfree.data.xy.AbstractIntervalXYDataset implements org.jfree.data.xy.IntervalXYDataset java.io.Serializable  {
	private java.util.List data
	public void  () 
	public void addSeries (org.jfree.data.xy.YIntervalSeries) 
		org.jfree.data.xy.YIntervalSeries series
	public int getSeriesCount () 
	public org.jfree.data.xy.YIntervalSeries getSeries (int) 
		int series
	public java.lang.Comparable getSeriesKey (int) 
		int series
	public int getItemCount (int) 
		int series
	public java.lang.Number getX (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public double getYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public double getStartYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public double getEndYValue (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public java.lang.Number getY (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public java.lang.Number getStartX (int, int) 
		int series
		int item
	public java.lang.Number getEndX (int, int) 
		int series
		int item
	public java.lang.Number getStartY (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public java.lang.Number getEndY (int, int) 
		int series
		int item
		org.jfree.data.xy.YIntervalSeries s
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.YIntervalSeriesCollection that
	public java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
		org.jfree.data.xy.YIntervalSeriesCollection clone
}

org/jfree/data/xy/YWithXInterval.class
YWithXInterval.java
package org.jfree.data.xy
public org.jfree.data.xy.YWithXInterval extends java.lang.Object implements java.io.Serializable  {
	private double y
	private double xLow
	private double xHigh
	public void  (double, double, double) 
		double y
		double xLow
		double xHigh
	public double getY () 
	public double getXLow () 
	public double getXHigh () 
	public boolean equals (java.lang.Object) 
		Object obj
		org.jfree.data.xy.YWithXInterval that
}

org/jfree/data/xy/YisSymbolic.class
YisSymbolic.java
package org.jfree.data.xy
public abstract org.jfree.data.xy.YisSymbolic extends java.lang.Object {
	public abstract java.lang.String[] getYSymbolicValues () 
	public abstract java.lang.String getYSymbolicValue (int, int) 
	public abstract java.lang.String getYSymbolicValue (java.lang.Integer) 
}