java.lang.Object
com.github.weisj.jsvg.nodes.filter.MultiConvolveOp
- All Implemented Interfaces:
BufferedImageOp
,RasterOp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull ConvolveOp
private 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:
filter
in interfaceBufferedImageOp
-
filter
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImage
in interfaceBufferedImageOp
-
createCompatibleDestRaster
- Specified by:
createCompatibleDestRaster
in interfaceRasterOp
-
getBounds2D
- Specified by:
getBounds2D
in interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2D
in interfaceRasterOp
-
getPoint2D
- Specified by:
getPoint2D
in interfaceBufferedImageOp
- Specified by:
getPoint2D
in interfaceRasterOp
-
getRenderingHints
- Specified by:
getRenderingHints
in interfaceBufferedImageOp
- Specified by:
getRenderingHints
in interfaceRasterOp
-