public class MaskFilter extends Object implements ImageFilter
| Constructor and Description |
|---|
MaskFilter(ImageHandler maskImage) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ByteBuffer bytes,
int width,
int height,
Rectangle area) |
public MaskFilter(ImageHandler maskImage)
public void apply(ByteBuffer bytes, int width, int height, Rectangle area)
apply in interface ImageFilterCopyright © 2016. All rights reserved.