org.freedesktop.cairo
public class ImageSurface extends Surface
Constructor Summary | |
---|---|
ImageSurface(Format format, int width, int height) | |
ImageSurface(char[] data, Format format, int width, int height, int stride) |
Method Summary | |
---|---|
static ImageSurface | createFromPNG(String filename) |
int | getHeight() |
int | getWidth() |