| sun.awt.X11CustomCursor sun.awt.motif.MCustomCursor
Method Summary | |
native protected void | createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot) | public static Dimension | getBestCursorSize(int preferredWidth, int preferredHeight) |
createCursor | native protected void createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot)(Code) | | |
getBestCursorSize | public static Dimension getBestCursorSize(int preferredWidth, int preferredHeight)(Code) | | Returns the supported cursor size
|
Methods inherited from sun.awt.X11CustomCursor | abstract protected void createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot)(Code)(Java Doc) protected void createNativeCursor(Image im, int[] pixels, int width, int height, int xHotSpot, int yHotSpot)(Code)(Java Doc)
|
|
|