Uses of Class
com.androidplot.ui.layout.TableModel

Packages that use TableModel
com.androidplot.ui.layout   
com.androidplot.xy   
 

Uses of TableModel in com.androidplot.ui.layout
 

Subclasses of TableModel in com.androidplot.ui.layout
 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(XYPlot plot, SizeMetrics widgetSizeMetrics, TableModel tableModel, SizeMetrics iconSizeMetrics)
           
 



Copyright © 2011. All Rights Reserved.