/**@class android.view.animation.ScaleAnimation
@extends android.view.animation.Animation

 An animation that controls the scale of an object. You can specify the point
 to use for the center of scaling.
 
*/
var ScaleAnimation = {

/**
*/
initialize : function(  ) {},


};