gov.noaa.pmel.util
Class Point2D

java.lang.Object
  extended by gov.noaa.pmel.util.Point2D
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
Point2D.Double, Point2D.Float

public abstract class Point2D
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Point2D will be part of java.java2d.

Since:
sgt 1.0
Version:
$Revision$, $Date$
Author:
Donald Denbo
See Also:
Serialized Form

Nested Class Summary
static class Point2D.Double
          Inner class for Point2D for type double.
static class Point2D.Float
          Inner class for Point2D for type float.
 
Constructor Summary
protected Point2D()
          This is an abstract class that cannot be instantiated directly.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2D

protected Point2D()
This is an abstract class that cannot be instantiated directly. Type-specific implementation subclasses are available for instantiation and provide a number of formats for storing the information necessary to satisfy the various accessor methods below.