org.apache.cocoon.samples.tour.shapes
Interface Shape

All Known Implementing Classes:
Circle, Rectangular, Square

public interface Shape

Shape interface for tour block java-shapes sample


Method Summary
 double getArea()
           
 String getName()
           
 double getPerimeter()
           
 

Method Detail

getName

public String getName()

getArea

public double getArea()

getPerimeter

public double getPerimeter()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.