public double getYMax() { return _box.getYMax(); }
public double getHeight() { return _box.getHeight(); }
public double getWidth() { return _box.getWidth(); }
public double getX() { return _box.getX(); }
public void setXAndY(double x, double y) { _box._setXAndY(x, y); _elementView.setX(x); _elementView.setY(y); }
public void setWidthAndHeight(double width, double height) { _box._setWidthAndHeight(width, height); _elementView.setFitWidth(width); _elementView.setFitHeight(height); }