android.util
Class MonthDisplayHelper

java.lang.Object
  extended by android.util.MonthDisplayHelper

public class MonthDisplayHelper
extends Object


Constructor Summary
MonthDisplayHelper(int year, int month)
           
MonthDisplayHelper(int year, int month, int weekStartDay)
           
 
Method Summary
 int getColumnOf(int day)
           
 int getDayAt(int row, int column)
           
 int[] getDigitsForRow(int row)
           
 int getFirstDayOfMonth()
           
 int getMonth()
           
 int getNumberOfDaysInMonth()
           
 int getOffset()
           
 int getRowOf(int day)
           
 int getWeekStartDay()
           
 int getYear()
           
 boolean isWithinCurrentMonth(int row, int column)
           
 void nextMonth()
           
 void previousMonth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthDisplayHelper

public MonthDisplayHelper(int year,
                          int month,
                          int weekStartDay)

MonthDisplayHelper

public MonthDisplayHelper(int year,
                          int month)
Method Detail

getYear

public int getYear()

getMonth

public int getMonth()

getWeekStartDay

public int getWeekStartDay()

getFirstDayOfMonth

public int getFirstDayOfMonth()

getNumberOfDaysInMonth

public int getNumberOfDaysInMonth()

getOffset

public int getOffset()

getDigitsForRow

public int[] getDigitsForRow(int row)

getDayAt

public int getDayAt(int row,
                    int column)

getRowOf

public int getRowOf(int day)

getColumnOf

public int getColumnOf(int day)

previousMonth

public void previousMonth()

nextMonth

public void nextMonth()

isWithinCurrentMonth

public boolean isWithinCurrentMonth(int row,
                                    int column)


Copyright © 2008-2012. All Rights Reserved.