|
||||||||||
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.MifDocument
public class MifDocument
A MIF Document.
Constructor Summary | |
---|---|
MifDocument(int width,
int height)
Constructor. |
Method Summary | |
---|---|
int |
getHeight()
Returns the height of pages in this document. |
int |
getWidth()
Returns the width of pages in this document. |
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 MifDocument(int width, int height)
width
- The width of pages in this document, in points (??).height
- The height of pages in this document, in points (??).Method Detail |
---|
public String mifContent()
MifToken
public int getHeight()
public int getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |