view
Class ShapeFactory.Ellipse

java.lang.Object
  extended by view.ShapeFactory.Ellipse
Enclosing class:
ShapeFactory

public static class ShapeFactory.Ellipse
extends Object

We test the ellipse shape in various ways.


Constructor Summary
ShapeFactory.Ellipse()
           
 
Method Summary
static void main(String[] arg)
           
static void printPath(Shape s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFactory.Ellipse

public ShapeFactory.Ellipse()
Method Detail

printPath

public static void printPath(Shape s)

main

public static void main(String[] arg)