public static final enum

ImageView.ScaleType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.widget.ImageView.ScaleType

Class Overview

Options for scaling the bounds of an image to the bounds of this view.

Summary

Public Methods
static ImageView.ScaleType valueOf(String name)
final static ScaleType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public static ImageView.ScaleType valueOf (String name)

Since: API Level 1

public static final ScaleType[] values ()

Since: API Level 1