Module com.github.weisj.jsvg
Class FeDisplacementMap.DisplacementOp
java.lang.Object
com.github.weisj.jsvg.nodes.filter.FeDisplacementMap.DisplacementOp
- All Implemented Interfaces:
BufferedImageOp
- Enclosing class:
FeDisplacementMap
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDisplacementOp
(@NotNull PixelProvider displacementChannel, Rectangle2D sourceBounds) -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage
(BufferedImage src, ColorModel dstCM) filter
(BufferedImage src, BufferedImage dest) getBounds2D
(@NotNull BufferedImage src) getPoint2D
(Point2D srcPt, Point2D dstPt)
-
Field Details
-
displacementChannel
-
sourceBounds
-
-
Constructor Details
-
DisplacementOp
public DisplacementOp(@NotNull @NotNull PixelProvider displacementChannel, Rectangle2D sourceBounds)
-
-
Method Details
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImage
in interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2D
in interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2D
in interfaceBufferedImageOp
-
filter
- Specified by:
filter
in interfaceBufferedImageOp
-
getRenderingHints
- Specified by:
getRenderingHints
in interfaceBufferedImageOp
-