|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdesktop.jxlayer.plaf.effect.AbstractLayerEffect
org.jdesktop.jxlayer.plaf.effect.AbstractBufferedImageOpEffect
public class AbstractBufferedImageOpEffect
The base class for BufferedImageOpEffect
| Constructor Summary | |
|---|---|
AbstractBufferedImageOpEffect()
|
|
| Method Summary | |
|---|---|
void |
apply(java.awt.image.BufferedImage buffer,
java.awt.Shape clip)
Performes some operations on the passed BufferedImage.
Filters the passed image using clip and
BufferedImageOps provided by getBufferedImageOps() |
protected java.awt.image.BufferedImageOp[] |
getBufferedImageOps()
Returns the array of BufferedImageOps
specified for this LayerEffect. |
| Methods inherited from class org.jdesktop.jxlayer.plaf.effect.AbstractLayerEffect |
|---|
addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, isEnabled, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBufferedImageOpEffect()
| Method Detail |
|---|
public void apply(java.awt.image.BufferedImage buffer,
java.awt.Shape clip)
BufferedImage.
The effect may take into account the passed clip shape
to speed the processing up.
Filters the passed image using clip and
BufferedImageOps provided by getBufferedImageOps()
buffer - the BufferedImage to be processedclip - the clip shape or null
if the entire BufferedImage must be processedprotected java.awt.image.BufferedImageOp[] getBufferedImageOps()
BufferedImageOps
specified for this LayerEffect.
BufferedImageOps
specified for this LayerEffect
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||