Uses of Class
io.github.mmm.base.placement.Direction
-
Packages that use Direction Package Description io.github.mmm.base.placement ContainsEnum
types for placements (alignment, orientation, direction). -
-
Uses of Direction in io.github.mmm.base.placement
Methods in io.github.mmm.base.placement that return Direction Modifier and Type Method Description Direction
Alignment. toDirection()
static Direction
Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Direction[]
Direction. 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 Direction Modifier and Type Method Description static Alignment
Alignment. fromDirection(Direction direction)
This is the inverse operation forAlignment.toDirection()
.
-