org.gnu.gdk
Class Pixmap
java.lang.Object
|
+--org.gnu.glib.GObject
|
+--org.gnu.gdk.Drawable
|
+--org.gnu.gdk.Pixmap
- public class Pixmap
- extends Drawable
Constructor Summary |
Pixmap(int handle)
Construct a new Pixmap from a handle to a native resource. |
Pixmap(Window window,
Bitmap mask,
Color transparent,
java.lang.String filename)
|
Pixmap(Window window,
byte[] data,
int width,
int height,
int depth,
Color fg,
Color bg)
|
Pixmap(Window window,
int width,
int height,
int depth)
|
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pixmap
public Pixmap(Window window,
int width,
int height,
int depth)
Pixmap
public Pixmap(Window window,
byte[] data,
int width,
int height,
int depth,
Color fg,
Color bg)
Pixmap
public Pixmap(Window window,
Bitmap mask,
Color transparent,
java.lang.String filename)
Pixmap
public Pixmap(int handle)
- Construct a new Pixmap from a handle to a native resource.
- Parameters:
handle
- The handle to the native resource.
getType
public static Type getType()