31323334353637
_style = style; _options = options; } @Override protected Function newNativeObject() { return new Function(getNativeClass(), _style, _options); }
34353637383940
public double getY() { return _y; } @Override protected Function newNativeObject() { return new Function(getNativeClass(), _x, _y); }
45464748495051
clone._size = (Size) _size.clone(); return clone; } @Override protected Function newNativeObject() { return new Function(getNativeClass(), _url, _size, _offset); }
69707172737475
return "OpenLayers.Bounds"; } @Override protected Function newNativeObject() { return new Function(getNativeClass(), _left, _bottom, _right, _top); }
464748495051525354
} @Override protected Function newNativeObject() { if (_style == null) return new Function(getNativeClass(), _options); else return new Function(getNativeClass(), _style, _options); }
36373839404142
public double getHeight() { return _height; } @Override protected Function newNativeObject() { return new Function(getNativeClass(), _width, _height); }