Uses of Class
io.github.mmm.base.placement.Orientation
-
Packages that use Orientation Package Description io.github.mmm.base.placement ContainsEnum
types 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 Orientation
Orientation. fromValue(String value)
This method gets theOrientation
with the givenvalue
.Orientation
Orientation. getMirrored()
This method gets the inverse orientation.static Orientation
Orientation. 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 Alignment
Alignment. getPart(Orientation orientation)
This method extracts thehorizontal
orvertical
part of this alignment.
-