Package | Description |
---|---|
com.sun.scenario.effect |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShadow
An implementation supertype for both Gaussian and Box filter based
shadows to facilitate their conditional usage inside the various
composite shadow effects like DropShadow and InnerShadow.
|
class |
BoxBlur
A blur effect using a box-shaped convolution kernel, with a configurable
size for each dimension of the kernel and a number of passes to control
the quality of the blur.
|
class |
BoxShadow
A shadow effect using a box-shaped convolution kernel, with a configurable
size for each dimension of the kernel and a number of passes to control
the quality of the blur.
|
class |
GaussianBlur
A blur effect using a Gaussian convolution kernel, with a configurable
radius.
|
class |
GaussianShadow
A blurred shadow effect using a Gaussian convolution kernel, with a
configurable radius and shadow color.
|
class |
MotionBlur
A motion blur effect using a Gaussian convolution kernel, with a
configurable radius and angle.
|