|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.radeox.macro.table.Table
public class Table
A Table implementation primarly for the table macro
| Constructor Summary | |
|---|---|
Table()
|
|
| Method Summary | |
|---|---|
void |
addCell(java.lang.String content)
Add a cell to the current row of the table |
java.io.Writer |
appendTo(java.io.Writer writer)
Serialize table by appending it to a writer. |
void |
calc()
Recalculate all cells. |
java.lang.Object |
getXY(int x,
int y)
|
void |
newRow()
Finishes current row and starts a new one |
void |
setXY(int x,
int y,
java.lang.Object content)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Table()
| Method Detail |
|---|
public java.lang.Object getXY(int x,
int y)
public void setXY(int x,
int y,
java.lang.Object content)
public void addCell(java.lang.String content)
content - Content of the cellpublic void newRow()
public void calc()
public java.io.Writer appendTo(java.io.Writer writer)
throws java.io.IOException
writer - Writer to append the table object to
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||