KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.svggen.Rescale
    This test validates the convertion of Java 2D RescaleOp into an SVG filer. @author <a HREF="mailto:cjolif@ilog.fr">Christophe Jolif</a> @author <a HREF="mailto:vhardy@eng.sun.com">Vincent Hardy</a> @version $Id: Rescale.java,v 1.4 2004/08/18 07:16:45 vhardy Exp $
  • org.apache.batik.svggen.SVGRescaleOp
    Utility class that converts a RescaleOp object into an SVG filter descriptor. The SVG filter corresponding to a RescaleOp is an feComponentTransfer, with a type set to 'linear', the slopes equal to the RescapeOp scaleFactors and the intercept equal to the RescapeOp offsets. @author <a HREF="ma ...
  • org.apache.cocoon.reading.ImageReader
    The <code>ImageReader</code> component is used to serve binary image data in a sitemap pipeline. It makes use of HTTP Headers to determine if the requested resource should be written to the <code>OutputStream</code> or if it can signal that it hasn't changed. Parameters: & ...
  • org.apache.batik.svggen.DrawImage
    This test validates drawImage conversions. @author <a HREF="mailto:vhardy@eng.sun.com">Vincent Hardy</a> @version $Id: DrawImage.java,v 1.4 2004/08/18 07:16:44 vhardy Exp $
Popular Tags