Uses of Class
com.xtremelabs.imageutils.AbstractImageLoader.Options.ScalingPreference

Uses of AbstractImageLoader.Options.ScalingPreference in com.xtremelabs.imageutils
 

Fields in com.xtremelabs.imageutils declared as AbstractImageLoader.Options.ScalingPreference
 AbstractImageLoader.Options.ScalingPreference AbstractImageLoader.Options.scalingPreference
          The ImageLoader has the ability to automatically scale down images according to the bounds of the ImageView provided, or the bounds specified within this options object.
 

Methods in com.xtremelabs.imageutils that return AbstractImageLoader.Options.ScalingPreference
static AbstractImageLoader.Options.ScalingPreference AbstractImageLoader.Options.ScalingPreference.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractImageLoader.Options.ScalingPreference[] AbstractImageLoader.Options.ScalingPreference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.