PDF Clown
0.0.8

it.stefanochizzolini.clown.util.math.geom
Class Dimension

java.lang.Object
  extended by java.awt.geom.Dimension2D
      extended by it.stefanochizzolini.clown.util.math.geom.Dimension
All Implemented Interfaces:
Cloneable

public final class Dimension
extends Dimension2D

Double-precision 2D dimension.

Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
Dimension(double width, double height)
           
 
Method Summary
 double getHeight()
           
 double getWidth()
           
 void setSize(double width, double height)
           
 
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension(double width,
                 double height)
Method Detail

getHeight

public double getHeight()
Specified by:
getHeight in class Dimension2D

getWidth

public double getWidth()
Specified by:
getWidth in class Dimension2D

setSize

public void setSize(double width,
                    double height)
Specified by:
setSize in class Dimension2D

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.