public class FaceFaceLocation extends GenericModel
Constructor and Description |
---|
FaceFaceLocation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getHeight()
Gets the height.
|
java.lang.Double |
getLeft()
Gets the left.
|
java.lang.Double |
getTop()
Gets the top.
|
java.lang.Double |
getWidth()
Gets the width.
|
void |
setHeight(java.lang.Double height)
Sets the height.
|
void |
setLeft(java.lang.Double left)
Sets the left.
|
void |
setTop(java.lang.Double top)
Sets the top.
|
void |
setWidth(java.lang.Double width)
Sets the width.
|
equals, hashCode, toString
public java.lang.Double getWidth()
public java.lang.Double getHeight()
public java.lang.Double getLeft()
public java.lang.Double getTop()
public void setWidth(java.lang.Double width)
width
- the new widthpublic void setHeight(java.lang.Double height)
height
- the new heightpublic void setLeft(java.lang.Double left)
left
- the new leftpublic void setTop(java.lang.Double top)
top
- the new top