org.gnu.gdk
Class Cursor
java.lang.Object
org.gnu.glib.Struct
org.gnu.glib.Boxed
org.gnu.gdk.Cursor
public class Cursor
- extends org.gnu.glib.Boxed
Constructor Summary |
Cursor(CursorType ctype)
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. |
Cursor(Pixmap source,
Pixmap mask,
Color fg,
Color bg,
int x,
int y)
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. |
Methods inherited from class org.gnu.glib.Boxed |
equals, getBoxedFromHandle, hashCode |
Methods inherited from class org.gnu.glib.Struct |
getHandle, getNullHandle |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Cursor
public Cursor(CursorType ctype)
- 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.
Cursor
public Cursor(Pixmap source,
Pixmap mask,
Color fg,
Color bg,
int x,
int y)
- 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.