Interface BackgroundPainterStrategy

    • Method Detail

      • paint

        void paint​(Graphics g,
                   Rectangle bounds)
        Paints the background.
        Parameters:
        g - The graphics context.
        bounds - The bounds of the object whose backgrouns we're painting.