public abstract class Effect extends Object
Node
by setting
the Node.effect
attribute.
Some effects change the color properties of the source pixels
(such as ColorAdjust
),
others combine multiple images together (such as Blend
),
while still others warp or move the pixels of the source image around
(such as DisplacementMap
or PerspectiveTransform
).
All effects have at least one input defined and the input can be set
to another effect to chain the effects together and combine their
results, or it can be left unspecified in which case the effect will
operate on a graphical rendering of the node it is attached to.
Note: this is a conditional feature. See
ConditionalFeature.EFFECT
for more information.
Modifier | Constructor and Description |
---|---|
protected |
Effect()
Creates a new Effect.
|
Modifier and Type | Method and Description |
---|---|
abstract Effect |
impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
IntegerProperty |
impl_effectDirtyProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract BaseBounds |
impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Effect |
impl_getImpl()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
boolean |
impl_isEffectDirty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
impl_sync()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
@Deprecated public Effect impl_getImpl()
@Deprecated public final IntegerProperty impl_effectDirtyProperty()
@Deprecated public final boolean impl_isEffectDirty()
@Deprecated public final void impl_sync()
@Deprecated public abstract BaseBounds impl_getBounds(BaseBounds bounds, BaseTransform tx, Node node, BoundsAccessor boundsAccessor)
@Deprecated public abstract Effect impl_copy()
Copyright © 2020. All rights reserved.