//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class QImageConsumer implements QtSupport { private long _qt; private boolean _allocatedInJavaWorld = true; protected QImageConsumer(Class dummy){} public native void end(); public native void changed(QRect arg1); public native void frameDone(); public native void frameDone(QPoint arg1, QRect arg2); public native void setLooping(int arg1); public native void setFramePeriod(int arg1); public native void setSize(int arg1, int arg2); }