All Packages Class Hierarchy This Package Previous Next Index
public static final int WIDTH
public static final int HEIGHT
public static final int PROPERTIES
public static final int SOMEBITS
public static final int FRAMEBITS
public static final int ALLBITS
public static final int ERROR
public static final int ABORT
public abstract boolean imageUpdate(Image img,
int infoflags,
int x,
int y,
int width,
int height)
This method should return true if further updates are needed or false if the required information has been acquired. The image which was being tracked is passed in using the img argument. Various constants are combined to form the infoflags argument which indicates what information about the image is now available. The interpretation of the x, y, width, and height arguments depends on the contents of the infoflags argument.
All Packages Class Hierarchy This Package Previous Next Index