Interface ExifInterface.Orientation

  • All Implemented Interfaces:

    
    public interface ExifInterface.Orientation
    
                        

    Constants for TAG_ORIENTATION. They can be interpreted as follows:

    • TOP_LEFT is the normal orientation.
    • TOP_RIGHT is a left-right mirror.
    • BOTTOM_LEFT is a 180 degree rotation.
    • BOTTOM_RIGHT is a top-bottom mirror.
    • LEFT_TOP is mirrored about the top-left<->bottom-right axis.
    • RIGHT_TOP is a 90 degree clockwise rotation.
    • LEFT_BOTTOM is mirrored about the top-right<->bottom-left axis.
    • RIGHT_BOTTOM is a 270 degree clockwise rotation.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail