org.freedesktop.cairo
public class SurfacePattern extends Pattern
Constructor and Description |
---|
SurfacePattern(Surface surface) |
Modifier and Type | Method and Description |
---|---|
Extend |
getExtend()
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
Filter |
getFilter()
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
void |
setExtend(Extend extend)
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
void |
setFilter(Filter filter)
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
public SurfacePattern(Surface surface)
public void setExtend(Extend extend)
extend
- The Extend to use.public Extend getExtend()
public void setFilter(Filter filter)
filter
- public Filter getFilter()