|
||||||||||
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.MifPgfLine
public class MifPgfLine
A MIF Paragraph Line.
Constructor Summary | |
---|---|
MifPgfLine()
Constructor, (for the case where a table is parent??). |
|
MifPgfLine(int textRectID)
Constructor. |
Method Summary | |
---|---|
void |
addContent(Object obj)
Add some content to this line. |
String |
getAFrameID()
Returns the a frame id. |
String |
getTableID()
Returns the table id. |
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 MifPgfLine(int textRectID)
textRectID
- The id of the parent text rectangle.public MifPgfLine()
Method Detail |
---|
public void addContent(Object obj)
obj
- The content to add.public String mifContent()
MifToken
public String getTableID()
public String getAFrameID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |