public class Size extends NativeBase
Modifier and Type | Field and Description |
---|---|
double |
height
The Height value (vertical size).
|
double |
width
The Width value (horizontal size).
|
Constructor and Description |
---|
Size()
Constructor.
|
Size(double width,
double height) |
public double width
public double height
public double getWidth()
width
public void setWidth(double width)
width
public double getHeight()
height
public void setHeight(double height)
height
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object