de.erichseifert.gral.util
Class Dimension2D

java.lang.Object
  extended by java.awt.geom.Dimension2D
      extended by de.erichseifert.gral.util.Dimension2D
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Dimension2D.Double

public abstract class Dimension2D
extends Dimension2D

Class that stores the horizontal and vertical extent of an object.

Please use this instead of java.awt.geom.Dimension2D, as the java class does not support double values.


Nested Class Summary
static class Dimension2D.Double
          Class that stores double values.
 
Constructor Summary
Dimension2D()
          Creates a new Dimension2D object.
 
Method Summary
 
Methods inherited from class java.awt.geom.Dimension2D
clone, getHeight, getWidth, setSize, setSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension2D

public Dimension2D()
Creates a new Dimension2D object.



Copyright © 2009-2010. All Rights Reserved.