A C D G S

D

drawAndAnimateImage(BufferedImage) - Method in class asst1Services.SimpleDrawingCanvas
Causes the passed image to be drawn in a sequence of frames, at a rate of 10 frames-per-second, each one showing the image with a small horizontal and vertical displacement so as to make it appear that the image is moving in a circular motion.
drawAndAnimateRectangle(Rectangle3) - Method in class asst1Services.SimpleDrawingCanvas
Causes the passed rectangle to be drawn in a sequence of frames, at a rate of 10 frames-per-second, each one showing the rectangle with a small horizontal and vertical displacement so as to make it appear that the rectangle is moving in a circular motion.
drawImg(BufferedImage) - Method in class asst1Services.SimpleDrawingCanvas
Shows the passed image so that it will be placed in the center of the canvas.
drawImgAndClear(BufferedImage) - Method in class asst1Services.SimpleDrawingCanvas
Same as drawImg(BufferedImage bi), but clears the screen after 500 msec
drawImgAndClear(BufferedImage, int) - Method in class asst1Services.SimpleDrawingCanvas
Same as drawImg(BufferedImage), but clears the screen after the specified number of msec
drawRectangle(Rectangle3) - Method in class asst1Services.SimpleDrawingCanvas
Draws the passed rectangle so that it will be placed in the center of the canvas.
drawRectangleAndClear(Rectangle3) - Method in class asst1Services.SimpleDrawingCanvas
Same as drawRectangle(Rectangle3), but clears the screen after 500 msec
drawRectangleAndClear(Rectangle3, int) - Method in class asst1Services.SimpleDrawingCanvas
Same as drawRectangle(Rectangle3), but clears the screen after the specified number of msec

A C D G S