KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > image > renderable > RenderContext > Top Examples

  • org.apache.batik.ext.awt.image.renderable.TileRable8Bit
    8 bit TileRable implementation @author <a HREF="mailto:vhardy@apache.org">Vincent Hardy</a> @version $Id: TileRable8Bit.java,v 1.9 2004/08/18 07:14:00 vhardy Exp $
  • org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
    Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image @author <a HREF="mailto:sheng.pei@eng.sun.com">Sheng Pei</a> @version $Id: DisplacementMapRable8Bit.java,v 1.13 2005/03/27 08:58:33 cam Exp $
  • org.apache.batik.ext.awt.image.renderable.PadRable8Bit
    Concrete implementation of the PadRable interface. This pads the image to a specified rectangle in user coord system. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: PadRable8Bit.java,v 1.11 2005/03/27 08:58:33 cam Exp $
  • org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
    Concrete implementation of the AffineRable interface. This adjusts the input images coordinate system by a general affine @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: AffineRable8Bit.java,v 1.6 2004/08/18 07:13:58 vhardy 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 ...
Popular Tags