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
draw the gradient from the bottom-left to the top-right
draw the gradient from the bottom to the top
draw the gradient from the bottom-right to the top-left
draw the gradient from the left to the right
draw the gradient from the right to the left
draw the gradient from the top-left to the bottom-right
draw the gradient from the top to the bottom
draw the gradient from the top-right to the bottom-left
Public Methods