| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Method and Description |
|---|---|
static Path.Direction |
Path.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Path.Direction[] |
Path.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Path.addCircle(float x,
float y,
float radius,
Path.Direction dir) |
void |
Path.addOval(RectF oval,
Path.Direction dir) |
void |
Path.addRect(float left,
float top,
float right,
float bottom,
Path.Direction dir) |
void |
Path.addRect(RectF rect,
Path.Direction dir) |
void |
Path.addRoundRect(RectF rect,
float[] radii,
Path.Direction dir) |
void |
Path.addRoundRect(RectF rect,
float rx,
float ry,
Path.Direction dir) |
Copyright © 2008-2013. All Rights Reserved.