Uses of Class
io.github.mmm.base.placement.HorizontalAlignment
-
Packages that use HorizontalAlignment Package Description io.github.mmm.base.placement ContainsEnum
types for placements (alignment, orientation, direction). -
-
Uses of HorizontalAlignment in io.github.mmm.base.placement
Methods in io.github.mmm.base.placement that return HorizontalAlignment Modifier and Type Method Description static HorizontalAlignment
HorizontalAlignment. fromValue(String value)
This method gets theHorizontalAlignment
with the givenvalue
.HorizontalAlignment
Alignment. getHorizontalAlignment()
This method gets the horizontal part of the alignment.static HorizontalAlignment
HorizontalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static HorizontalAlignment[]
HorizontalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-