|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.freedesktop.cairo.Surface
org.freedesktop.cairo.ImageSurface
public class ImageSurface
Constructor Summary | |
---|---|
ImageSurface(char[] data,
Format format,
int width,
int height,
int stride)
|
|
ImageSurface(Format format,
int width,
int height)
|
Method Summary | |
---|---|
static ImageSurface |
createFromPNG(java.lang.String filename)
|
int |
getHeight()
|
int |
getWidth()
|
Methods inherited from class org.freedesktop.cairo.Surface |
---|
createSimilar, finish, flush, getFontOptions, markDirty, markDirty, setDeviceOffset, writeToPNG, writeToPNG |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageSurface(Format format, int width, int height)
public ImageSurface(char[] data, Format format, int width, int height, int stride)
Method Detail |
---|
public int getWidth()
public int getHeight()
public static ImageSurface createFromPNG(java.lang.String filename)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |