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. -
-
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
.
-