| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Structorg.freedesktop.cairo.CairoObjectorg.freedesktop.cairo.Patternorg.freedesktop.cairo.SurfacePatternpublic class SurfacePatternextends PatternConstructor Summary | |
| |
Method Summary | |
Extend |
|
Filter |
|
void | |
void | |
public 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.
Returns the current extend option for the pattern.
- Returns:
- The current extend option
public 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.
Returns the current filter option for the pattern.
- Returns:
- The current filter option (One of the Cairo.FILTER_xxx options).
public 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.
Sets the extend option for the pattern.
- Parameters:
extend- The Extend to use.
public 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.
Sets the filter option for the pattern.
- Parameters:
filter-