|
|
||||||||||||||||||
Class ImageXpublic class ImageX extends com.ms.awt.image.Image { // Constructors public ImageX(Component c, int w, int h); public ImageX(ImageProducer producer); // Methods public int getCursor(int x, int y); public Graphics getGraphics(); public int getIcon(); } This class encapsulates an extended image object. This class provides the getCursor and getIcon methods, which retrieve Win32 images for cursors and icons, respectively. Image | +--ImageX ConstructorsImageXpublic ImageX(Component c, int w, int h); ImageXpublic ImageX(ImageProducer producer); MethodsgetCursorpublic int getCursor(int x, int y); getGraphicspublic Graphics getGraphics(); getIconpublic int getIcon();
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |