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