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