public interface IDrawingPattern
Modifier and Type | Method and Description |
---|---|
boolean |
isForeground(int x,
int y)
For the given x and y coordinates returns whether the pixel belongs to
the foreground (otherwise it is background as we do not support
transparency).
|
boolean isForeground(int x, int y)