Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
NGCanvas.RenderInput.getAccelType(FilterContext fctx) |
Effect.AccelType |
NGCanvas.EffectInput.getAccelType(FilterContext fctx) |
Effect.AccelType |
NGNode.PassThrough.getAccelType(FilterContext fctx) |
Effect.AccelType |
NGNode.EffectDirtyBoundsHelper.getAccelType(FilterContext fctx) |
Effect.AccelType |
NodeEffectInput.getAccelType(FilterContext fctx) |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
WCGraphicsPrismContext.PassThrough.getAccelType(FilterContext fctx) |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
BoxBlur.getAccelType(FilterContext fctx) |
Effect.AccelType |
BoxShadow.getAccelType(FilterContext fctx) |
Effect.AccelType |
CoreEffect.getAccelType(FilterContext fctx) |
Effect.AccelType |
DelegateEffect.getAccelType(FilterContext fctx) |
Effect.AccelType |
DropShadow.getAccelType(FilterContext fctx) |
abstract Effect.AccelType |
Effect.getAccelType(FilterContext fctx)
Returns one of the
AccelType values, indicating
whether this Effect is accelerated in hardware for the
given FilterContext . |
Effect.AccelType |
GaussianBlur.getAccelType(FilterContext fctx) |
Effect.AccelType |
GaussianShadow.getAccelType(FilterContext fctx) |
Effect.AccelType |
Identity.getAccelType(FilterContext fctx) |
Effect.AccelType |
MotionBlur.getAccelType(FilterContext fctx) |
Effect.AccelType |
Offset.getAccelType(FilterContext fctx) |
static Effect.AccelType |
Effect.AccelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Effect.AccelType[] |
Effect.AccelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
EffectPeer.getAccelType() |
abstract Effect.AccelType |
Renderer.getAccelType()
Returns the
Effect.AccelType used by default for peers of this renderer. |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
ES2ShaderSource.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
ShaderSource.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
D3DShaderSource.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
PPSRenderer.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
PSWRenderer.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
RendererDelegate.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
JSWRendererDelegate.getAccelType() |
Modifier and Type | Method and Description |
---|---|
Effect.AccelType |
SSERendererDelegate.getAccelType() |