Uses of Class
com.androidplot.ui.TableModel

Packages that use TableModel
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of TableModel in com.androidplot.ui
 

Subclasses of TableModel in com.androidplot.ui
 class DynamicTableModel
          Encapsulates the visual aspects of a table; number of rows and columns and the height and width in pixels of each element within the table.
 class FixedTableModel
           
 

Uses of TableModel in com.androidplot.xy
 

Methods in com.androidplot.xy that return TableModel
 TableModel XYLegendWidget.getTableModel()
           
 

Methods in com.androidplot.xy with parameters of type TableModel
 void XYLegendWidget.setTableModel(TableModel tableModel)
           
 

Constructors in com.androidplot.xy with parameters of type TableModel
XYLegendWidget(LayoutManager layoutManager, XYPlot plot, SizeMetrics widgetSizeMetrics, TableModel tableModel, SizeMetrics iconSizeMetrics)
           
 



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