public class CurvesImageOp extends AbstractImageOp
EDGE_CLAMP, EDGE_MIRROR, EDGE_ZERO, edgeMode, hints| 构造器和说明 |
|---|
CurvesImageOp() |
| 限定符和类型 | 方法和说明 |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dest) |
ColorFactory |
getColorFactory() |
float |
getStrokeMax() |
float |
getStrokeMin() |
void |
setColorFactory(ColorFactory colorFactory) |
void |
setStrokeMax(float strokeMax) |
void |
setStrokeMin(float strokeMin) |
bilinear, createCompatibleDestImage, filter, getBounds2D, getEdgeMode, getPixel, getPixelBilinear, getPoint2D, getRenderingHints, limit, limitByte, setEdgeModepublic float getStrokeMin()
public void setStrokeMin(float strokeMin)
public float getStrokeMax()
public void setStrokeMax(float strokeMax)
public ColorFactory getColorFactory()
public void setColorFactory(ColorFactory colorFactory)
public BufferedImage filter(BufferedImage src, BufferedImage dest)
filter 在接口中 BufferedImageOpfilter 在类中 AbstractImageOpCopyright © 2022. All rights reserved.