Uses of Interface
org.jdesktop.jxlayer.plaf.effect.LayerEffect

Packages that use LayerEffect
org.jdesktop.jxlayer.plaf   
org.jdesktop.jxlayer.plaf.effect   
org.jdesktop.jxlayer.plaf.ext   
 

Uses of LayerEffect in org.jdesktop.jxlayer.plaf
 

Methods in org.jdesktop.jxlayer.plaf that return LayerEffect
 LayerEffect[] BufferedLayerUI.getLayerEffects()
          Returns the array of the LayerEffects to be applied to the buffer of this BufferedLayerUI
protected  LayerEffect[] BufferedLayerUI.getLayerEffects(JXLayer<? extends V> l)
          Returns the array of LayerEffect to be used during painting of this JXLayer, the default implementation returns constant empty array.
protected  LayerEffect[] AbstractBufferedLayerUI.getLayerEffects(JXLayer<? extends V> l)
          Returns the array of LayerEffect to be used during painting of this JXLayer, the default implementation returns constant empty array.
 

Methods in org.jdesktop.jxlayer.plaf with parameters of type LayerEffect
 void BufferedLayerUI.setLayerEffects(LayerEffect... effects)
          Sets the array of the Effects to be applied to the Graphics2D during painting of this BufferedLayerUI

This BufferedLayerUI is set to every Effect in this array as a PropertyChangeListener to mark itself as dirty when any of those Effects changes its state.

 

Uses of LayerEffect in org.jdesktop.jxlayer.plaf.effect
 

Classes in org.jdesktop.jxlayer.plaf.effect that implement LayerEffect
 class AbstractBufferedImageOpEffect
          The base class for BufferedImageOpEffect
 class AbstractLayerEffect
          The default implementation of the LayerEffect interface.
 class BufferedImageOpEffect
          This Effect uses BufferedImageOp to filter the passed BufferedImageOp.
 

Uses of LayerEffect in org.jdesktop.jxlayer.plaf.ext
 

Methods in org.jdesktop.jxlayer.plaf.ext that return LayerEffect
protected  LayerEffect[] LockableUI.getLayerEffects(JXLayer<? extends javax.swing.JComponent> l)
          Returns the array of LayerEffect to be used during painting of this JXLayer, the default implementation returns constant empty array.
 LayerEffect[] LockableUI.getLockedEffects()
          Returns the effects to be used when this UI is locked.
protected  LayerEffect[] LockableUI.getLockedEffects(JXLayer<? extends javax.swing.JComponent> l)
           
 

Methods in org.jdesktop.jxlayer.plaf.ext with parameters of type LayerEffect
 void LockableUI.setLockedEffects(LayerEffect... lockedEffects)
          Sets the effects to be used when this UI is locked.
 

Constructors in org.jdesktop.jxlayer.plaf.ext with parameters of type LayerEffect
LockableUI(LayerEffect... lockedEffects)
          Creates a new instance of LockableUI, passed lockedEffects will be used for when this UI in the locked state
 



Copyright © 2011. All Rights Reserved.