Interface BackgroundPainterStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void paint​(java.awt.Graphics g, java.awt.Rectangle bounds)
      Paints the background.
    • Method Detail

      • paint

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