KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > color > ColorSpace > Top Examples

  • 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.pdfbox.pdmodel.graphics.color.PDICCBased
    This class represents a ICC profile color space. @author Ben Litchfield (ben@csh.rit.edu) @version $Revision: 1.5 $
  • 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 ...
  • org.faceless.pdf.CMYKColorSpace
    <p> A subclass of <tt>java.awt.color.ColorSpace</tt> representing the uncalibrated (device-dependent) CMYK color space available in PDF documents. </p><p> If colors need to be specified in CMYK, but accurate color (the kind available with an ICC Profile) is not requir ...
Popular Tags