Uses of Class
android.graphics.drawable.GradientDrawable.Orientation

Packages that use GradientDrawable.Orientation
android.graphics.drawable   
 

Uses of GradientDrawable.Orientation in android.graphics.drawable
 

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

Methods in android.graphics.drawable with parameters of type GradientDrawable.Orientation
 void GradientDrawable.setOrientation(GradientDrawable.Orientation orientation)
           
 

Constructors in android.graphics.drawable with parameters of type GradientDrawable.Orientation
GradientDrawable(GradientDrawable.Orientation orientation, int[] colors)
           
 



Copyright © 2008-2012. All Rights Reserved.