|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> [ image overview ] | PREV NEXT | ||||||||
A
- A - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- ALPHA - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- ARGBChannel - class org.apache.batik.ext.awt.image.ARGBChannel.
- Enumerated type for an ARGB Channel selector.
- ARGBChannel(int, String) - Constructor for class org.apache.batik.ext.awt.image.ARGBChannel
- Constructor is private so that no instances other than the ones in the enumeration can be created.
- ARITHMETIC(float, float, float, float) - Static method in class org.apache.batik.ext.awt.image.CompositeRule
- Factory to create artithmatic CompositeRules.
- ATOP - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff Source Atop Destination rule.
- ATOP - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- AbstractLight - class org.apache.batik.ext.awt.image.AbstractLight.
- An abstract implementation of the Light interface.
- AbstractLight(Color) - Constructor for class org.apache.batik.ext.awt.image.AbstractLight
- amplitude - Variable in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- amplitude - Variable in class org.apache.batik.ext.awt.image.GammaTransfer
- The amplitude of the Gamma function
- azimuth - Variable in class org.apache.batik.ext.awt.image.DistantLight
- The azimuth of the distant light, i.e., the angle of the light vector on the (X, Y) plane
B
- B - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- BLUE - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- buildLutData() - Method in class org.apache.batik.ext.awt.image.DiscreteTransfer
- buildLutData() - Method in class org.apache.batik.ext.awt.image.GammaTransfer
- buildLutData() - Method in class org.apache.batik.ext.awt.image.LinearTransfer
- buildLutData() - Method in class org.apache.batik.ext.awt.image.TableTransfer
C
- CHANNEL_A - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- Types.
- CHANNEL_B - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- CHANNEL_G - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- CHANNEL_R - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- ComponentTransferFunction - interface org.apache.batik.ext.awt.image.ComponentTransferFunction.
- Defines the interface expected from a component transfer function.
- CompositeRule - class org.apache.batik.ext.awt.image.CompositeRule.
- This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.
- CompositeRule(int) - Constructor for class org.apache.batik.ext.awt.image.CompositeRule
- CompositeRule(float, float, float, float) - Constructor for class org.apache.batik.ext.awt.image.CompositeRule
- ConcreteComponentTransferFunction - class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction.
- This class implements the interface expected from a component transfer function.
- ConcreteComponentTransferFunction() - Constructor for class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Instances should be created through the various factory methods.
- clear(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
- Clear the entry for ParsedURL.
- coerceColorModel(ColorModel, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Create a new ColorModel with it's alpha premultiplied state matching newAlphaPreMult.
- coerceData(WritableRaster, ColorModel, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Coerces data within a bufferedImage to match newAlphaPreMult, Note that this can not change the colormodel of bi so you
- color - Variable in class org.apache.batik.ext.awt.image.AbstractLight
- Light color in linear sRGB
- compose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
- compose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_UNPRE
- convertToLsRGB(CachableRed) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- This method will return a CacheableRed that has it's data in the linear sRGB colorspace.
- convertTosRGB(CachableRed) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- This method will return a CacheableRed that has it's data in the sRGB colorspace.
- copyBand(Raster, int, WritableRaster, int) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- copyBand(Raster, Rectangle, int, WritableRaster, Rectangle, int) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- copyData(Raster, WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Copies data from one raster to another.
- copyData(BufferedImage, BufferedImage) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Copies data from one bufferedImage to another paying attention to the state of AlphaPreMultiplied.
- copyData(BufferedImage, Rectangle, BufferedImage, Point) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Copies data from one bufferedImage to another paying attention to the state of AlphaPreMultiplied.
- copyData_FALLBACK(Raster, WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- copyData_INT_PACK(Raster, WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- An internal optimized version of copyData designed to work on Integer packed data with a SinglePixelPackedSampleModel.
- copyRaster(Raster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Creates a new raster that has a copy of the data in ras.
- copyRaster(Raster, int, int) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Creates a new raster that has a copy of the data in ras.
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class org.apache.batik.ext.awt.image.SVGComposite
- createGraphics(BufferedImage, RenderingHints) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- This is a wrapper around the system's BufferedImage.createGraphics that arranges for bi to be stored in a Rendering hint in the returned Graphics2D.
- createGraphics(BufferedImage) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
D
- DARKEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- FeBlend Darken rule.
- DARKEN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- DISCRETE - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- DiscreteTransfer - class org.apache.batik.ext.awt.image.DiscreteTransfer.
- This class defines the Discrete type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
- DiscreteTransfer(int[]) - Constructor for class org.apache.batik.ext.awt.image.DiscreteTransfer
- The input is an int array which will be used later to construct the lut data
- DistantLight - class org.apache.batik.ext.awt.image.DistantLight.
- A light source placed at the infinity, such that the light angle is constant over the whole surface.
- DistantLight(double, double, Color) - Constructor for class org.apache.batik.ext.awt.image.DistantLight
- desc - Variable in class org.apache.batik.ext.awt.image.ARGBChannel
- dispose() - Method in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
- divideAlpha(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- divide_BYTE_COMP_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- divide_INT_PACK_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- drawImage(Graphics2D, RenderedImage) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Draws ri into g2d.
- drawImage(Graphics2D, CachableRed) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Draws cr into g2d.
- drawImage(Graphics2D, RenderableImage, RenderContext) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Draws a Filter (RenderableImage) into a Graphics 2D after taking into account a particular RenderContext.
- drawImage(Graphics2D, RenderableImage) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Draws a Filter (RenderableImage) into a Graphics 2D.
- dstCM - Variable in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
E
- elevation - Variable in class org.apache.batik.ext.awt.image.DistantLight
- The elevation of the distant light, i.e., the angle of the light vector on the (X, Z) plane.
- enumValues - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- All values
- equals(Object) - Method in class org.apache.batik.ext.awt.image.SVGComposite
- exponent - Variable in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- exponent - Variable in class org.apache.batik.ext.awt.image.GammaTransfer
- The exponent of the Gamma function
G
- G - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- GAMMA - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- GREEN - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- GammaTransfer - class org.apache.batik.ext.awt.image.GammaTransfer.
- 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.
- GammaTransfer(float, float, float) - Constructor for class org.apache.batik.ext.awt.image.GammaTransfer
- Three floats as the input for the Gamma function
- GraphicsUtil - class org.apache.batik.ext.awt.image.GraphicsUtil.
- Set of utility methods for Graphics.
- GraphicsUtil() - Constructor for class org.apache.batik.ext.awt.image.GraphicsUtil
- getAmplitude() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the amplitude value for this transfer function
- getAmplitude() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the amplitude value for this transfer function
- getAzimuth() - Method in class org.apache.batik.ext.awt.image.DistantLight
- getCoefficients() - Method in class org.apache.batik.ext.awt.image.CompositeRule
- getColor(boolean) - Method in class org.apache.batik.ext.awt.image.AbstractLight
- getColor(boolean) - Method in interface org.apache.batik.ext.awt.image.Light
- getDefaultCache() - Static method in class org.apache.batik.ext.awt.image.URLImageCache
- getDestination(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- getDestinationBounds(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- getDestinationColorModel(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- getDestinationColorSpace(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- getDiscreteTransfer(float[]) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns a discrete transfer function
- getElevation() - Method in class org.apache.batik.ext.awt.image.DistantLight
- getExponent() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the exponent value for this transfer function
- getExponent() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the exponent value for this transfer function
- getGammaTransfer(float, float, float) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns a gamma function
- getIdentityTransfer() - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns an instance initialized as an identity transfer function
- getIntercept() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the intercept value for this transfer function
- getIntercept() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the intercept value for this transfer function
- getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.DistantLight
- Computes the light vector in (x, y)
- getLight(double, double, double, double[]) - Method in interface org.apache.batik.ext.awt.image.Light
- Computes the light vector in (x, y)
- getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.PointLight
- Computes the light vector in (x, y, z)
- getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.SpotLight
- Computes the light vector in (x, y, z)
- getLightMap(double, double, double, double, int, int, double[][][]) - Method in class org.apache.batik.ext.awt.image.AbstractLight
- Returns a light map, starting in (x, y) with dx, dy increments, a given width and height, and z elevations stored in the fourth component on the N array.
- getLightMap(double, double, double, double, int, int, double[][][]) - Method in interface org.apache.batik.ext.awt.image.Light
- Returns a light map, starting in (x, y) with dx, dy increments, a given width and height, and z elevations stored in the fourth component on the N array.
- getLightRow(double, double, double, int, double[][], double[][]) - Method in class org.apache.batik.ext.awt.image.AbstractLight
- Returns a row of the light map, starting at (x, y) with dx increments, a given width, and z elevations stored in the fourth component on the N array.
- getLightRow(double, double, double, int, double[][], double[][]) - Method in class org.apache.batik.ext.awt.image.DistantLight
- Returns a row of the light map, starting at (x, y) with dx increments, a given width, and z elevations stored in the fourth component on the N array.
- getLightRow(double, double, double, int, double[][], double[][]) - Method in interface org.apache.batik.ext.awt.image.Light
- Returns a row of the light map, starting at (x, y) with dx increments, a given width, and z elevations stored in the fourth component on the N array.
- getLightX() - Method in class org.apache.batik.ext.awt.image.PointLight
- getLightX() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getLightY() - Method in class org.apache.batik.ext.awt.image.PointLight
- getLightY() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getLightZ() - Method in class org.apache.batik.ext.awt.image.PointLight
- getLightZ() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getLimitingConeAngle() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getLinearTransfer(float, float) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns a linear transfer function
- getLookupTable() - Method in class org.apache.batik.ext.awt.image.DiscreteTransfer
- This method will return the lut data in order to construct a LookUpTable object
- getLookupTable() - Method in class org.apache.batik.ext.awt.image.GammaTransfer
- This method will return the lut data in order to construct a LookUpTable object
- getLookupTable() - Method in class org.apache.batik.ext.awt.image.IdentityTransfer
- This method will return the lut data in order to construct a LookUpTable object
- getLookupTable() - Method in class org.apache.batik.ext.awt.image.LinearTransfer
- This method will return the lut data in order to construct a LookUpTable object
- getLookupTable() - Method in class org.apache.batik.ext.awt.image.TableTransfer
- This method will return the lut data in order to construct a LookUpTable object
- getLookupTable() - Method in interface org.apache.batik.ext.awt.image.TransferFunction
- Returns the lookup table.
- getMode() - Method in class org.apache.batik.ext.awt.image.PadMode
- Returns the mode of this pad mode.
- getOffset() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the offset value for this transfer function
- getOffset() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the offset value for this transfer function
- getPointAtX() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getPointAtY() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getPointAtZ() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getRule() - Method in class org.apache.batik.ext.awt.image.CompositeRule
- Returns the type of this composite rule
- getRule() - Method in class org.apache.batik.ext.awt.image.SVGComposite
- getSlope() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the slope value for this transfer function
- getSlope() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the slope value for this transfer function
- getSpecularExponent() - Method in class org.apache.batik.ext.awt.image.SpotLight
- getTableTransfer(float[]) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns a table transfer function
- getTableValues() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the table values for this transfer function
- getTableValues() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the table values for this transfer function
- getType() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Returns the type of this transfer function
- getType() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- Returns the type of this transfer function
I
- IDENTITY - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- The various transfer types
- IDENTITY - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
- IN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff Source In Destination rule.
- IN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- IdentityTransfer - class org.apache.batik.ext.awt.image.IdentityTransfer.
- 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.
- IdentityTransfer() - Constructor for class org.apache.batik.ext.awt.image.IdentityTransfer
- intercept - Variable in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- intercept - Variable in class org.apache.batik.ext.awt.image.LinearTransfer
- The intercept of the linear function
- isConstant() - Method in class org.apache.batik.ext.awt.image.AbstractLight
- isConstant() - Method in class org.apache.batik.ext.awt.image.DistantLight
- isConstant() - Method in interface org.apache.batik.ext.awt.image.Light
- isConstant() - Method in class org.apache.batik.ext.awt.image.PointLight
- isConstant() - Method in class org.apache.batik.ext.awt.image.SpotLight
- isDone(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
- Check if request(url) will return immediately with the Filter.
- isPresent(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
- Check if request(url) will return with a Filter (not putting you on the hook for it).
- is_BYTE_COMP_Data(SampleModel) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- is_INT_PACK(ColorModel) - Method in class org.apache.batik.ext.awt.image.SVGComposite
- is_INT_PACK_Data(SampleModel, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
K
- k1 - Variable in class org.apache.batik.ext.awt.image.CompositeRule
- k1 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext
- k1 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
- k2 - Variable in class org.apache.batik.ext.awt.image.CompositeRule
- k2 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext
- k2 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
- k3 - Variable in class org.apache.batik.ext.awt.image.CompositeRule
- k3 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext
- k3 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
- k4 - Variable in class org.apache.batik.ext.awt.image.CompositeRule
- k4 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext
- k4 - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
L
- LIGHTEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- FeBlend Lighten rule.
- LIGHTEN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- LINEAR - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
- Light - interface org.apache.batik.ext.awt.image.Light.
- Top level interface to model a light element.
- LinearTransfer - class org.apache.batik.ext.awt.image.LinearTransfer.
- 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.
- LinearTransfer(float, float) - Constructor for class org.apache.batik.ext.awt.image.LinearTransfer
- Two floats as the input for the function
- Linear_sRGB - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
- Standard prebuilt Linear_sRGB color model with no alpha
- Linear_sRGB_Pre - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
- Standard prebuilt Linear_sRGB color model with premultiplied alpha.
- Linear_sRGB_Unpre - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
- Standard prebuilt Linear_sRGB color model with unpremultiplied alpha.
- Lx - Variable in class org.apache.batik.ext.awt.image.DistantLight
- Light vector
- Ly - Variable in class org.apache.batik.ext.awt.image.DistantLight
- Light vector
- Lz - Variable in class org.apache.batik.ext.awt.image.DistantLight
- Light vector
- lightX - Variable in class org.apache.batik.ext.awt.image.PointLight
- The light position, in user space
- lightX - Variable in class org.apache.batik.ext.awt.image.SpotLight
- The light position, in user space
- lightY - Variable in class org.apache.batik.ext.awt.image.PointLight
- The light position, in user space
- lightY - Variable in class org.apache.batik.ext.awt.image.SpotLight
- The light position, in user space
- lightZ - Variable in class org.apache.batik.ext.awt.image.PointLight
- The light position, in user space
- lightZ - Variable in class org.apache.batik.ext.awt.image.SpotLight
- The light position, in user space
- limitingConeAngle - Variable in class org.apache.batik.ext.awt.image.SpotLight
- Limiting cone angle
- limitingCos - Variable in class org.apache.batik.ext.awt.image.SpotLight
- Limiting cone angle
- lut - Variable in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK_LUT
- lutData - Variable in class org.apache.batik.ext.awt.image.DiscreteTransfer
- This byte array stores the lookuptable data
- lutData - Variable in class org.apache.batik.ext.awt.image.GammaTransfer
- This byte array stores the lookuptable data
- lutData - Static variable in class org.apache.batik.ext.awt.image.IdentityTransfer
- This byte array stores the lookuptable data
- lutData - Variable in class org.apache.batik.ext.awt.image.LinearTransfer
- This byte array stores the lookuptable data
- lutData - Variable in class org.apache.batik.ext.awt.image.TableTransfer
- This byte array stores the lookuptable data
M
- MODE_REPLICATE - Static variable in class org.apache.batik.ext.awt.image.PadMode
- Pad edges by replicating edge pixels
- MODE_WRAP - Static variable in class org.apache.batik.ext.awt.image.PadMode
- Pad edges by wrapping around edge pixels
- MODE_ZERO_PAD - Static variable in class org.apache.batik.ext.awt.image.PadMode
- Pad edges with zeros
- MULTIPLY - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- FeBlend Multiply rule.
- MULTIPLY - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- makeLinearBufferedImage(int, int, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Constructs a BufferedImage with a linear sRGB colorModel, and alpha.
- makeLinear_sRGBCM(boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Method that returns either Linear_sRGB_Pre or Linear_sRGB_UnPre based on premult flag.
- makeRasterWritable(Raster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Coerces ras to be writable.
- makeRasterWritable(Raster, int, int) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- Coerces ras to be writable.
- mode - Variable in class org.apache.batik.ext.awt.image.PadMode
- The pad mode for this object.
- mult_BYTE_COMP_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- mult_INT_PACK_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
- multiplyAlpha(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
N
- n - Variable in class org.apache.batik.ext.awt.image.DiscreteTransfer
- n - Variable in class org.apache.batik.ext.awt.image.TableTransfer
O
- OUT - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff Source Out Destination rule.
- OUT - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- OVER - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff Source Over Destination rule.
- OVER - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- offset - Variable in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
- offset - Variable in class org.apache.batik.ext.awt.image.GammaTransfer
- The offset of the Gamma function
- org.apache.batik.ext.awt.image - package org.apache.batik.ext.awt.image
P
- PadMode - class org.apache.batik.ext.awt.image.PadMode.
- This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.
- PadMode(int) - Constructor for class org.apache.batik.ext.awt.image.PadMode
- PointLight - class org.apache.batik.ext.awt.image.PointLight.
- A light source which emits a light of constant intensity in all directions.
- PointLight(double, double, double, Color) - Constructor for class org.apache.batik.ext.awt.image.PointLight
- pointAtX - Variable in class org.apache.batik.ext.awt.image.SpotLight
- Point where the light points to
- pointAtY - Variable in class org.apache.batik.ext.awt.image.SpotLight
- Point where the light points to
- pointAtZ - Variable in class org.apache.batik.ext.awt.image.SpotLight
- Point where the light points to
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.AtopCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.DarkenCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.InCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.LightenCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.MultiplyCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OutCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_NA
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.ScreenCompositeContext
- precompose(Raster, Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.SVGComposite.XorCompositeContext
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK_LUT
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.AtopCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.DarkenCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.InCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.LightenCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.MultiplyCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OutCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_NA
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_UNPRE
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.ScreenCompositeContext_INT_PACK
- precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class org.apache.batik.ext.awt.image.SVGComposite.XorCompositeContext_INT_PACK
- put(ParsedURL, Filter) - Method in class org.apache.batik.ext.awt.image.URLImageCache
- Associate bi with purl.
R
- R - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- Channel values
- RED - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
- Strings used to get a more readable output when a value is displayed.
- REPLICATE - Static variable in class org.apache.batik.ext.awt.image.PadMode
- Pad edges by replicating edge pixels
- RULE_ARITHMETIC - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Arithmatic rule 'out = k1*i1*i2 + k2*i1 + k3*i2 + k4'.
- RULE_ATOP - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff src atop rule.
- RULE_DARKEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- SVG feBlend Darken rule
- RULE_IN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff src in rule.
- RULE_LIGHTEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- SVG feBlend Lighten rule
- RULE_MULTIPLY - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- SVG feBlend Multiply rule
- RULE_OUT - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff src out rule.
- RULE_OVER - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff src over rule, also used for feBlend normal.
- RULE_SCREEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- SVG feBlend Screen rule
- RULE_XOR - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- Porter-Duff src xor rule.
- readResolve() - Method in class org.apache.batik.ext.awt.image.ARGBChannel
- This is called by the serialization code before it returns an unserialized object.
- readResolve() - Method in class org.apache.batik.ext.awt.image.CompositeRule
- This is called by the serialization code before it returns an unserialized object.
- readResolve() - Method in class org.apache.batik.ext.awt.image.PadMode
- This is called by the serialization code before it returns an unserialized object.
- request(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
- If this returns null then you are now 'on the hook'.
- rule - Variable in class org.apache.batik.ext.awt.image.CompositeRule
- The composite rule for this object.
- rule - Variable in class org.apache.batik.ext.awt.image.SVGComposite
S
- S - Variable in class org.apache.batik.ext.awt.image.SpotLight
- Light direction vector
- SCREEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
- FeBlend Screen rule.
- SCREEN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
- SVGComposite - class org.apache.batik.ext.awt.image.SVGComposite.
- This provides an implementation of all the composite rules in SVG.
- SVGComposite(CompositeRule) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite
- SVGComposite.AlphaPreCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext.
- SVGComposite.AlphaPreCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
- SVGComposite.AlphaPreCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK.
- SVGComposite.AlphaPreCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
- SVGComposite.ArithCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext.
- SVGComposite.ArithCompositeContext(ColorModel, ColorModel, float, float, float, float) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext
- SVGComposite.ArithCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK.
- SVGComposite.ArithCompositeContext_INT_PACK(ColorModel, ColorModel, float, float, float, float) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
- SVGComposite.ArithCompositeContext_INT_PACK_LUT - class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK_LUT.
- SVGComposite.ArithCompositeContext_INT_PACK_LUT(ColorModel, ColorModel, float, float, float, float) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK_LUT
- SVGComposite.AtopCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.AtopCompositeContext.
- SVGComposite.AtopCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.AtopCompositeContext
- SVGComposite.AtopCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.AtopCompositeContext_INT_PACK.
- SVGComposite.AtopCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.AtopCompositeContext_INT_PACK
- SVGComposite.DarkenCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.DarkenCompositeContext.
- SVGComposite.DarkenCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.DarkenCompositeContext
- SVGComposite.DarkenCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.DarkenCompositeContext_INT_PACK.
- SVGComposite.DarkenCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.DarkenCompositeContext_INT_PACK
- SVGComposite.InCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.InCompositeContext.
- SVGComposite.InCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.InCompositeContext
- SVGComposite.InCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.InCompositeContext_INT_PACK.
- SVGComposite.InCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.InCompositeContext_INT_PACK
- SVGComposite.LightenCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.LightenCompositeContext.
- SVGComposite.LightenCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.LightenCompositeContext
- SVGComposite.LightenCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.LightenCompositeContext_INT_PACK.
- SVGComposite.LightenCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.LightenCompositeContext_INT_PACK
- SVGComposite.MultiplyCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.MultiplyCompositeContext.
- The following classes implement the various blend modes from SVG.
- SVGComposite.MultiplyCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.MultiplyCompositeContext
- SVGComposite.MultiplyCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.MultiplyCompositeContext_INT_PACK.
- SVGComposite.MultiplyCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.MultiplyCompositeContext_INT_PACK
- SVGComposite.OutCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.OutCompositeContext.
- SVGComposite.OutCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OutCompositeContext
- SVGComposite.OutCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.OutCompositeContext_INT_PACK.
- SVGComposite.OutCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OutCompositeContext_INT_PACK
- SVGComposite.OverCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext.
- This implements SRC_OVER for 4 band byte data.
- SVGComposite.OverCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext
- SVGComposite.OverCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK.
- This implements SRC_OVER for Int packed data where the src is premultiplied.
- SVGComposite.OverCompositeContext_INT_PACK(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK
- SVGComposite.OverCompositeContext_INT_PACK_NA - class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_NA.
- This implements SRC_OVER for Int packed data and dest has no Alpha...
- SVGComposite.OverCompositeContext_INT_PACK_NA(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_NA
- SVGComposite.OverCompositeContext_INT_PACK_UNPRE - class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_UNPRE.
- This implements SRC_OVER for Int packed data where the src is unpremultiplied.
- SVGComposite.OverCompositeContext_INT_PACK_UNPRE(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_UNPRE
- SVGComposite.OverCompositeContext_NA - class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_NA.
- This implements SRC_OVER for 4 band byte src data and 3 band byte dst data.
- SVGComposite.OverCompositeContext_NA(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.OverCompositeContext_NA
- SVGComposite.ScreenCompositeContext - class org.apache.batik.ext.awt.image.SVGComposite.ScreenCompositeContext.
- SVGComposite.ScreenCompositeContext(ColorModel, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.SVGComposite.ScreenCompositeContext
- SVGComposite.ScreenCompositeContext_INT_PACK - class org.apache.batik.ext.awt.image.SVGComposite.ScreenCompositeContext_INT_PACK.