org.freedesktop.cairo
Class SurfacePattern
Struct
org.freedesktop.cairo.CairoObject
public class SurfacePattern
SurfacePattern
public SurfacePattern(Surface surface)
getExtend
public Extend getExtend()
Returns the current extend option for the pattern.
- The current extend option
getFilter
public Filter getFilter()
Returns the current filter option for the pattern.
- The current filter option (One of the Cairo.FILTER_xxx options).
setExtend
public void setExtend(Extend extend)
Sets the extend option for the pattern.
extend
- The Extend to use.
setFilter
public void setFilter(Filter filter)
Sets the filter option for the pattern.
filter
-