org.foray.mif
Class MifPgfLine

java.lang.Object
  extended by org.foray.mif.MifToken
      extended by org.foray.mif.MifPgfLine

public class MifPgfLine
extends MifToken

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

MifPgfLine

public MifPgfLine(int textRectID)
Constructor.

Parameters:
textRectID - The id of the parent text rectangle.

MifPgfLine

public MifPgfLine()
Constructor, (for the case where a table is parent??).

Method Detail

addContent

public void addContent(Object obj)
Add some content to this line.

Parameters:
obj - The content to add.

mifContent

public String mifContent()
Description copied from class: MifToken
Returns the content of this token as a String.

Returns:
The content of this token as a String.

getTableID

public String getTableID()
Returns the table id.

Returns:
Returns the table id.

getAFrameID

public String getAFrameID()
Returns the a frame id.

Returns:
Returns the a frame id.


Copyright © 2017. All rights reserved.