| Package | Description |
|---|---|
| android.graphics.drawable |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradientDrawable.setOrientation(GradientDrawable.Orientation orientation) |
| Constructor and Description |
|---|
GradientDrawable(GradientDrawable.Orientation orientation,
int[] colors) |
Copyright © 2008-2013. All Rights Reserved.