Reference:Android.graphics.Matrix.ScaleToFit
From Triled Wiki
android.graphics
public static final enum android.graphics.Matrix.ScaleToFit
| 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().
Contents |
[edit] Summary
[edit] Enum Values
| ScaleToFit | CENTER | |
| ScaleToFit | END | |
| ScaleToFit | FILL | |
| ScaleToFit | START |
[edit] Public Methods
| static | ScaleToFit | valueOf (String name) | |||
| final | static | ScaleToFit[ ] | values () |
[edit] Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, , java.lang.String)">valueOf[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait[edit] Methods inherited from interface java.lang.Comparable
[edit] Details
[edit] Enum Values
[edit] public static final ScaleToFit CENTER
[edit] public static final ScaleToFit END
[edit] public static final ScaleToFit FILL
[edit] public static final ScaleToFit START
[edit] Public Methods
[edit] public static ScaleToFit valueOf(String name)
[edit] public static final ScaleToFit[ ]values()
[edit] References
- Original documentation page for Android SDK build m5-rc15e - 14 apr 2008 17:27
