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

String getName()

getArea

double getArea()

getPerimeter

double getPerimeter()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.