Class DrawGraphicalFrame

  • All Implemented Interfaces:
    Drawable

    public class DrawGraphicalFrame
    extends DrawShape
    • Constructor Detail

      • DrawGraphicalFrame

        public DrawGraphicalFrame​(GraphicalFrame<?,​?> shape)
    • Method Detail

      • draw

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