public class Dimension2dDouble extends Dimension2D
| Constructor and Description |
|---|
Dimension2dDouble() |
Dimension2dDouble(double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getHeight() |
double |
getWidth() |
int |
hashCode() |
void |
setSize(double width,
double height) |
String |
toString() |
clone, setSizepublic Dimension2dDouble()
public Dimension2dDouble(double width,
double height)
public double getWidth()
getWidth in class Dimension2Dpublic double getHeight()
getHeight in class Dimension2Dpublic void setSize(double width,
double height)
setSize in class Dimension2DCopyright © 2010 - 2020 Adobe. All Rights Reserved