javalib.worldimages
Interface Drawable

All Known Subinterfaces:
WorldImage
All Known Implementing Classes:
AImage, Animation, CircleImage, ColoredImage, Crop, EllipseImage, FreezeImage, FromFileImage, FromURLImage, LinearImage, OverlayImage, PolygonImage, RasterImage, RectangleImage, RectangularImage, TextImage, World

public interface Drawable

Drawable: any class that has a makeImage() method.

Version:
Jan. 1, 2013
Author:
Stephen Bloch

Method Summary
 WorldImage makeImage()
          Produce a WorldImage representation of this object.
 

Method Detail

makeImage

WorldImage makeImage()
Produce a WorldImage representation of this object. You must provide a definition of this method in any class to be used as a model.

Returns:
a WorldImage