edu.jhu.htm.geometry
Interface ConvexProducer

All Known Implementing Classes:
Chull, Circle, Rect

public interface ConvexProducer

Classes which implement this must be able to return a Convex. Basically the geometric shapes can be constructed as one would expect but then they know how to produce a convex to represent themselves.

  Current Version
  ===============
  ID:	$Id: ConvexProducer.html,v 1.1.1.1 2004/03/26 22:22:58 womullan Exp $
  Revision: 	$Revision: 1.1.1.1 $
  Date/time:	$Date: 2004/03/26 22:22:58 $
 

Author:
wil

Method Summary
 Convex getConvex()
           
 

Method Detail

getConvex

public Convex getConvex()