jdsl.geomobj.ref
Class AbstractGeomObject2D

java.lang.Object
  |
  +--jdsl.geomobj.ref.AbstractGeomObject2D
All Implemented Interfaces:
GeomObject, GeomObject2D
Direct Known Subclasses:
AbstractCircle2D, AbstractLinearCurve2D, IntDirection2D, IntPoint2D, IntRectangle2D, RatDirection2D, RatPoint2D, RatRectangle2D, RealDirection2D, RealPoint2D

public abstract class AbstractGeomObject2D
extends java.lang.Object
implements GeomObject2D

This abstract class is the superclass for all two-dimensional objects.

Version:
$Id: AbstractGeomObject2D.java,v 1.2 2000/03/23 14:14:29 lv Exp $
Author:
Masi Oka (mao)

Inner classes inherited from class jdsl.geomobj.api.GeomObject2D
GeomObject2D.NoneGeomObject2D
 
Field Summary
protected static GeomTester2D gt
           
protected static JdslNumber jn
           
 
Fields inherited from interface jdsl.geomobj.api.GeomObject2D
NONE
 
Constructor Summary
AbstractGeomObject2D()
           
 
Method Summary
 int dim()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jdsl.geomobj.api.GeomObject
arithmeticType
 

Field Detail

gt

protected static GeomTester2D gt

jn

protected static JdslNumber jn
Constructor Detail

AbstractGeomObject2D

public AbstractGeomObject2D()
Method Detail

dim

public int dim()
Specified by:
dim in interface GeomObject
Following copied from interface: jdsl.geomobj.api.GeomObject
Returns:
the dimension of this