public class Square extends Rectangle
| Constructor and Description |
|---|
Square() |
Square(double d,
double e,
double f,
double g) |
| Modifier and Type | Method and Description |
|---|---|
void |
applySymmetryToShape(Shape shp) |
static Square |
defaultSquare() |
applyToShape, instruct, setSizecopy, getColor, getFillColor, getWidth, isClosed, isFilled, isOpen, isWrapper, makeShape, parseColor, parseWidth, parseWidthStyle, reReference, setClosed, setColor, setFillColor, setFilled, setLineColor, setLineWidth, setOpen, setWidth, widthIsPixelspublic Square()
public Square(double d,
double e,
double f,
double g)
public static Square defaultSquare()
public void applySymmetryToShape(Shape shp)
applySymmetryToShape in class RectangleCopyright © 2013. All Rights Reserved.