KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.svggen.SVGLookupOp
    Utility class that converts a LookupOp object into an SVG filter descriptor. The SVG filter corresponding to a LookupOp is an feComponentTransfer, with a type set to 'table', the tableValues set to the content of the lookup table. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent H ...
  • org.apache.batik.svggen.Lookup
    This test validates the convertion of Java 2D LookupOp 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: Lookup.java,v 1.5 2004/08/18 07:16:45 vhardy Exp $
  • org.apache.batik.ext.awt.image.rendered.ComponentTransferRed
    @author <a HREF="mailto:thomas.deweese@kodak.com">Thomas DeWeese</a> @version $Id: ComponentTransferRed.java,v 1.4 2004/08/18 07:14:08 vhardy Exp $
Popular Tags