com.arsdigita.acs.calendar
Class TableCell
java.lang.Object
|
+--com.arsdigita.acs.calendar.TableCell
- public class TableCell
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
root
Point root
text
String text
rowspan
int rowspan
colspan
int colspan
TableCell
public TableCell(Point root,
String text,
int rowspan,
int colspan)
getRoot
public Point getRoot()
getText
public String getText()
getRowSpan
public int getRowSpan()
getColSpan
public int getColSpan()
setRoot
public void setRoot(Point root)
setRoot
public void setRoot(int x,
int y)
setText
public void setText(String text)
setRowspan
public void setRowspan(int rowspan)
setColspan
public void setColspan(int colspan)
toString
public String toString()
- Overrides:
toString
in class Object