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.html,v 1.1.1.1 2004/03/26 22:22:59 womullan Exp $
Revision: $Revision: 1.1.1.1 $
Date/time: $Date: 2004/03/26 22:22:59 $
- Author:
- wil
getDomain
public Domain getDomain()