Java java.awt.geom Dimension2D fields, constructors, methods, implement or subclass

Example usage for Java java.awt.geom Dimension2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.geom Dimension2D.

The text is from its open source code.

Method

doublegetHeight()
Returns the height of this Dimension in double precision.
doublegetWidth()
Returns the width of this Dimension in double precision.
voidsetSize(double width, double height)
Sets the size of this Dimension object to the specified width and height.