gov.noaa.pmel.util
Class Rectangle2D

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

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

Rectangle2D 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 Rectangle2D.Double
          Inner class that implements Rectangle2D for type double.
static class Rectangle2D.Float
          Inner class that implements Rectangle2D for type float.
 
Constructor Summary
protected Rectangle2D()
          This is an abstract class that cannot be instantiated directly.
 
Method Summary
abstract  Rectangle2D copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rectangle2D

protected Rectangle2D()
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.

Method Detail

copy

public abstract Rectangle2D copy()