Uses of Class
io.github.mmm.base.placement.HorizontalAlignment
-
Packages that use HorizontalAlignment Package Description io.github.mmm.base.placement ContainsEnumtypes 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 HorizontalAlignmentHorizontalAlignment. fromValue(String value)This method gets theHorizontalAlignmentwith the givenvalue.HorizontalAlignmentAlignment. getHorizontalAlignment()This method gets the horizontal part of the alignment.static HorizontalAlignmentHorizontalAlignment. 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.
-