public class EdgesFilter extends Object implements ImageFilter
| Constructor and Description |
|---|
EdgesFilter(int tolerance) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ByteBuffer bytes,
int width,
int height,
Rectangle area) |
int |
getTolerance() |
void |
setTolerance(int tolerance) |
public void apply(ByteBuffer bytes, int width, int height, Rectangle area)
apply in interface ImageFilterpublic int getTolerance()
public void setTolerance(int tolerance)
Copyright © 2019. All rights reserved.