Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Method and Description |
---|---|
private Rectangle |
NGCanvas.applyEffectOnAintoC(Effect definput,
Effect effect,
BaseTransform transform,
Rectangle outputClip,
CompositeMode comp,
NGCanvas.RenderBuf destbuf) |
private void |
NGCanvas.blendAthruBintoC(NGCanvas.RenderBuf drawbuf,
Blend.Mode mode,
NGCanvas.RenderBuf clipbuf,
RectBounds bounds,
CompositeMode comp,
NGCanvas.RenderBuf destbuf) |
Modifier and Type | Method and Description |
---|---|
CompositeMode |
Graphics.getCompositeMode() |
static CompositeMode |
CompositeMode.valueOf(java.lang.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 |
---|---|
protected void |
D3DContext.updateCompositeMode(CompositeMode mode) |
Modifier and Type | Method and Description |
---|---|
protected void |
ES2Context.updateCompositeMode(CompositeMode mode) |
Modifier and Type | Field and Description |
---|---|
private CompositeMode |
BaseGraphics.compMode |
Modifier and Type | Method and Description |
---|---|
CompositeMode |
BaseGraphics.getCompositeMode() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGraphics.setCompositeMode(CompositeMode compMode) |
Modifier and Type | Field and Description |
---|---|
private CompositeMode |
BaseShaderContext.State.lastComp |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
DummyContext.updateCompositeMode(CompositeMode mode) |
Modifier and Type | Field and Description |
---|---|
private CompositeMode |
SWGraphics.compositeMode |
Modifier and Type | Method and Description |
---|---|
CompositeMode |
SWGraphics.getCompositeMode() |
Modifier and Type | Method and Description |
---|---|
void |
SWGraphics.setCompositeMode(CompositeMode mode) |