Uses of Class
io.github.mmm.base.placement.Alignment
-
Packages that use Alignment Package Description io.github.mmm.base.placement ContainsEnumtypes 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 AlignmentAlignment. fromDirection(Direction direction)This is the inverse operation fortoDirection().static AlignmentAlignment. fromValue(String value)AlignmentHorizontalAlignment. getAlignment()This method gets the correspondingAlignment.AlignmentVerticalAlignment. getAlignment()This method gets the correspondingAlignment.abstract AlignmentAlignment. getMirrored()This method gets the inverse alignment.AlignmentAlignment. getPart(Orientation orientation)This method extracts thehorizontalorverticalpart of this alignment.static AlignmentAlignment. 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.
-