Uses of Class
io.github.mmm.base.placement.VerticalAlignment
-
Packages that use VerticalAlignment Package Description io.github.mmm.base.placement ContainsEnum
types 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 VerticalAlignment
VerticalAlignment. fromValue(String value)
This method gets theVerticalAlignment
with the givenvalue
.VerticalAlignment
Alignment. getVerticalAlignment()
This method gets the vertical part of the alignment.static VerticalAlignment
VerticalAlignment. 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.
-