Uses of Class
org.jdesktop.swing.animation.rendering.JRendererPanel

Packages that use JRendererPanel
org.jdesktop.swing.animation.rendering A flexible implementation of rendering on a Swing component that supports both passive and active rendering approaches. 
 

Uses of JRendererPanel in org.jdesktop.swing.animation.rendering
 

Methods in org.jdesktop.swing.animation.rendering that return JRendererPanel
 JRendererPanel JPassiveRenderer.getOn()
           
 JRendererPanel JActiveRenderer.getOn()
           
 

Methods in org.jdesktop.swing.animation.rendering that return types with arguments of type JRendererPanel
static org.jdesktop.core.animation.rendering.JRenderer<JRendererPanel> JRendererFactory.getDefaultRenderer(JRendererPanel on, org.jdesktop.core.animation.rendering.JRendererTarget<GraphicsConfiguration,Graphics2D> target, boolean hasChildren)
          Gets a renderer based upon the users preference for active or passive rendering.
 

Methods in org.jdesktop.swing.animation.rendering with parameters of type JRendererPanel
static org.jdesktop.core.animation.rendering.JRenderer<JRendererPanel> JRendererFactory.getDefaultRenderer(JRendererPanel on, org.jdesktop.core.animation.rendering.JRendererTarget<GraphicsConfiguration,Graphics2D> target, boolean hasChildren)
          Gets a renderer based upon the users preference for active or passive rendering.
 

Constructors in org.jdesktop.swing.animation.rendering with parameters of type JRendererPanel
JActiveRenderer(JRendererPanel on, org.jdesktop.core.animation.rendering.JRendererTarget<GraphicsConfiguration,Graphics2D> target, boolean hasChildren)
          Constructs a new active renderer.
JPassiveRenderer(JRendererPanel on, org.jdesktop.core.animation.rendering.JRendererTarget<GraphicsConfiguration,Graphics2D> target, org.jdesktop.core.animation.timing.TimingSource timingSource)
           
 



Copyright © 2011. All Rights Reserved.