Package | Description |
---|---|
com.sun.scenario.effect.impl.state |
Modifier and Type | Field and Description |
---|---|
private RenderState.EffectCoordinateSpace |
BoxRenderState.space |
private RenderState.EffectCoordinateSpace |
GaussianRenderState.space |
Modifier and Type | Method and Description |
---|---|
RenderState.EffectCoordinateSpace |
BoxRenderState.getEffectTransformSpace() |
RenderState.EffectCoordinateSpace |
GaussianRenderState.getEffectTransformSpace() |
RenderState.EffectCoordinateSpace |
RenderState.getEffectTransformSpace()
Return a hint indicating which coordinate space should be used for
the pixel filtering for this particular filtering operation.
|
static RenderState.EffectCoordinateSpace |
RenderState.EffectCoordinateSpace.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderState.EffectCoordinateSpace[] |
RenderState.EffectCoordinateSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|