| Package | Description |
|---|---|
| com.sun.scenario.effect.impl | |
| com.sun.scenario.effect.impl.prism.ps | |
| com.sun.scenario.effect.impl.prism.sw |
| Modifier and Type | Method and Description |
|---|---|
abstract Renderer.RendererState |
Renderer.getRendererState()
Returns this renderer's current state.
|
static Renderer.RendererState |
Renderer.RendererState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Renderer.RendererState[] |
Renderer.RendererState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private Renderer.RendererState |
PPSRenderer.state |
| Modifier and Type | Method and Description |
|---|---|
Renderer.RendererState |
PPSRenderer.getRendererState()
Warning: may be called on the rendering thread
|
| Modifier and Type | Field and Description |
|---|---|
private Renderer.RendererState |
PSWRenderer.state |
| Modifier and Type | Method and Description |
|---|---|
Renderer.RendererState |
PSWRenderer.getRendererState()
Warning: may be called on the rendering thread
|