Deprecated API


Contents
Deprecated Classes
com.androidplot.PlotEvent
          Since 0.5.1 see PlotListener for details. 
 

Deprecated Methods
com.androidplot.Plot.disableAllMarkup()
          Since 0.5.1 - Will be removed in 0.5.2 
com.androidplot.util.FontUtils.getHalfStringHeight(String, Paint)
           
com.androidplot.xy.XYGraphWidget.getRangeTicksPerLabel()
           
com.androidplot.util.FontUtils.getStringHeight(String, Paint)
           
com.androidplot.PlotListener.onPlotUpdate(PlotEvent)
          Deprecated since 0.5.1 - Users of this method should transition functionality into onAfterDraw(Plot). 
com.androidplot.xy.XYGraphWidget.setRangeTicksPerLabel(int)
           
 

Deprecated Constructors
com.androidplot.xy.LineAndPointFormatter(Integer, Integer, Integer)
          As of 0.5.1: Use LineAndPointFormatter.LineAndPointFormatter(Integer, Integer, Integer, PointLabelFormatter) instead. 
com.androidplot.xy.LineAndPointFormatter(Integer, Integer, Integer, FillDirection)
          As of 0.5.1: Use LineAndPointFormatter.LineAndPointFormatter(Integer, Integer, Integer, PointLabelFormatter, FillDirection) instead. 
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.