com.nostra13.universalimageloader.core.decode
Class BaseImageDecoder.ExifInfo

java.lang.Object
  extended by com.nostra13.universalimageloader.core.decode.BaseImageDecoder.ExifInfo
Enclosing class:
BaseImageDecoder

protected static class BaseImageDecoder.ExifInfo
extends Object


Field Summary
protected  boolean flipHorizontal
           
protected  int rotation
           
 
Constructor Summary
protected BaseImageDecoder.ExifInfo()
           
protected BaseImageDecoder.ExifInfo(int rotation, boolean flipHorizontal)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rotation

protected final int rotation

flipHorizontal

protected final boolean flipHorizontal
Constructor Detail

BaseImageDecoder.ExifInfo

protected BaseImageDecoder.ExifInfo()

BaseImageDecoder.ExifInfo

protected BaseImageDecoder.ExifInfo(int rotation,
                                    boolean flipHorizontal)


Copyright © 2011-2013. All Rights Reserved.