Package | Description |
---|---|
com.sun.scenario.effect | |
com.sun.scenario.effect.impl.state |
Modifier and Type | Method and Description |
---|---|
(package private) LinearConvolveKernel |
GaussianShadow.getState() |
(package private) abstract LinearConvolveKernel |
LinearConvolveCoreEffect.getState() |
(package private) LinearConvolveKernel |
BoxShadow.getState() |
(package private) LinearConvolveKernel |
MotionBlur.getState() |
(package private) LinearConvolveKernel |
GaussianBlur.getState() |
(package private) LinearConvolveKernel |
BoxBlur.getState() |
Modifier and Type | Class and Description |
---|---|
class |
BoxBlurState
The state and implementation class for calculating 1 dimensional
linear convolution kernels for performing multi-pass box blurs.
|
class |
BoxShadowState
The helper class for defining a 1 dimensional linear convolution shadow
kernel for the LinearConvolveShadow Shader.
|
class |
GaussianBlurState
The state and implementation class for calculating 1 dimensional
linear convolution kernels for performing Gaussian blurs.
|
class |
GaussianShadowState
The helper class for defining a 1 dimensional linear convolution shadow
kernel for the Gaussian Shadow shader.
|
class |
HVSeparableKernel
An abstract helper intermediate implementation class for
LinearConvolve effects that break down into a horizontal and
a vertical pass. |
class |
MotionBlurState |