com.androidplot.ui
Class FixedTableModel

java.lang.Object
  extended by com.androidplot.ui.TableModel
      extended by com.androidplot.ui.FixedTableModel

public class FixedTableModel
extends TableModel


Nested Class Summary
 
Nested classes/interfaces inherited from class com.androidplot.ui.TableModel
TableModel.Axis, TableModel.CellSizingMethod
 
Method Summary
 float getCellHeight()
           
 float getCellWidth()
           
 Iterator<android.graphics.RectF> getIterator(android.graphics.RectF tableRect, int totalElements)
           
 void setCellHeight(float cellHeight)
           
 void setCellWidth(float cellWidth)
           
 
Methods inherited from class com.androidplot.ui.TableModel
getOrder, setOrder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIterator

public Iterator<android.graphics.RectF> getIterator(android.graphics.RectF tableRect,
                                                    int totalElements)
Specified by:
getIterator in class TableModel

getCellWidth

public float getCellWidth()

setCellWidth

public void setCellWidth(float cellWidth)

getCellHeight

public float getCellHeight()

setCellHeight

public void setCellHeight(float cellHeight)


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