Deprecated API


Contents
Deprecated Classes
com.approximatrix.charting.CoordSystem
          As of version 1.4, specific rendering coordinate systems should be used. This will be removed in version 1.5 
 

Deprecated Fields
com.approximatrix.charting.model.AbstractChartDataModel.manualscale
          As of release 1.4, only autoscale flag will be considered 
 

Deprecated Methods
com.approximatrix.charting.coordsystem.ClassicCoordSystemUtilities.computeTicMarkLocations(double, double, int, int)
          Deprecated in version 1.4 - should use Tick Locator classes 
com.approximatrix.charting.coordsystem.ClassicCoordSystemUtilities.computeTicMarkLocations(double, double, int, int, boolean)
          Deprecated in version 1.4 - should use Tick Locator classes 
com.approximatrix.charting.ChartEncoder.createGIF(OutputStream, Chart)
          GIF encoding is no longer supported, use PNG instead 
com.approximatrix.charting.coordsystem.AbstractCoordSystem.getFont()
          Deprecated in version 1.4 - use getTickFont() 
com.approximatrix.charting.coordsystem.CoordSystem.getFont()
          deprecated in version 1.4 - use getTickFont() 
com.approximatrix.charting.render.RowColorModel.getInstance(ChartDataModel)
            
com.approximatrix.charting.model.ChartDataModel.getManualMaximumColumnValue()
          As of release 1.3, replaced by ChartDataModel.getManualMaximumY() 
com.approximatrix.charting.model.AbstractChartDataModel.getManualMaximumColumnValue()
          As of release 1.3, replaced by AbstractChartDataModel.getManualMaximumX() 
com.approximatrix.charting.model.ChartDataModel.getManualMaximumValue()
          As of release 1.3, replaced by ChartDataModel.getManualMaximumX() 
com.approximatrix.charting.model.AbstractChartDataModel.getManualMaximumValue()
          As of release 1.3, replaced by AbstractChartDataModel.getManualMaximumY() 
com.approximatrix.charting.model.ChartDataModel.getManualMinimumColumnValue()
          As of release 1.3, replaced by ChartDataModel.getManualMinimumY() 
com.approximatrix.charting.model.AbstractChartDataModel.getManualMinimumColumnValue()
          As of release 1.3, replaced by AbstractChartDataModel.getManualMinimumX() 
com.approximatrix.charting.model.ChartDataModel.getManualMinimumValue()
          As of release 1.3, replaced by ChartDataModel.getManualMinimumY() 
com.approximatrix.charting.model.AbstractChartDataModel.getManualMinimumValue()
          As of release 1.3, replaced by AbstractChartDataModel.getManualMinimumY() 
com.approximatrix.charting.model.DefaultChartDataModelConstraints.getMaximumColumnValue()
          As of release 1.3, replaced by DefaultChartDataModelConstraints.getMaximumX() 
com.approximatrix.charting.model.StackedChartDataModelConstraints.getMaximumColumnValue()
          As of release 1.3, replaced by StackedChartDataModelConstraints.getMaximumX() 
com.approximatrix.charting.model.MultiScatterDataModelConstraints.getMaximumColumnValue()
          As of release 1.3, replaced by MultiScatterDataModelConstraints.getMaximumX() 
com.approximatrix.charting.model.ChartDataModelConstraints.getMaximumColumnValue()
          As of release 1.3, replaced by ChartDataModelConstraints.getMaximumX() 
com.approximatrix.charting.model.threedimensional.DotPlotDataModelConstraints.getMaximumColumnValue()
          Deprecated as of version 1.3 
com.approximatrix.charting.model.DefaultChartDataModelConstraints.getMaximumValue()
          As of release 1.3, replaced by DefaultChartDataModelConstraints.getMinimumY() 
com.approximatrix.charting.model.StackedChartDataModelConstraints.getMaximumValue()
          As of release 1.3, replaced by StackedChartDataModelConstraints.getMaximumY() 
com.approximatrix.charting.model.MultiScatterDataModelConstraints.getMaximumValue()
          As of release 1.3, replaced by MultiScatterDataModelConstraints.getMaximumY() 
com.approximatrix.charting.model.ChartDataModelConstraints.getMaximumValue()
          As of release 1.3, replaced by ChartDataModelConstraints.getMaximumY() 
com.approximatrix.charting.model.threedimensional.DotPlotDataModelConstraints.getMaximumValue()
          Deprecated as of version 1.3 
com.approximatrix.charting.model.DefaultChartDataModelConstraints.getMinimumColumnValue()
          As of release 1.3, replaced by DefaultChartDataModelConstraints.getMinimumX() 
com.approximatrix.charting.model.StackedChartDataModelConstraints.getMinimumColumnValue()
          As of release 1.3, replaced by StackedChartDataModelConstraints.getMinimumX() 
com.approximatrix.charting.model.MultiScatterDataModelConstraints.getMinimumColumnValue()
          As of release 1.3, replaced by MultiScatterDataModelConstraints.getMinimumX() 
com.approximatrix.charting.model.ChartDataModelConstraints.getMinimumColumnValue()
          As of release 1.3, replaced by ChartDataModelConstraints.getMinimumX() 
com.approximatrix.charting.model.threedimensional.DotPlotDataModelConstraints.getMinimumColumnValue()
          Deprecated as of version 1.3 
com.approximatrix.charting.model.DefaultChartDataModelConstraints.getMinimumValue()
          As of release 1.3, replaced by DefaultChartDataModelConstraints.getMinimumY() 
com.approximatrix.charting.model.StackedChartDataModelConstraints.getMinimumValue()
          As of release 1.3, replaced by StackedChartDataModelConstraints.getMinimumY() 
com.approximatrix.charting.model.MultiScatterDataModelConstraints.getMinimumValue()
          As of release 1.3, replaced by MultiScatterDataModelConstraints.getMinimumY() 
com.approximatrix.charting.model.ChartDataModelConstraints.getMinimumValue()
          As of release 1.3, replaced by ChartDataModelConstraints.getMinimumY() 
com.approximatrix.charting.model.threedimensional.DotPlotDataModelConstraints.getMinimumValue()
          Deprecated as of version 1.3 
com.approximatrix.charting.model.ChartDataModel.isManualScale()
          As of release 1.4, only autoscale flag will be considered 
com.approximatrix.charting.model.AbstractChartDataModel.isManualScale()
          As of release 1.4, only autoscale flag will be considered 
com.approximatrix.charting.model.MultiScatterDataModel.isManualScale()
          As of release 1.4, only autoscale flag will be considered 
com.approximatrix.charting.coordsystem.CoordSystem.isPaintOnlyTick()
          deprecated as of version 1.4 
com.approximatrix.charting.coordsystem.CoordSystem.setFont(Font)
          deprecated in version 1.4 - use setTickFont() 
com.approximatrix.charting.model.ChartDataModel.setManualScale(boolean)
          As of release 1.4, only autoscale flag will be considered 
com.approximatrix.charting.model.AbstractChartDataModel.setManualScale(boolean)
          As of release 1.4, only autoscale flag will be considered 
com.approximatrix.charting.model.MultiScatterDataModel.setManualScale(boolean)
          As of release 1.4, only autoscale flag will be considered 
com.approximatrix.charting.model.ChartDataModel.setMaximumColumnValue(double)
          As of release 1.3, replaced by #setMinumumX() 
com.approximatrix.charting.model.AbstractChartDataModel.setMaximumColumnValue(double)
          As of release 1.3, replaced by #setMaximumValueX() 
com.approximatrix.charting.model.MultiScatterDataModel.setMaximumColumnValue(double)
          As of release 1.3, replaced by #setMaximumValueX() 
com.approximatrix.charting.model.ChartDataModel.setMaximumValue(Number)
          As of release 1.3, replaced by #setMaximumY() 
com.approximatrix.charting.model.AbstractChartDataModel.setMaximumValue(Number)
          As of release 1.3, replaced by #setMaximumValueY() 
com.approximatrix.charting.model.MultiScatterDataModel.setMaximumValue(Number)
          As of release 1.3, replaced by #setMaximumValueY() 
com.approximatrix.charting.model.ChartDataModel.setMinimumColumnValue(double)
          As of release 1.3, replaced by #setMinimumX() 
com.approximatrix.charting.model.AbstractChartDataModel.setMinimumColumnValue(double)
          As of release 1.3, replaced by #setMinimumValueX() 
com.approximatrix.charting.model.MultiScatterDataModel.setMinimumColumnValue(double)
          As of release 1.3, replaced by #setMinimumValueX() 
com.approximatrix.charting.model.ChartDataModel.setMinimumValue(Number)
          As of release 1.3, replaced by #setMinimumY() 
com.approximatrix.charting.model.AbstractChartDataModel.setMinimumValue(Number)
          As of release 1.3, replaced by #setMinimumValueY() 
com.approximatrix.charting.model.MultiScatterDataModel.setMinimumValue(Number)
          As of release 1.3, replaced by #setMinimumValueY()