|
||||||||
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.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
The Surface class represents an Cairo drawing surface. A Cairo object is used to draw on the drawing surface.
Method Summary | |
---|---|
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. |
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 |
Method Detail |
---|
public Surface createSimilar(Content content, int width, int height)
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |