|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.mif.MifToken
org.foray.mif.MifFlow
org.foray.mif.MifTbl
public class MifTbl
A MIF Table.
Constructor Summary | |
---|---|
MifTbl(int id)
Constructor. |
Method Summary | |
---|---|
void |
addColumn(int colWidth)
Adds a column to this table. |
MifPgf |
curPara()
Returns the last paragraph of the current cell. |
int |
getID()
Returns the id of this table. |
String |
mifContent()
Returns the content of this token as a String. |
void |
setCurrent(String current)
Sets the current set of rows. |
void |
startCell(int rowSpan,
int colSpan)
Creates a new cell in the current row. |
void |
startPara()
Starts a new paragraph in the current cell. |
void |
startRow()
Creates a new row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MifTbl(int id)
id
- The id for this table.Method Detail |
---|
public void addColumn(int colWidth)
colWidth
- The width, in millipoints (??), of the column to be
added.public void setCurrent(String current)
current
- The description of the current set of rows.public void startRow()
public void startCell(int rowSpan, int colSpan)
rowSpan
- The number of rows spanned by the new cell.colSpan
- The number of columns spanned by the new cell.public int getID()
public MifPgf curPara()
curPara
in class MifFlow
public void startPara()
startPara
in class MifFlow
public String mifContent()
MifToken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |