public class MonthDisplayHelper extends Object
| Constructor and Description |
|---|
MonthDisplayHelper(int year,
int month) |
MonthDisplayHelper(int year,
int month,
int weekStartDay) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public MonthDisplayHelper(int year,
int month,
int weekStartDay)
public MonthDisplayHelper(int year,
int month)
public int getYear()
public int getMonth()
public int getWeekStartDay()
public int getFirstDayOfMonth()
public int getNumberOfDaysInMonth()
public int getOffset()
public int[] getDigitsForRow(int row)
public int getDayAt(int row,
int column)
public int getRowOf(int day)
public int getColumnOf(int day)
public void previousMonth()
public void nextMonth()
public boolean isWithinCurrentMonth(int row,
int column)
Copyright © 2008-2013. All Rights Reserved.