public class Rectangle extends Object
Constructor and Description |
---|
Rectangle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getHeight()
Get height
|
Double |
getWidth()
Get width
|
Double |
getX()
Get X
|
Double |
getY()
Get Y
|
int |
hashCode() |
Rectangle |
height(Double height) |
void |
setHeight(Double height) |
void |
setWidth(Double width) |
void |
setX(Double X) |
void |
setY(Double Y) |
String |
toString() |
Rectangle |
width(Double width) |
Rectangle |
X(Double X) |
Rectangle |
Y(Double Y) |
public Double getX()
public void setX(Double X)
public Double getY()
public void setY(Double Y)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
Copyright © 2021 Aspose Pty Ltd. All rights reserved.