| java.lang.Object | |||
| java.lang.Enum | Serializable Comparable | ||
| android.graphics.Matrix.ScaleToFit | |||
Controlls how the src rect should align into the dst rect for setRectToRect().
| ScaleToFit | CENTER | |
| ScaleToFit | END | |
| ScaleToFit | FILL | |
| ScaleToFit | START |
| static | ScaleToFit | valueOf(String name) | |||
| final | static | ScaleToFit[] | values() |
Methods inherited
from class
java.lang.Enum
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.lang.Comparable