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 with parameters of type JRendererPanel
static org.jdesktop.core.animation.rendering.JRenderer 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 © 2012. All Rights Reserved.