Uses of Class
org.pbjar.jxlayer.repaint.WrappedRepaintManager

Packages that use WrappedRepaintManager
org.pbjar.jxlayer.plaf.ext.transform Provides for companion classes for the TransformUI. 
org.pbjar.jxlayer.repaint Provides for the management of RepaintManagers. 
 

Uses of WrappedRepaintManager in org.pbjar.jxlayer.plaf.ext.transform
 

Subclasses of WrappedRepaintManager in org.pbjar.jxlayer.plaf.ext.transform
 class TransformRPMFallBack
          A specialized RepaintManager that checks for every JComponent that is being set dirty, if it has a JXLayer ancestor, equipped with a TransformUI.
 

Uses of WrappedRepaintManager in org.pbjar.jxlayer.repaint
 

Methods in org.pbjar.jxlayer.repaint that return types with arguments of type WrappedRepaintManager
 Class<? extends WrappedRepaintManager> RepaintManagerProvider.getWrappedRepaintManagerClass()
          Get the class of a RepaintManager that extends WrappedRepaintManager.