public class DelogoArea extends Object
| Constructor and Description |
|---|
DelogoArea() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight() |
Integer |
getWidth() |
Integer |
getX() |
Integer |
getY() |
void |
setHeight(Integer height) |
void |
setWidth(Integer width) |
void |
setX(Integer x) |
void |
setY(Integer y) |
String |
toString() |
DelogoArea |
withHeight(Integer height) |
DelogoArea |
withWidth(Integer width) |
DelogoArea |
withX(Integer x) |
DelogoArea |
withY(Integer y) |
public Integer getX()
public void setX(Integer x)
public DelogoArea withX(Integer x)
public Integer getY()
public void setY(Integer y)
public DelogoArea withY(Integer y)
public Integer getWidth()
public void setWidth(Integer width)
public DelogoArea withWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public DelogoArea withHeight(Integer height)
Copyright © 2018. All rights reserved.