Method Summary |
|
public void | generateHTML(java.io.PrintWriter p, int rowNo) |
public String | getAlign() Returns the alignment property for the table. |
public boolean | getShade() This method gets whether or not the line is shaded. |
public int | getSizeOption() This method returns the size option for the table and each cell in it. |
public int | getThickness() This method returns the thickness of the line in pixels. |
public int | getWidth() This method returns the width (either in pixels or percent depending on the size option) of the component. |
public void | setAlign(String align) Sets the alignment property for the table. |
public void | setShade(boolean shade) This method sets whether or not the line is shaded. |
public void | setSizeOption(int option) This method sets the size option for the table and each cell in it. |
public void | setThickness(int thickness) This method sets the thickness of the line in pixels. |
public void | setWidth(int width) This method sets the minimum width of the line in either pixels or percent depending on size option. |