org.apache.batik.ext.awt.image |
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.
|
Java Source File Name | Type | Comment |
AbstractLight.java | Class | An abstract implementation of the Light interface. |
ARGBChannel.java | Class | Enumerated type for an ARGB Channel selector. |
ComponentTransferFunction.java | Interface | Defines the interface expected from a component
transfer function. |
CompositeRule.java | Class | This is a typesafe enumeration of the standard Composite rules for
the CompositeRable operation. |
ConcreteComponentTransferFunction.java | Class | This class implements the interface expected from a component
transfer function. |
DiscreteTransfer.java | Class | This class defines the Discrete type transfer function for the
feComponentTransfer filter, as defined in chapter 15, section 11
of the SVG specification. |
DistantLight.java | Class | A light source placed at the infinity, such that the light angle is
constant over the whole surface. |
GammaTransfer.java | Class | 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. |
GraphicsUtil.java | Class | Set of utility methods for Graphics. |
IdentityTransfer.java | Class | 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. |
Light.java | Interface | Top level interface to model a light element. |
LinearTransfer.java | Class | 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. |
PadMode.java | Class | This is a typesafe enumeration of the standard Composite rules for
the CompositeRable operation. |
PointLight.java | Class | A light source which emits a light of constant intensity in all directions. |
SpotLight.java | Class | A light source which emits a light of constant intensity in all directions. |
SVGComposite.java | Class | This provides an implementation of all the composite rules in SVG. |
TableTransfer.java | Class | 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. |
TransferFunction.java | Interface | |
URLImageCache.java | Class | This class manages a cache of soft references to Images that
we have already loaded.
Adding an image is two fold. |