KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.ext.awt.image.rendered.AbstractRed
    import org.apache.batik.ext.awt.image.DataBufferReclaimer; import java.awt.image.DataBufferInt; import java.awt.image.SinglePixelPackedSampleModel; This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interfac ...
  • org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
    This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface. It tries to make no assumptions about the subclass implementation. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</ ...
  • org.apache.batik.ext.awt.image.rendered.Any2LsRGBRed
    This function will tranform an image from any colorspace into a luminance image. The alpha channel if any will be copied to the new image. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: Any2LsRGBRed.java,v 1.6 2004/08/18 07:14:07 vhardy Exp $
  • org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
    This function will tranform an image from any colorspace into a luminance image. The alpha channel if any will be copied to the new image. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: Any2sRGBRed.java,v 1.10 2004/08/18 07:14:07 vhardy Exp $
  • org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
    A simple class implemented the <code>RenderedImage</code> interface. Only the <code>getTile()</code> method needs to be implemented by subclasses. The instance variables must also be filled in properly. <p> Normally in JAI <code>PlanarImage</code> is us ...
  • org.apache.batik.ext.awt.image.rendered.MorphologyOp
    This class provides an implementation for the SVG feMorphology filter, as defined in Chapter 15, section 20 of the SVG specification. @author <a HREF="mailto:sheng.pei@sun.com">Sheng Pei</a> @version $Id: MorphologyOp.java,v 1.6 2004/08/18 07:14:08 vhardy Exp $
  • org.apache.batik.ext.awt.image.rendered.PadRed
    This is an implementation of a Pad operation as a RenderedImage. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: PadRed.java,v 1.14 2004/08/18 07:14:08 vhardy Exp $
  • org.apache.batik.ext.awt.image.rendered.DiffuseLightingRed
    @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: DiffuseLightingRed.java,v 1.10 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 $
Popular Tags