public class Bounds extends Object
Bounds()
Bounds(String x, String y, String width, String height)
String
getHeight()
getWidth()
getX()
getY()
Bounds
setHeight(String height)
setWidth(String width)
setX(String x)
setY(String y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Bounds()
public Bounds(String x, String y, String width, String height)
public String getX()
public Bounds setX(String x)
public String getY()
public Bounds setY(String y)
public String getWidth()
public Bounds setWidth(String width)
public String getHeight()
public Bounds setHeight(String height)