org.gnu.gdk
public class Cursor extends Boxed
Constructor Summary | |
---|---|
Cursor(CursorType ctype)
Creates a new cursor from the set of builtin cursors. | |
Cursor(Pixmap source, Pixmap mask, Color fg, Color bg, int x, int y)
Create a new cursor from a pixmap. |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Creates a new cursor from the set of builtin cursors.Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Create a new cursor from a pixmap.