|
||||||||||
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.MifPage
public class MifPage
A MIF Page.
Constructor Summary | |
---|---|
MifPage(MifBook document)
Constructor. |
|
MifPage(MifBook document,
String pageType,
String pageBackground)
Constructor. |
Method Summary | |
---|---|
void |
addTextRect(int numCols)
Adds a text rectangle with a specified number of columns to this page. |
MifTextRect |
curTextRect()
Returns the current text rectangle. |
String |
mifContent()
Returns the content of this token as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MifPage(MifBook document, String pageType, String pageBackground)
document
- The parent document.pageType
- The page type.pageBackground
- The page background.public MifPage(MifBook document)
document
- The parent document.Method Detail |
---|
public void addTextRect(int numCols)
numCols
- The number of columns that should be in the new text
rectangle.public MifTextRect curTextRect()
public String mifContent()
MifToken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |