edu.jhu.htm.geometry
Class ConHelper

java.lang.Object
  |
  +--edu.jhu.htm.geometry.ConHelper
Direct Known Subclasses:
Chull, Circle, Rect

public class ConHelper
extends java.lang.Object

just provides implementation for getConvex and Get Domain

  Current Version
  ===============
  ID:	$Id: ConHelper.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

Field Summary
protected  Convex conv
           
protected  Domain domain
           
 
Constructor Summary
ConHelper()
           
 
Method Summary
 Convex getConvex()
           
 Domain getDomain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conv

protected Convex conv

domain

protected Domain domain
Constructor Detail

ConHelper

public ConHelper()
Method Detail

getConvex

public Convex getConvex()

getDomain

public Domain getDomain()