org.freedesktop.cairo
org.freedesktop.cairo.Surface
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.public class Surface extends org.gnu.glib.Struct
Modifier and Type | Method and Description |
---|---|
Surface |
createSimilar(Content content,
int width,
int height)
Deprecated.
|
void |
finish()
Deprecated.
|
void |
flush()
Deprecated.
|
FontOptions |
getFontOptions()
Deprecated.
|
void |
markDirty()
Deprecated.
|
void |
markDirty(int x,
int y,
int width,
int height)
Deprecated.
|
void |
setDeviceOffset(double xOffset,
double yOffset)
Deprecated.
|
void |
writeToPNG(java.io.OutputStream ostream)
Deprecated.
|
void |
writeToPNG(java.lang.String filename)
Deprecated.
|
public void finish()
public void setDeviceOffset(double xOffset, double yOffset)
public void writeToPNG(java.lang.String filename)
public void writeToPNG(java.io.OutputStream ostream)
public FontOptions getFontOptions()
public void flush()
public void markDirty()
public void markDirty(int x, int y, int width, int height)