| sun.awt.X11CustomCursor
All known Subclasses: sun.awt.X11.XCustomCursor, sun.awt.motif.MCustomCursor,
X11CustomCursor | abstract public class X11CustomCursor extends CustomCursor (Code) | | A class to encapsulate a custom image-based cursor.
See Also: Component.setCursor version: 1.25 05/05/07 author: Thomas Ball |
Method Summary | |
abstract protected void | createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot) | protected void | createNativeCursor(Image im, int[] pixels, int width, int height, int xHotSpot, int yHotSpot) |
createCursor | abstract protected void createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot)(Code) | | |
createNativeCursor | protected void createNativeCursor(Image im, int[] pixels, int width, int height, int xHotSpot, int yHotSpot)(Code) | | |
|
|