com.nineoldandroids.view
Class ViewHelper

java.lang.Object
  extended by com.nineoldandroids.view.ViewHelper

public final class ViewHelper
extends Object


Method Summary
static float getAlpha(View view)
           
static float getPivotX(View view)
           
static float getPivotY(View view)
           
static float getRotation(View view)
           
static float getRotationX(View view)
           
static float getRotationY(View view)
           
static float getScaleX(View view)
           
static float getScaleY(View view)
           
static float getScrollX(View view)
           
static float getScrollY(View view)
           
static float getTranslationX(View view)
           
static float getTranslationY(View view)
           
static float getX(View view)
           
static float getY(View view)
           
static void setAlpha(View view, float alpha)
           
static void setPivotX(View view, float pivotX)
           
static void setPivotY(View view, float pivotY)
           
static void setRotation(View view, float rotation)
           
static void setRotationX(View view, float rotationX)
           
static void setRotationY(View view, float rotationY)
           
static void setScaleX(View view, float scaleX)
           
static void setScaleY(View view, float scaleY)
           
static void setScrollX(View view, int scrollX)
           
static void setScrollY(View view, int scrollY)
           
static void setTranslationX(View view, float translationX)
           
static void setTranslationY(View view, float translationY)
           
static void setX(View view, float x)
           
static void setY(View view, float y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAlpha

public static float getAlpha(View view)

setAlpha

public static void setAlpha(View view,
                            float alpha)

getPivotX

public static float getPivotX(View view)

setPivotX

public static void setPivotX(View view,
                             float pivotX)

getPivotY

public static float getPivotY(View view)

setPivotY

public static void setPivotY(View view,
                             float pivotY)

getRotation

public static float getRotation(View view)

setRotation

public static void setRotation(View view,
                               float rotation)

getRotationX

public static float getRotationX(View view)

setRotationX

public static void setRotationX(View view,
                                float rotationX)

getRotationY

public static float getRotationY(View view)

setRotationY

public static void setRotationY(View view,
                                float rotationY)

getScaleX

public static float getScaleX(View view)

setScaleX

public static void setScaleX(View view,
                             float scaleX)

getScaleY

public static float getScaleY(View view)

setScaleY

public static void setScaleY(View view,
                             float scaleY)

getScrollX

public static float getScrollX(View view)

setScrollX

public static void setScrollX(View view,
                              int scrollX)

getScrollY

public static float getScrollY(View view)

setScrollY

public static void setScrollY(View view,
                              int scrollY)

getTranslationX

public static float getTranslationX(View view)

setTranslationX

public static void setTranslationX(View view,
                                   float translationX)

getTranslationY

public static float getTranslationY(View view)

setTranslationY

public static void setTranslationY(View view,
                                   float translationY)

getX

public static float getX(View view)

setX

public static void setX(View view,
                        float x)

getY

public static float getY(View view)

setY

public static void setY(View view,
                        float y)