Interface ImageGenerator

All Known Implementing Classes:
TestImageGenerator

public interface ImageGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(Graphics g, int width, int height)
    Draw a picture on the given Graphics object.
  • Method Details

    • draw

      void draw(Graphics g, int width, int height)
      Draw a picture on the given Graphics object.
      Parameters:
      g - Graphics on which to draw.