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.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.