edu.jhu.htm.geometry
Interface DomainProducer
- All Known Implementing Classes:
- Chull, Circle, Rect
- public interface DomainProducer
Classes which inplement this interface should be able to produce domains
which can be used in intersection. IN some cases it will be easier to simply
get a domain for shape - even if perhaps that domain contains only a single
convex. MOst geometric shapes will implement this and ConvexProducer.
Current Version
===============
ID: $Id: DomainProducer.java,v 1.2 2003/02/19 15:46:11 womullan Exp $
Revision: $Revision: 1.2 $
Date/time: $Date: 2003/02/19 15:46:11 $
- Author:
- wil
getDomain
public Domain getDomain()