public static interface JPJustifierBasic.SpaceTextDecisionType
true iff a line with the
given number of space and text characters should be justified.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
shouldJustify(int space,
int text) |
Decide whether or not to justify text.
|
boolean shouldJustify(int space,
int text)
space - The number of characters on the line that would be
whitespacetext - The number of characters on the line that would be texttrue iff the line should be justifiedCopyright © 2017 <code@io7m.com> http://io7m.com