Package org.apache.batik.svggen
Class NullOp
java.lang.Object
org.apache.batik.svggen.NullOp
- All Implemented Interfaces:
BufferedImageOp
- Version:
- $Id: NullOp.java 1733416 2016-03-03 07:07:13Z gadams $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage
(BufferedImage src, ColorModel destCM) Creates a destination image compatible with the source.filter
(BufferedImage src, BufferedImage dest) getBounds2D
(BufferedImage src) getPoint2D
(Point2D srcPt, Point2D destPt) Returns the location of the destination point given a point in the source image.Returns the rendering hints for this BufferedImageOp.
-
Constructor Details
-
NullOp
NullOp()
-
-
Method Details
-
filter
- Specified by:
filter
in interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2D
in interfaceBufferedImageOp
-
createCompatibleDestImage
Creates a destination image compatible with the source.- Specified by:
createCompatibleDestImage
in interfaceBufferedImageOp
-
getPoint2D
Returns the location of the destination point given a point in the source image. If DestPt is non-null, it will be used to hold the return value.- Specified by:
getPoint2D
in interfaceBufferedImageOp
-
getRenderingHints
Returns the rendering hints for this BufferedImageOp. Returns null if no hints have been set.- Specified by:
getRenderingHints
in interfaceBufferedImageOp
-