org.freedesktop.cairo
public class SurfacePattern extends Pattern
| Constructor Summary | |
|---|---|
| SurfacePattern(Surface surface) | |
| Method Summary | |
|---|---|
| Extend | getExtend()
Returns the current extend option for the pattern.
|
| Filter | getFilter()
Returns the current filter option for the pattern.
|
| void | setExtend(Extend extend)
Sets the extend option for the pattern.
|
| void | setFilter(Filter filter)
Sets the filter option for the pattern.
|
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.
Returns the current extend option for the pattern.Returns: The current extend option
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.
Returns the current filter option for the pattern.Returns: The current filter option (One of the Cairo.FILTER_xxx options).
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.
Sets the extend option for the pattern.Parameters: extend The Extend to use.
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.
Sets the filter option for the pattern.Parameters: filter