Class MultiConvolveOp
java.lang.Object
com.github.weisj.jsvg.nodes.filter.MultiConvolveOp
- All Implemented Interfaces:
BufferedImageOp, RasterOp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull ConvolveOpprivate final @NotNull ConvolveOp[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage(BufferedImage src, ColorModel destCM) filter(BufferedImage src, BufferedImage dest) filter(Raster src, WritableRaster dest) getBounds2D(@NotNull BufferedImage src) getBounds2D(@NotNull Raster src) getPoint2D(Point2D srcPt, Point2D dstPt)
-
Field Details
-
ops
-
op
-
-
Constructor Details
-
MultiConvolveOp
-
-
Method Details
-
filter
- Specified by:
filterin interfaceBufferedImageOp
-
filter
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImagein interfaceBufferedImageOp
-
createCompatibleDestRaster
- Specified by:
createCompatibleDestRasterin interfaceRasterOp
-
getBounds2D
- Specified by:
getBounds2Din interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2Din interfaceRasterOp
-
getPoint2D
- Specified by:
getPoint2Din interfaceBufferedImageOp- Specified by:
getPoint2Din interfaceRasterOp
-
getRenderingHints
- Specified by:
getRenderingHintsin interfaceBufferedImageOp- Specified by:
getRenderingHintsin interfaceRasterOp
-