Uses of Class
android.graphics.Matrix.ScaleToFit

Packages that use Matrix.ScaleToFit
android.graphics   
 

Uses of Matrix.ScaleToFit in android.graphics
 

Methods in android.graphics that return Matrix.ScaleToFit
static Matrix.ScaleToFit Matrix.ScaleToFit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Matrix.ScaleToFit[] Matrix.ScaleToFit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.graphics with parameters of type Matrix.ScaleToFit
 boolean Matrix.setRectToRect(RectF src, RectF dst, Matrix.ScaleToFit stf)
           
 



Copyright © 2008-2012. All Rights Reserved.