Uses of Class
m865.shapepack.ShapeFactory

Packages that use ShapeFactory
Default Package   
 

Uses of ShapeFactory in
 

Subclasses of ShapeFactory in Default Package
 class MyFactory
          MyFactory class is a factory class which extends the ShapeFactory in the package edu.clemson.mthsc865.shapepack.
 

Constructors in Default Package with parameters of type ShapeFactory
SimpleDraw2(ShapeFactory factory)
          The constructor which enables the shape factory to be specified by the main method.
SimpleDraw3(ShapeFactory factory)
          The constructor which enables the shape factory to be specified by the main method.