English | Site Directory

Android - An Open Handset Alliance Project

android.graphics.drawable
public static final enum

android.graphics.drawable.GradientDrawable.Orientation

java.lang.Object
java.lang.Enum Serializable Comparable
android.graphics.drawable.GradientDrawable.Orientation

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

Summary

Enum Values

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

Public Methods

      static  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 Orientation BL_TR

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

public static final Orientation BOTTOM_TOP

draw the gradient from the bottom to the top

public static final Orientation BR_TL

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

public static final Orientation LEFT_RIGHT

draw the gradient from the left to the right

public static final Orientation RIGHT_LEFT

draw the gradient from the right to the left

public static final Orientation TL_BR

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

public static final Orientation TOP_BOTTOM

draw the gradient from the top to the bottom

public static final Orientation TR_BL

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

Public Methods

public static Orientation valueOf(String name)

public static final Orientation[] values()

Build m5-rc15g - 14 May 2008 12:50