KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.ext.awt.image.rendered.TileRed
    This filter simply tiles its tile starting from the upper left corner of the tiled region. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: TileRed.java,v 1.15 2004/10/23 17:11:03 deweese Exp $
  • org.apache.batik.svggen.DefaultCachedImageHandler
    This class is a default implementation of the GenericImageHandler for handlers implementing a caching strategy. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: DefaultCachedImageHandler.java,v 1.8 2004/08/18 07:14:59 vhardy Exp $ @see org ...
  • org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
    Interface for implementing filter resolution. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: FilterResRable8Bit.java,v 1.11 2004/08/18 07:13:59 vhardy Exp $
  • org.apache.cocoon.components.url.StreamJDKRegistryEntry
    This Image tag registy entry is setup to wrap the core JDK Image stream tools. @version CVS $Id: StreamJDKRegistryEntry.java 30932 2004-07-29 17:35:38Z vgritsenko $
  • org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
    A partial implementation of the <code>ImageDecoder</code> interface useful for subclassing.
  • org.apache.batik.ext.awt.image.renderable.FilterAsAlphaRable
    FilterAsAlphaRable implementation. This will take any source Filter and convert it to an alpha channel according the the SVG Mask operation. @author <a HREF="mailto:Thomas.DeWeese@Kodak.com">Thomas DeWeese</a> @version $Id: FilterAsAlphaRable.java,v 1.7 2005/03/27 08:58:33 cam Exp $
  • org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
    This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: GraphicsNodeRable8Bit.java,v 1.20 2004/08/18 07:14:3 ...
  • org.apache.batik.ext.awt.image.codec.PNGEncoderTest
    This test validates the PNGEncoder operation. It creates a BufferedImage, then encodes it with the PNGEncoder, then decodes it and compares the decoded image with the original one. @author <a HREF="mailto:vhardy@eng.sun.com">Vincent Hardy</a> @version $Id: PNGEncoderTest.java,v 1.4 20 ...
Popular Tags