|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Pointer
org.freedesktop.bindings.Proxy
org.freedesktop.cairo.Pattern
org.freedesktop.cairo.SurfacePattern
public class SurfacePattern
A source Pattern that is derived from another Surface. Creating on of these allows you to use another Surface you have or are working with as the "paint" when drawing on a different Surface.
These are created internally if you call
setSource()
.
Constructor Summary | |
---|---|
SurfacePattern(Surface surface)
Create a Pattern based on an existing Surface. |
Method Summary |
---|
Methods inherited from class org.freedesktop.cairo.Pattern |
---|
addColorStopRGB, addColorStopRGBA, getSurface, setExtend |
Methods inherited from class org.freedesktop.bindings.Pointer |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SurfacePattern(Surface surface)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |