KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.ext.awt.image.GraphicsUtil
    Set of utility methods for Graphics. These generally bypass broken methods in Java2D or provide tweaked implementations. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: GraphicsUtil.java,v 1.36 2005/03/27 08:58:32 cam Exp $
  • org.pdfbox.pdmodel.graphics.xobject.PDInlinedImage
    This class represents an inlined image. @author Ben Litchfield (ben@csh.rit.edu) @version $Revision: 1.3 $
  • org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
    This class creates a RenderedImage in conformance to the one defined for the feTurbulence filter of the SVG specification. What follows is my high-level description of how the noise is generated. This is not contained in the SVG spec, just the algorithm for doing it. This is provided in the hope ...
Popular Tags