org.freedesktop.cairo
public class Extend extends Enum
| Field Summary | |
|---|---|
| static Extend | NONE
pixels outside of the source pattern are fully transparent |
| static Extend | PAD
pixels outside of the pattern copy the closest pixel from the source |
| static Extend | REFLECT
the pattern is tiled by reflecting at the edges |
| static Extend | REPEAT
the pattern is tiled by repeating |
| Method Summary | |
|---|---|
| static Extend | intern(int value) |
| boolean | test(Extend other) |