org.foray.mif
Class MifTextFlow

java.lang.Object
  extended by org.foray.mif.MifToken
      extended by org.foray.mif.MifFlow
          extended by org.foray.mif.MifTextFlow

public class MifTextFlow
extends MifFlow

A MIF Text Flow.


Constructor Summary
MifTextFlow(int id)
          Constructor.
 
Method Summary
 MifPgf curPara()
          Returns the current paragraph.
 int getTextRectID()
          Returns the id for this text flow.
 String mifContent()
          Returns the content of this token as a String.
 void startPara()
          Starts a new paragraph??
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MifTextFlow

public MifTextFlow(int id)
Constructor.

Parameters:
id - The id for this text flow.
Method Detail

getTextRectID

public int getTextRectID()
Returns the id for this text flow.

Returns:
The id for this text flow.

curPara

public MifPgf curPara()
Description copied from class: MifFlow
Returns the current paragraph.

Specified by:
curPara in class MifFlow
Returns:
The current paragraph.

startPara

public void startPara()
Description copied from class: MifFlow
Starts a new paragraph??

Specified by:
startPara in class MifFlow

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.


Copyright © 2017. All rights reserved.