KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
    This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask). @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: MultiplyAlphaRed.java,v 1.6 2004/08/18 07:14:08 vhardy Exp $
  • 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.apache.batik.ext.awt.image.codec.tiff.TIFFImageEncoder
    A baseline TIFF writer. The writer outputs TIFF images in either Bilevel, Greyscale, Palette color or Full Color modes.
Popular Tags