public class Rect extends Object
| Constructor and Description |
|---|
Rect() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight()
Rectangle height
|
Double |
getWidth()
Rectangle width
|
Double |
getX()
X coordinate
|
Double |
getY()
Y coordinate
|
void |
setHeight(Double height)
Rectangle height
|
void |
setWidth(Double width)
Rectangle width
|
void |
setX(Double x)
X coordinate
|
void |
setY(Double y)
Y coordinate
|
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 © 2020. All rights reserved.