| Package | Description |
|---|---|
| org.fujion.canvas.d2 |
| Modifier and Type | Method and Description |
|---|---|
CompositeOperation |
RenderingContext2D.getGlobalCompositeOperation()
Returns the type of compositing operation to apply when drawing new shapes, where type is a
string identifying which of the compositing or blending mode operations to use.
|
static CompositeOperation |
CompositeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeOperation[] |
CompositeOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContext2D.setGlobalCompositeOperation(CompositeOperation globalCompositeOperation)
Sets the type of compositing operation to apply when drawing new shapes, where type is a
string identifying which of the compositing or blending mode operations to use.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.