/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
// This file is an automatically generated file, please do not edit this file, modify the WrapperGenerator.java file instead !
public class XTranslateCoordinates {
private boolean __executed = false;
long _scr_w;
long _dest_w;
int _src_x;
int _src_y;
public XTranslateCoordinates(
long scr_w,
long dest_w,
int src_x,
int src_y )
{
}
public int execute() {
}
try {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (__executed) {
throw new IllegalStateException("Already executed");
}
__executed = true;
if (errorHandler != null) {
}
int status =
get_scr_w(),
get_dest_w(),
get_src_x(),
get_src_y(),
child_ptr );
if (errorHandler != null) {
}
return status;
} finally {
}
}
public boolean isExecuted() {
return __executed;
}
public boolean isDisposed() {
}
public void dispose() {
try {
if (isDisposed()) {
return;
}
} finally {
}
}
public long get_scr_w() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
return _scr_w;
}
}
public long get_dest_w() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
return _dest_w;
}
}
public int get_src_x() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
return _src_x;
}
}
public int get_src_y() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
return _src_y;
}
}
public int get_dest_x() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
}
}
public int get_dest_y() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
}
}
public long get_child() {
if (isDisposed()) {
throw new IllegalStateException("Disposed");
}
if (!__executed) {
throw new IllegalStateException("Not executed");
}
}
}
}