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
 boolean flipHorizontal
           
 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

public final int rotation

flipHorizontal

public final boolean flipHorizontal
Constructor Detail

BaseImageDecoder.ExifInfo

protected BaseImageDecoder.ExifInfo()

BaseImageDecoder.ExifInfo

protected BaseImageDecoder.ExifInfo(int rotation,
                                    boolean flipHorizontal)


Copyright © 2011-2014. All Rights Reserved.