net.neurowork.mobile.android.fw.activities
Class Cell
java.lang.Object
net.neurowork.mobile.android.fw.activities.Cell
- Direct Known Subclasses:
- CalendarView.GrayCell, CalendarView.PushCell
public class Cell
- extends java.lang.Object
Constructor Summary |
Cell(int dayOfMon,
android.graphics.Rect rect,
float textSize)
|
Cell(int dayOfMon,
android.graphics.Rect rect,
float textSize,
boolean bold)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Cell
public Cell(int dayOfMon,
android.graphics.Rect rect,
float textSize,
boolean bold)
Cell
public Cell(int dayOfMon,
android.graphics.Rect rect,
float textSize)
getDayOfMonth
public int getDayOfMonth()
hitTest
public boolean hitTest(int x,
int y)
getBound
public android.graphics.Rect getBound()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setColourCell
public void setColourCell(int color,
android.graphics.Canvas canvas)