Class DrawBackground

    • Constructor Detail

      • DrawBackground

        public DrawBackground​(Background<?,​?> shape)
    • Method Detail

      • draw

        public void draw​(java.awt.Graphics2D graphics)
        Description copied from interface: Drawable
        Draw this shape into the supplied canvas
        Specified by:
        draw in interface Drawable
        Overrides:
        draw in class DrawShape
        Parameters:
        graphics - the graphics to draw into