Uses of Class
io.github.mmm.base.placement.Alignment
-
Packages that use Alignment Package Description io.github.mmm.base.placement ContainsEnum
types for placements (alignment, orientation, direction). -
-
Uses of Alignment in io.github.mmm.base.placement
Methods in io.github.mmm.base.placement that return Alignment Modifier and Type Method Description static Alignment
Alignment. fromDirection(Direction direction)
This is the inverse operation fortoDirection()
.static Alignment
Alignment. fromValue(String value)
Alignment
HorizontalAlignment. getAlignment()
This method gets the correspondingAlignment
.Alignment
VerticalAlignment. getAlignment()
This method gets the correspondingAlignment
.abstract Alignment
Alignment. getMirrored()
This method gets the inverse alignment.Alignment
Alignment. getPart(Orientation orientation)
This method extracts thehorizontal
orvertical
part of this alignment.static Alignment
Alignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static Alignment[]
Alignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-