FileDocCategorySizeDatePackage
Square.javaAPI DocExample309Fri Nov 09 18:51:26 GMT 2001polymorphism

Square

public class Square extends Shape

Fields Summary
Constructors Summary
Methods Summary
public voiddrawShape(java.awt.Graphics g, int x, int y, int width, int height)

		// Draw the circle
		g.drawRect(x,y,width,height);