Microsoft SDK for Java

ImageX Class

The ImageX Class of the com.ms.awt package encapsulates an extended image object.

public 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 provides the getCursor and getIcon methods, which retrieve Win32 images for cursors and icons, respectively.

Hierarchy

Image
  |
  +--ImageX

© 1999 Microsoft Corporation. All rights reserved. Terms of use.