Uses of Interface
io.github.mmm.base.justification.Justification
-
Packages that use Justification Package Description io.github.mmm.base.justification ContainsJustification
and its implementation to justify text.io.github.mmm.nls.variable Contains types for parsed variable placeholders of a NLS message. -
-
Uses of Justification in io.github.mmm.base.justification
Classes in io.github.mmm.base.justification that implement Justification Modifier and Type Class Description class
JustificationImpl
Implementation of aJustification
.Methods in io.github.mmm.base.justification that return Justification Modifier and Type Method Description static Justification
Justification. of(String format)
This method parses the givenformat
asJustification
. -
Uses of Justification in io.github.mmm.nls.variable
Methods in io.github.mmm.nls.variable that return Justification Modifier and Type Method Description Justification
NlsVariable. getJustification()
This method gets the optionalJustification
.Constructors in io.github.mmm.nls.variable with parameters of type Justification Constructor Description NlsVariable(String key, NlsFormatterPlugin formatter, Justification justification)
The constructor.
-