Interface Picture


public interface Picture
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Draw a picture on the given Canvas.
  • Method Details

    • draw

      void draw(Canvas c)
      Draw a picture on the given Canvas.
      Parameters:
      c - Canvas on which to draw.