Package org.apache.batik.ext.awt.image
package org.apache.batik.ext.awt.image
Contains extensions to the
java.awt.image
package. This
package provides convenient methods and some utility classes. These
generally bypass broken methods in Java2D or provide tweaked
implementations.-
ClassDescriptionAn abstract implementation of the Light interface.Enumerated type for an ARGB Channel selector.Defines the interface expected from a component transfer function.This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.This class implements the interface expected from a component transfer function.This class defines the Discrete type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.A light source placed at the infinity, such that the light angle is constant over the whole surface.GammaTransfer.java This class defines the Gamma type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.Set of utility methods for Graphics.IdentityTransfer.java This class defines the Identity type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.Top level interface to model a light element.LinearTransfer.java This class defines the Linear type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.A light source which emits a light of constant intensity in all directions.A light source which emits a light of constant intensity in all directions.This provides an implementation of all the composite rules in SVG.The following classes implement the various blend modes from SVG.This implements SRC_OVER for 4 band byte data.This implements SRC_OVER for Int packed data where the src is premultiplied.This implements SRC_OVER for Int packed data and dest has no Alpha...This implements SRC_OVER for Int packed data where the src is unpremultiplied.This implements SRC_OVER for 4 band byte src data and 3 band byte dst data.TableTransfer.java This class defines the Table type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.Defines the interface for all the
ComponentTransferOp
transfer functions, which can all be converted to a lookup tableThis class manages a cache of soft references to Images that we have already loaded.