Package | Description |
---|---|
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d |
Modifier and Type | Method and Description |
---|---|
CompositeMode |
Graphics.getCompositeMode() |
static CompositeMode |
CompositeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeMode[] |
CompositeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setCompositeMode(CompositeMode mode) |
Modifier and Type | Method and Description |
---|---|
CompositeMode |
BaseGraphics.getCompositeMode() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGraphics.setCompositeMode(CompositeMode compMode) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseShaderContext.updateCompositeMode(CompositeMode mode) |
Modifier and Type | Method and Description |
---|---|
CompositeMode |
J2DPrismGraphics.getCompositeMode() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setCompositeMode(CompositeMode mode) |
Copyright © 2020. All rights reserved.