Class Paint
java.lang.Object
Paint
public class Paint
extends java.lang.Object
- Author:
- Ali
-
Constructor Summary
Constructors Constructor Description Paint()
-
Method Summary
Modifier and Type Method Description void
addShape(Shape shape)
void
describeEqualSides()
void
drawAll()
void
printAll()
-
Constructor Details
-
Paint
public Paint()
-
-
Method Details
-
addShape
public void addShape(Shape shape) -
drawAll
public void drawAll() -
printAll
public void printAll() -
describeEqualSides
public void describeEqualSides()
-