|
|||||||||
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.Context
org.gnu.gdk.GdkCairo
public class GdkCairo
Constructor Summary | |
---|---|
GdkCairo(Drawable drawable)
Create a cairo Context from drawing to the Drawable. |
Method Summary | |
---|---|
void |
rectangle(Rectangle rect)
Adds the given rectangle to the current path. |
void |
region(Region reg)
Adds the given region to the current path. |
void |
setSourceColor(Color color)
Sets the specified color as the source color of the cairo Context. |
void |
setSourcePixbuf(Pixbuf pixbuf,
double pixbufX,
double pixbufY)
Sets the given pixbuf as the source pattern for the cairo Context. |
Methods inherited from class org.freedesktop.cairo.Context |
---|
arc, arc, arcNegative, arcNegative, clip, clipPreserve, closePath, copyPage, curveTo, curveTo, deviceToUser, deviceToUserDistance, ellipse, fill, fillExtents, fillPreserve, fontExtents, getAntialias, getCurrentPoint, getFillRule, getFontFace, getFontMatrix, getFontOptions, getLineCap, getLineJoin, getLineWidth, getMatrix, getMiterLimit, getOperator, getSource, getTarget, getTolerance, glyphExtents, glyphPath, identityMatrix, inFill, inFill, inStroke, inStroke, lineTo, lineTo, mask, mask, moveTo, moveTo, newPath, paint, paintWithAlpha, rectangle, rectangle, relCurveTo, relCurveTo, relLineTo, relLineTo, relMoveTo, relMoveTo, resetClip, restore, rotate, save, scale, selectFontFace, setAntialias, setDash, setFillRule, setFontFace, setFontMatrix, setFontOptions, setFontSize, setLineCap, setLineJoin, setLineWidth, setMatrix, setMiterLimit, setOperator, setSource, setSource, setSourceRGB, setSourceRGBA, setTolerance, showGlyphs, showPage, showText, status, stroke, strokeExtents, strokePreserve, textExtents, textPath, transform, translate, userToDevice, userToDeviceDistance |
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 GdkCairo(Drawable drawable)
drawable
- Method Detail |
---|
public void setSourceColor(Color color)
color
- public void setSourcePixbuf(Pixbuf pixbuf, double pixbufX, double pixbufY)
pixbuf
- pixbufX
- pixbufY
- public void rectangle(Rectangle rect)
public void region(Region reg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |