Searched defs:Dimension2D (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DDimension2D.java29 * The <code>Dimension2D</code> class is to encapsulate a width
40 public abstract class Dimension2D implements Cloneable { class in inherits:Cloneable
52 protected Dimension2D() { method in class:Dimension2D
86 * Sets the size of this <code>Dimension2D</code> object to
90 * @param d the new size for the <code>Dimension2D</code>
94 public void setSize(Dimension2D d) {

Completed in 65 milliseconds