Package 

Enum ScreenOrientation

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MirrorLeft

      Rotate the screen by 270 degrees clockwise and flip vertically (reflection around the x-axis)

      MirrorDown

      Rotate the screen by 180 degrees clockwise and flip horizontally (reflection around the y-axis)

      MirrorRight

      Rotate the screen by 90 degrees clockwise and flip vertically (reflection around the x-axis)

      MirrorUp

      Horizontally flip the screen (reflection around the y-axis)

      MirrorRotate270

      Rotate the screen by 270 degrees clockwise and flip vertically (reflection around the x-axis)

      MirrorRotate180

      Rotate the screen by 180 degrees clockwise and flip horizontally (reflection around the y-axis)

      MirrorRotate90

      Rotate the screen by 90 degrees clockwise and flip vertically (reflection around the x-axis)

      MirrorRotate0

      Horizontally flip the screen (reflection around the y-axis)

      Left

      Rotate the screen by 270 degrees clockwise

      Down

      Rotate the screen by 180 degrees clockwise

      Right

      Rotate the screen by 90 degrees clockwise

      Up

      Default orientation, no rotation

      Rotate270

      Rotate the screen by 270 degrees clockwise

      Rotate180

      Rotate the screen by 180 degrees clockwise

      Rotate90

      Rotate the screen by 90 degrees clockwise

      Rotate0

      Rotate the screen by 0 degrees clockwise. This is the Default orientation.