public class Location extends Object
| Constructor and Description | 
|---|
Location()  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getHeight()
Gets the height. 
 | 
Integer | 
getLeft()
Gets the left. 
 | 
Integer | 
getTop()
Gets the top. 
 | 
Integer | 
getWidth()
Gets the width. 
 | 
void | 
setHeight(Integer height)
Sets the height. 
 | 
void | 
setLeft(Integer left)
Sets the left. 
 | 
void | 
setTop(Integer top)
Sets the top. 
 | 
void | 
setWidth(Integer width)
Sets the width. 
 | 
public Integer getWidth()
public void setWidth(Integer width)
width - the new widthpublic Integer getHeight()
public void setHeight(Integer height)
height - the new heightpublic Integer getLeft()
public void setLeft(Integer left)
left - the new leftpublic Integer getTop()
public void setTop(Integer top)
top - the new topCopyright © 2015–2016 IBM Watson. All rights reserved.