Class Square

java.lang.Object
  extended by Shape
      extended by Rectangle
          extended by Square

public class Square
extends Rectangle


Constructor Summary
Square(double x)
           
 
Method Summary
 double getSide()
           
 void setSide(double x)
           
 
Methods inherited from class Rectangle
findArea, findDiagonal, findPerimeter, getBase, getHeight, setBase, setHeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Square

public Square(double x)
Method Detail

getSide

public double getSide()

setSide

public void setSide(double x)