Android
android.graphics.drawable
public static final enum

android.graphics.drawable.GradientDrawable.Orientation

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
android.graphics.drawable.GradientDrawable.Orientation

Controls how the gradient is oriented relative to the drawable's bounds

Summary

Enum Values

GradientDrawable.Orientation  BL_TR  draw the gradient from the bottom-left to the top-right  
GradientDrawable.Orientation  BOTTOM_TOP  draw the gradient from the bottom to the top  
GradientDrawable.Orientation  BR_TL  draw the gradient from the bottom-right to the top-left  
GradientDrawable.Orientation  LEFT_RIGHT  draw the gradient from the left to the right  
GradientDrawable.Orientation  RIGHT_LEFT  draw the gradient from the right to the left  
GradientDrawable.Orientation  TL_BR  draw the gradient from the top-left to the bottom-right  
GradientDrawable.Orientation  TOP_BOTTOM  draw the gradient from the top to the bottom  
GradientDrawable.Orientation  TR_BL  draw the gradient from the top-right to the bottom-left  

Public Methods

      static    GradientDrawable.Orientation  valueOf(String name)
    final  static    Orientation[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final GradientDrawable.Orientation BL_TR

draw the gradient from the bottom-left to the top-right

public static final GradientDrawable.Orientation BOTTOM_TOP

draw the gradient from the bottom to the top

public static final GradientDrawable.Orientation BR_TL

draw the gradient from the bottom-right to the top-left

public static final GradientDrawable.Orientation LEFT_RIGHT

draw the gradient from the left to the right

public static final GradientDrawable.Orientation RIGHT_LEFT

draw the gradient from the right to the left

public static final GradientDrawable.Orientation TL_BR

draw the gradient from the top-left to the bottom-right

public static final GradientDrawable.Orientation TOP_BOTTOM

draw the gradient from the top to the bottom

public static final GradientDrawable.Orientation TR_BL

draw the gradient from the top-right to the bottom-left

Public Methods

public static GradientDrawable.Orientation valueOf(String name)

public static final Orientation[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48