Class NullOp
java.lang.Object
org.apache.batik.svggen.NullOp
- All Implemented Interfaces:
BufferedImageOp
- Version:
- $Id$
-
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:
filterin interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2Din interfaceBufferedImageOp
-
createCompatibleDestImage
Creates a destination image compatible with the source.- Specified by:
createCompatibleDestImagein 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:
getPoint2Din interfaceBufferedImageOp
-
getRenderingHints
Returns the rendering hints for this BufferedImageOp. Returns null if no hints have been set.- Specified by:
getRenderingHintsin interfaceBufferedImageOp
-