public static class ImageSceneTextLine.Region extends GenericModel
Constructor and Description |
---|
Region() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getHeight()
Gets the region height.
|
java.lang.Integer |
getWidth()
Gets the region width.
|
java.lang.Integer |
getX()
Gets the region x.
|
java.lang.Integer |
getY()
Gets the region y.
|
void |
setHeight(java.lang.Integer height)
Sets the region height.
|
void |
setWidth(java.lang.Integer width)
Sets the region width.
|
void |
setX(java.lang.Integer x)
Sets the region x.
|
void |
setY(java.lang.Integer y)
Sets the region y.
|
equals, hashCode, toString
public java.lang.Integer getHeight()
public java.lang.Integer getWidth()
public java.lang.Integer getX()
public java.lang.Integer getY()
public void setHeight(java.lang.Integer height)
height
- The heightpublic void setWidth(java.lang.Integer width)
width
- The widthpublic void setX(java.lang.Integer x)
x
- The x.public void setY(java.lang.Integer y)
y
- The y