org.freedesktop.cairo
public class Surface extends CairoObject
Method Summary | |
---|---|
Surface | createSimilar(Content content, int width, int height) |
protected void | finalize() |
void | finish() |
void | flush() |
FontOptions | getFontOptions() |
void | markDirty() |
void | markDirty(int x, int y, int width, int height) |
void | setDeviceOffset(double xOffset, double yOffset) |
void | writeToPNG(String filename) |
void | writeToPNG(OutputStream ostream) |