Uses of Interface
org.pbjar.jxlayer.repaint.RepaintManagerProvider

Packages that use RepaintManagerProvider
org.pbjar.jxlayer.repaint Provides for the management of RepaintManagers. 
 

Uses of RepaintManagerProvider in org.pbjar.jxlayer.repaint
 

Methods in org.pbjar.jxlayer.repaint with parameters of type RepaintManagerProvider
static void RepaintManagerUtils.ensureRepaintManagerSet(Component c, RepaintManagerProvider provider)
          Ensure that a specific RepaintManager is set according to the requirements of the RepaintManagerProvider.
static void RepaintManagerUtils.ensureRepaintManagerSet(JComponent c, RepaintManagerProvider provider)
          Ensure that a specific RepaintManager is set according to the requirements of the RepaintManagerProvider.