|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Justification
This is the interface for a specific justification. See
JustificationBuilder for details.
| Method Summary | |
|---|---|
String |
justify(CharSequence value)
This method applies the justification to the given value and
returns the result. |
void |
justify(CharSequence value,
Appendable target)
This method applies the justification to the given value and
appends the result to the given
target. |
| Method Detail |
|---|
void justify(CharSequence value,
Appendable target)
throws IOException
value and
appends the result to the given
target.
value - is the string to justify.target - is where to append
the justified data.
IOException - if caused by Appendable.append(CharSequence).String justify(CharSequence value)
value and
returns the result.
value - is the string to justify.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||