KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > image > ConvolveOp > Top Examples

  • org.apache.batik.ext.awt.image.rendered.GaussianBlurRed8Bit
    This implementation of RenderableImage will render its input GraphicsNode on demand for tiles. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: GaussianBlurRed8Bit.java,v 1.8 2004/08/18 07:14:08 vhardy Exp $
  • org.apache.batik.svggen.SVGConvolveOp
    Utility class that converts a ConvolveOp object into an SVG filter descriptor. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SVGConvolveOp.java,v 1.11 2005/03/27 08:58:35 cam Exp $ @see org.apache.batik.svggen.SVGBufferedImageOp
  • org.apache.batik.svggen.SVGBufferedImageOp
    Utility class that converts a BufferedImageOp object into an SVG filter. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SVGBufferedImageOp.java,v 1.10 2004/08/18 07:14:59 vhardy Exp $ @see org.apache.batik.svggen.SVGCustomBufferedImag ...
  • org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
    Convolves an image with a convolution matrix. Known limitations: Does not support bias other than zero - pending 16bit pathway Does not support edgeMode="wrap" - pending Tile code. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: ConvolveMatrixRable ...
Popular Tags