Package | Description |
---|---|
com.sun.scenario.effect |
Modifier and Type | Class and Description |
---|---|
class |
Bloom
A high-level effect that makes brighter portions of the input image
appear to glow, based on a configurable threshold.
|
class |
DropShadow
A high-level effect that renders a shadow of the given content behind
the content with the specified color, radius, and offset.
|
class |
GeneralShadow
A blurred shadow effect using either a Gaussian convolution or a Box filter
kernel, with a configurable radius and shadow color.
|
class |
Glow
A high-level effect that makes the input image appear to glow,
based on a configurable threshold.
|
class |
InnerShadow
A high-level effect that renders a shadow inside the edges of the
given content with the specified color, radius, and offset.
|