Package org.apache.batik.svggen
Class NullOp
- java.lang.Object
-
- org.apache.batik.svggen.NullOp
-
- All Implemented Interfaces:
java.awt.image.BufferedImageOp
class NullOp extends java.lang.Object implements java.awt.image.BufferedImageOp- Version:
- $Id: NullOp.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description NullOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagecreateCompatibleDestImage(java.awt.image.BufferedImage src, java.awt.image.ColorModel destCM)Creates a destination image compatible with the source.java.awt.image.BufferedImagefilter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dest)java.awt.geom.Rectangle2DgetBounds2D(java.awt.image.BufferedImage src)java.awt.geom.Point2DgetPoint2D(java.awt.geom.Point2D srcPt, java.awt.geom.Point2D destPt)Returns the location of the destination point given a point in the source image.java.awt.RenderingHintsgetRenderingHints()Returns the rendering hints for this BufferedImageOp.
-
-
-
Method Detail
-
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dest)- Specified by:
filterin interfacejava.awt.image.BufferedImageOp
-
getBounds2D
public java.awt.geom.Rectangle2D getBounds2D(java.awt.image.BufferedImage src)
- Specified by:
getBounds2Din interfacejava.awt.image.BufferedImageOp
-
createCompatibleDestImage
public java.awt.image.BufferedImage createCompatibleDestImage(java.awt.image.BufferedImage src, java.awt.image.ColorModel destCM)Creates a destination image compatible with the source.- Specified by:
createCompatibleDestImagein interfacejava.awt.image.BufferedImageOp
-
getPoint2D
public java.awt.geom.Point2D getPoint2D(java.awt.geom.Point2D srcPt, java.awt.geom.Point2D destPt)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 interfacejava.awt.image.BufferedImageOp
-
getRenderingHints
public java.awt.RenderingHints getRenderingHints()
Returns the rendering hints for this BufferedImageOp. Returns null if no hints have been set.- Specified by:
getRenderingHintsin interfacejava.awt.image.BufferedImageOp
-
-