| Modifier and Type | Method and Description |
|---|---|
static PathPaintOpFlags |
PathPaintOpFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathPaintOpFlags[] |
PathPaintOpFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<PathPaintOpFlags> |
Path.getPaintOp()
Gets the fill and stroke attributes of a path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Path.setPaintOp(java.util.EnumSet<PathPaintOpFlags> paintops)
Sets the fill and stroke attributes of a path.
|