KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.test.svg.AbstractRenderingAccuracyTest
    Checks for regressions in rendering a specific SVG document. The <tt>Test</tt> will rasterize and SVG document and compare it to a reference image. The test passes if the rasterized SVG and the reference image match exactly (i.e., all pixel values are the same). @author <a HREF="ma ...
  • org.apache.batik.test.util.ImageCompareTest
    This test does a pixel comparison of two images and passes if the two images are identical. It fails otherwise, producing a report describing why the two images are different. @author <a HREF="mailto:vhardy@apache.org">Vincent Hardy</a> @version $Id: ImageCompareTest.java,v 1.7 2005/0 ...
  • 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 $
  • com.lowagie.text.pdf.PdfGraphics2D
  • 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.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.rendered.ProfileRed
    This implementation of rendered image forces a color profile on its source @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: ProfileRed.java,v 1.8 2004/08/18 07:14:08 vhardy Exp $
  • org.apache.batik.transcoder.image.AbstractImageTranscoderTest
    The base class for the ImageTranscoder tests. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: AbstractImageTranscoderTest.java,v 1.7 2004/08/18 07:17:12 vhardy Exp $
  • de.laures.cewolf.util.ImageHelper
    Some simple image rendering helper methods. @author Guido Laures
  • org.apache.batik.svggen.AbstractImageHandlerEncoder
    This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle. This class stores images in an configurable directory. The xlink:href value the class generates is made of a configurable url root ...
  • org.apache.batik.gvt.renderer.StaticRenderer
    Simple implementation of the Renderer that simply does static rendering in an offscreen buffer image. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: StaticRenderer.java,v 1.31 2005/03/27 08:58:34 cam Exp $
  • org.apache.batik.apps.svgbrowser.JSVGViewerFrame
    This class represents a SVG viewer swing frame. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: JSVGViewerFrame.java,v 1.109 2005/03/29 10:48:01 deweese Exp $
  • org.apache.batik.test.svg.JSVGRenderingAccuracyTest
    One line Class Desc Complete Class Desc @author <a HREF="mailto:deweese@apache.org">l449433</a> @version $Id: JSVGRenderingAccuracyTest.java,v 1.9 2005/03/27 08:58:37 cam Exp $
  • wingset.FaceGenerator
    FaceGenerator.java <p/> <p/> Created: Mon Mar 18 15:36:32 2002 @author <a HREF="mailto:armin.haaf@mercatis.de">Armin Haaf</a> @version $Revision: 1.5 $
  • org.apache.batik.transcoder.image.TIFFTranscoder
    This class is an <tt>ImageTranscoder</tt> that produces a TIFF image. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: TIFFTranscoder.java,v 1.10 2005/03/27 08:58:36 cam Exp $
  • org.jfree.util.WaitingImageObserver
    This image observer blocks until the image is completely loaded. AWT defers the loading of images until they are painted on a graphic. While printing reports it is not very nice, not to know whether a image was completely loaded, so this observer forces the loading of the image until a final stat ...
  • org.apache.fop.viewer.PreviewDialog
    Frame and User Interface for Preview
  • olstore.session.helper.ShoppingCartHelperBean
    @author mwringe @ejb.bean name="ShoppingCartHelper" type="Stateless" view-type="remote-service-endpoint" jndi-name="ShoppingCartRemote" @ejb.transaction type="Required" -- This is need for JOnAS. If you are not using JOnAS you can safetly remove the tags below. @jonas.bean ejb-name="ShoppingCa ...
Popular Tags