|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object au.id.pbw.hyfo.hyph.BreakMinima
public class BreakMinima
Represents the minimum number of characters allowable before and after a hyphenation line-break.
Constructor Summary | |
---|---|
BreakMinima(byte before,
byte after)
Creates a new instance of BreakMinima, with the given minimum number for characters before and after the hyphenation. |
Method Summary | |
---|---|
byte |
get_after()
Gets the minimum number of characters after a hyphenation break. |
byte |
get_before()
Gets the minimum number of characters before a hyphenation break. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BreakMinima(byte before, byte after)
before
- the minimum number of characters before a hyphen.after
- the minimum number of characters after a hyphen.Method Detail |
---|
public byte get_before()
public byte get_after()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |