Uses of Class
io.github.mmm.base.placement.Orientation
-
Packages that use Orientation Package Description io.github.mmm.base.placement ContainsEnumtypes for placements (alignment, orientation, direction). -
-
Uses of Orientation in io.github.mmm.base.placement
Methods in io.github.mmm.base.placement that return Orientation Modifier and Type Method Description static OrientationOrientation. fromValue(String value)This method gets theOrientationwith the givenvalue.OrientationOrientation. getMirrored()This method gets the inverse orientation.static OrientationOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static Orientation[]Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.mmm.base.placement with parameters of type Orientation Modifier and Type Method Description AlignmentAlignment. getPart(Orientation orientation)This method extracts thehorizontalorverticalpart of this alignment.
-