Uses of Class
com.androidplot.ui.widget.TextLabelWidget

Packages that use TextLabelWidget
com.androidplot   
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of TextLabelWidget in com.androidplot
 

Methods in com.androidplot that return TextLabelWidget
 TextLabelWidget Plot.getTitleWidget()
           
 

Methods in com.androidplot with parameters of type TextLabelWidget
 void Plot.setTitleWidget(TextLabelWidget titleWidget)
           
 

Uses of TextLabelWidget in com.androidplot.xy
 

Methods in com.androidplot.xy that return TextLabelWidget
 TextLabelWidget XYPlot.getDomainLabelWidget()
           
 TextLabelWidget XYPlot.getRangeLabelWidget()
           
 

Methods in com.androidplot.xy with parameters of type TextLabelWidget
 void XYPlot.setDomainLabelWidget(TextLabelWidget domainLabelWidget)
           
 void XYPlot.setRangeLabelWidget(TextLabelWidget rangeLabelWidget)
           
 



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