public interface Justification
JustificationBuilder
for details.Modifier and Type | Method and Description |
---|---|
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 . |
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.Copyright © 2001–2016 mmm-Team. All rights reserved.