android.graphics.drawable
public
static
final
enum
android.graphics.drawable.GradientDrawable.Orientation
Controls how the gradient is oriented relative to the drawable's bounds
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
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