com.arsdigita.acs.calendar
Class TableCell

java.lang.Object
  |
  +--com.arsdigita.acs.calendar.TableCell

public class TableCell
extends Object


Field Summary
(package private)  int colspan
           
(package private)  Point root
           
(package private)  int rowspan
           
(package private)  String text
           
 
Constructor Summary
TableCell(Point root, String text, int rowspan, int colspan)
           
 
Method Summary
 int getColSpan()
           
 Point getRoot()
           
 int getRowSpan()
           
 String getText()
           
 void setColspan(int colspan)
           
 void setRoot(int x, int y)
           
 void setRoot(Point root)
           
 void setRowspan(int rowspan)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

root

Point root

text

String text

rowspan

int rowspan

colspan

int colspan
Constructor Detail

TableCell

public TableCell(Point root,
                 String text,
                 int rowspan,
                 int colspan)
Method Detail

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