Package | Description |
---|---|
com.sun.scenario.effect.impl.state |
Modifier and Type | Field and Description |
---|---|
private LinearConvolveRenderState.PassType |
GaussianRenderState.passType |
Modifier and Type | Method and Description |
---|---|
LinearConvolveRenderState.PassType |
GaussianRenderState.getPassType() |
LinearConvolveRenderState.PassType |
LinearConvolveRenderState.getPassType()
Return a hint about the way that the weights will be applied to the
pixels for the currently validated pass.
|
static LinearConvolveRenderState.PassType |
LinearConvolveRenderState.PassType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinearConvolveRenderState.PassType[] |
LinearConvolveRenderState.PassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|