| Modifier and Type | Method and Description |
|---|---|
static Canvas.Composite |
Canvas.Composite.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Canvas.Composite[] |
Canvas.Composite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Canvas |
Canvas.setCompositeOperation(Canvas.Composite composite)
Sets the Porter-Duff composite operation to be used for all painting.
|
Copyright © 2018. All Rights Reserved.