Class WrappedRepaintManager

  • Direct Known Subclasses:
    TransformRPMFallBack

    public class WrappedRepaintManager
    extends RepaintManager
    A fall back class for when the SwingX class ForwardingRepaintManager is not available on the class path.

    A RepaintManager that preserves functionality of a wrapped RepaintManager. All methods will delegate to the wrapped RepaintManager.

    When sub classing this class, one must in all overridden methods call the super method.

    See Also:
    RepaintManagerUtils, RepaintManagerProvider, ForwardingRepaintManager