Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.tk | |
com.sun.javafx.webkit.prism | |
com.sun.scenario.effect | |
com.sun.scenario.effect.impl.state | |
com.sun.scenario.effect.light |
Modifier and Type | Method and Description |
---|---|
private static Color |
EffectUtil.toPrismColor(Color4f decoraColor,
float alpha) |
Modifier and Type | Method and Description |
---|---|
Color4f |
Toolkit.toColor4f(Color color) |
Modifier and Type | Method and Description |
---|---|
private static Color4f |
WCGraphicsPrismContext.createColor4f(int rgba) |
Modifier and Type | Field and Description |
---|---|
static Color4f |
Color4f.BLACK |
static Color4f |
Color4f.WHITE |
Modifier and Type | Method and Description |
---|---|
Color4f |
InnerShadow.getColor()
Returns the shadow color.
|
abstract Color4f |
AbstractShadow.getColor() |
Color4f |
GeneralShadow.getColor()
Returns the shadow color.
|
Color4f |
DropShadow.getColor()
Returns the shadow color.
|
Color4f |
BoxShadow.getColor()
Returns the shadow color.
|
Color4f |
GaussianShadow.getColor()
Returns the shadow color.
|
Modifier and Type | Method and Description |
---|---|
void |
InnerShadow.setColor(Color4f color)
Sets the shadow color.
|
abstract void |
AbstractShadow.setColor(Color4f c) |
void |
GeneralShadow.setColor(Color4f color)
Sets the shadow color.
|
void |
DropShadow.setColor(Color4f color)
Sets the shadow color.
|
void |
BoxShadow.setColor(Color4f color)
Sets the shadow color.
|
void |
GaussianShadow.setColor(Color4f color)
Sets the shadow color.
|
Constructor and Description |
---|
GaussianShadow(float radius,
Color4f color)
Constructs a new
GaussianShadow effect with the given radius
and color, using the default input for source data. |
GaussianShadow(float radius,
Color4f color,
Effect input)
Constructs a new
GaussianShadow effect with the given
radius and color. |
Modifier and Type | Field and Description |
---|---|
private Color4f |
GaussianShadowState.shadowColor |
private Color4f |
BoxRenderState.shadowColor |
private Color4f |
BoxShadowState.shadowColor |
private Color4f |
GaussianRenderState.shadowColor |
Modifier and Type | Method and Description |
---|---|
Color4f |
GaussianShadowState.getShadowColor() |
Color4f |
BoxRenderState.getShadowColor() |
Color4f |
BoxShadowState.getShadowColor() |
abstract Color4f |
LinearConvolveRenderState.getShadowColor()
Returns the
Color4f representing the shadow color if this
is a shadow operation. |
Color4f |
GaussianBlurState.getShadowColor() |
Color4f |
BoxBlurState.getShadowColor() |
Color4f |
GaussianRenderState.getShadowColor() |
Modifier and Type | Method and Description |
---|---|
void |
GaussianShadowState.setShadowColor(Color4f shadowColor) |
void |
BoxShadowState.setShadowColor(Color4f shadowColor) |
Constructor and Description |
---|
BoxRenderState(float hsize,
float vsize,
int blurPasses,
float spread,
boolean isShadow,
Color4f shadowColor,
BaseTransform filtertx) |
GaussianRenderState(float xradius,
float yradius,
float spread,
boolean isShadow,
Color4f shadowColor,
BaseTransform filtertx)
Constructs a
RenderState for a 2 dimensional Gaussian convolution. |
Modifier and Type | Field and Description |
---|---|
private Color4f |
Light.color |
Modifier and Type | Method and Description |
---|---|
Color4f |
Light.getColor()
Returns the light color.
|
Modifier and Type | Method and Description |
---|---|
void |
Light.setColor(Color4f color)
Sets the light color.
|
Constructor and Description |
---|
DistantLight(float azimuth,
float elevation,
Color4f color)
Constructs a new
DistantLight with the given azimuth,
elevation, and color. |
Light(Light.Type type,
Color4f color)
Package-private constructor.
|
PointLight(float x,
float y,
float z,
Color4f color)
Constructs a new
PointLight with the given position and color. |
PointLight(Light.Type type,
float x,
float y,
float z,
Color4f color)
Package-private constructor.
|
SpotLight(float x,
float y,
float z,
Color4f color)
Constructs a new
SpotLight with the given position and color,
with the default direction (pointing at (0,0,0)) and specular exponent
(1.0). |