|
||||||||||
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.MifPgfFormat
public class MifPgfFormat
A MIF Paragraph Format.
Constructor Summary | |
---|---|
MifPgfFormat()
Constructor. |
Method Summary | |
---|---|
int |
getEndIndent()
Returns the end-indent value for this format. |
int |
getStartIndent()
Returns the start-indent value for this format. |
String |
mifContent()
Returns the content of this token as a String. |
void |
setEndIndent(int endIndent)
Sets the end-indent value for this format. |
void |
setStartIndent(int startIndent)
Sets the start-indent value for this format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MifPgfFormat()
Method Detail |
---|
public int getEndIndent()
public void setEndIndent(int endIndent)
endIndent
- The new end-indent value to set.public int getStartIndent()
public void setStartIndent(int startIndent)
startIndent
- The new start-indent value to set.public String mifContent()
MifToken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |