Package | Description |
---|---|
com.sun.scenario.effect | |
com.sun.scenario.effect.impl.state | |
com.sun.scenario.effect.impl.sw.java | |
com.sun.scenario.effect.impl.sw.sse |
Modifier and Type | Method and Description |
---|---|
LinearConvolveRenderState |
LinearConvolveCoreEffect.getRenderState(FilterContext fctx,
BaseTransform transform,
Rectangle outputClip,
java.lang.Object renderHelper,
Effect defaultInput) |
Modifier and Type | Method and Description |
---|---|
ImageData |
LinearConvolveCoreEffect.filterImageDatas(FilterContext fctx,
BaseTransform transform,
Rectangle outputClip,
LinearConvolveRenderState lcrstate,
ImageData... inputs) |
Modifier and Type | Class and Description |
---|---|
class |
BoxRenderState
The RenderState for a box filter kernel that can be applied using a
standard linear convolution kernel.
|
class |
GaussianRenderState |
Modifier and Type | Method and Description |
---|---|
LinearConvolveRenderState |
GaussianBlurState.getRenderState(BaseTransform filtertx) |
LinearConvolveRenderState |
MotionBlurState.getRenderState(BaseTransform filtertx) |
LinearConvolveRenderState |
BoxBlurState.getRenderState(BaseTransform filtertx) |
abstract LinearConvolveRenderState |
LinearConvolveKernel.getRenderState(BaseTransform filtertx) |
Modifier and Type | Method and Description |
---|---|
EffectPeer<? extends LinearConvolveRenderState> |
LinearConvolveRenderState.getPassPeer(Renderer r,
FilterContext fctx)
Return the
EffectPeer to be used to perform the currently
validated pass of the convolution operation, or null if this pass
is a NOP. |
Modifier and Type | Method and Description |
---|---|
ImageData |
JSWLinearConvolvePeer.filter(Effect effect,
LinearConvolveRenderState lcrstate,
BaseTransform transform,
Rectangle outputClip,
ImageData... inputs) |
private Rectangle |
JSWLinearConvolvePeer.getResultBounds(LinearConvolveRenderState lcrstate,
Rectangle outputClip,
ImageData... inputDatas) |
Modifier and Type | Method and Description |
---|---|
ImageData |
SSELinearConvolvePeer.filter(Effect effect,
LinearConvolveRenderState lcrstate,
BaseTransform transform,
Rectangle outputClip,
ImageData... inputs) |