Free Download - Stylus Studio, The World's Best XML IDE!


Uses of Interface
org.apache.batik.ext.awt.image.renderable.Filter

Packages that use Filter
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.ext.awt.image Contains extensions to the java.awt.image package. 
org.apache.batik.ext.awt.image.renderable   
org.apache.batik.ext.awt.image.spi   
org.apache.batik.extension.svg   
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects. 
org.apache.batik.gvt.renderer   
 

Uses of Filter in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return Filter
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn(org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in' attribute.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn2(org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in2' attribute.
 Filter SVGFeFloodElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeTileElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeImageElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static Filter SVGFeImageElementBridge.createSVGFeImage(BridgeContext ctx, java.awt.geom.Rectangle2D primitiveRegion, org.w3c.dom.Element refElement, boolean toBBoxNeeded, org.w3c.dom.Element filterElement, GraphicsNode filteredNode)
          Returns a Filter that represents a svg document or element as an image.
protected static Filter SVGFeImageElementBridge.createRasterFeImage(BridgeContext ctx, java.awt.geom.Rectangle2D primitiveRegion, ParsedURL purl)
          Returns a Filter that represents an raster image (JPG or PNG).
 Filter SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
static Filter CSSUtilities.convertFilter(org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)
          Returns a Filter referenced by the specified element and which applies on the specified graphics node.
 Filter SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected  Filter CursorManager.cursorHrefToFilter(org.w3c.dom.Element cursorElement, ParsedURL purl, java.awt.geom.Point2D hotSpot)
          Converts the input ParsedURL into a Filter and transforms the input hotSpot point (in image space) to cursor space
 Filter SVGFilterElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
protected static Filter SVGFilterElementBridge.buildFilterPrimitives(org.w3c.dom.Element filterElement, java.awt.geom.Rectangle2D filterRegion, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created.
protected static Filter SVGFilterElementBridge.buildLocalFilterPrimitives(org.w3c.dom.Element filterElement, java.awt.geom.Rectangle2D filterRegion, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created or 'in' if no filter primitive has been specified.
 Filter SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeBlendElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter FilterPrimitiveBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter in, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter FilterBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
 Filter SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeMergeElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)
          Creates a Filter according to the specified parameters.
 Filter SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGBrokenLinkProvider.getBrokenLinkImage(java.lang.Object base, java.lang.String code, java.lang.Object[] params)
          This method is responsible for constructing an image that will represent the missing image in the document.
 

Methods in org.apache.batik.bridge with parameters of type Filter
protected static GraphicsNode SVGImageElementBridge.createRasterImageNode(BridgeContext ctx, org.w3c.dom.Element e, Filter img)
          Returns a GraphicsNode that represents an raster image in JPEG or PNG format.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn(org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in' attribute.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn2(org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in2' attribute.
protected static void AbstractSVGFilterPrimitiveElementBridge.updateFilterMap(org.w3c.dom.Element filterElement, Filter filter, java.util.Map filterMap)
          Updates the filterMap according to the specified parameters.
protected static void AbstractSVGFilterPrimitiveElementBridge.handleColorInterpolationFilters(Filter filter, org.w3c.dom.Element filterElement)
          Handles the 'color-interpolation-filters' CSS property.
 Filter SVGFeFloodElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeTileElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeImageElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static Filter SVGFilterElementBridge.buildFilterPrimitives(org.w3c.dom.Element filterElement, java.awt.geom.Rectangle2D filterRegion, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created.
protected static Filter SVGFilterElementBridge.buildLocalFilterPrimitives(org.w3c.dom.Element filterElement, java.awt.geom.Rectangle2D filterRegion, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created or 'in' if no filter primitive has been specified.
 Filter SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeBlendElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter FilterPrimitiveBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter in, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeMergeElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static java.util.List SVGFeMergeElementBridge.extractFeMergeNode(org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element.
 Filter SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)
          Creates a Filter according to the specified parameters.
 Filter SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 

Uses of Filter in org.apache.batik.ext.awt.image
 

Methods in org.apache.batik.ext.awt.image that return Filter
 Filter URLImageCache.request(ParsedURL purl)
          If this returns null then you are now 'on the hook'.
 

Methods in org.apache.batik.ext.awt.image with parameters of type Filter
 void URLImageCache.put(ParsedURL purl, Filter filt)
          Associate bi with purl.
 

Uses of Filter in org.apache.batik.ext.awt.image.renderable
 

Subinterfaces of Filter in org.apache.batik.ext.awt.image.renderable
 interface AffineRable
          Adjusts the input images coordinate system by a general Affine transform
 interface ClipRable
          Implements a clip operation.
 interface ColorMatrixRable
          Defines the interface expected from a color matrix operation
 interface ComponentTransferRable
          Defines the interface expected from a component transfer operation.
 interface CompositeRable
          Composites a list of images according to a single composite rule.
 interface ConvolveMatrixRable
          Convolves an image with a convolution matrix.
 interface DiffuseLightingRable
          This filter primitive lights an image using the alpha channel as a bump map.
 interface DisplacementMapRable
          Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
 interface FilterChainRable
          Implements a filter operation.
 interface FilterColorInterpolation
          This is an extension of our Filter interface that adds support for a color-interpolation specification which indicates what colorspace the operation should take place in.
 interface FilterResRable
          Interface for implementing filter resolution.
 interface FloodRable
          Fills the input image with a given paint
 interface GaussianBlurRable
          Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.
 interface MorphologyRable
          Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
 interface OffsetRable
          Adjusts the input images coordinate system by dx, dy.
 interface PadRable
          Pads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop).
 interface SpecularLightingRable
          This filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.
 interface TileRable
          A renderable that can tile its source into the tile region.
 interface TurbulenceRable
          Creates a sourceless image from a turbulence function.
 

Classes in org.apache.batik.ext.awt.image.renderable that implement Filter
 class AbstractColorInterpolationRable
          This is an abstract base class that adds the ability to specify the Color Space that the operation should take place in (linear sRGB or gamma corrected sRBG).
 class AbstractRable
          This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface.
 class AffineRable8Bit
          Concrete implementation of the AffineRable interface.
 class ClipRable8Bit
          ClipRable implementation
 class ColorMatrixRable8Bit
          Implements the interface expected from a color matrix operation
 class ComponentTransferRable8Bit
          This class implements the interface expected from a component transfer operation.
 class CompositeRable8Bit
          Composites a list of images according to a single composite rule.
 class ConvolveMatrixRable8Bit
          Convolves an image with a convolution matrix.
 class DeferRable
          This class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread.
 class DiffuseLightingRable8Bit
          Implementation of the DiffuseLightRable interface.
 class DisplacementMapRable8Bit
          Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
 class FilterAlphaRable
          FilterAlphaRable implementation.
 class FilterAsAlphaRable
          FilterAsAlphaRable implementation.
 class FilterChainRable8Bit
          Implements a filter chain.
 class FilterResRable8Bit
          Interface for implementing filter resolution.
 class FloodRable8Bit
          Concrete implementation of the FloodRable interface.
 class GaussianBlurRable8Bit
          GaussianBlurRable implementation
 class MorphologyRable8Bit
          Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
 class PadRable8Bit
          Concrete implementation of the PadRable interface.
 class ProfileRable
          Implements the interface expected from a color matrix operation
 class RedRable
          RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.
 class SpecularLightingRable8Bit
          Implementation of the SpecularLightRable interface.
 class TileRable8Bit
          8 bit TileRable implementation
 class TurbulenceRable8Bit
          Creates a sourceless image from a turbulence function.
 

Methods in org.apache.batik.ext.awt.image.renderable that return Filter
 Filter PadRable.getSource()
          Returns the source to be padded
 Filter GaussianBlurRable8Bit.getSource()
          Returns the source of the blur operation
 Filter FilterResRable.getSource()
          Returns the source to be cropped.
 Filter SpecularLightingRable8Bit.getSource()
          Returns the source to be filtered
 Filter MorphologyRable.getSource()
          Returns the source to be offset.
 Filter FilterAlphaRable.getSource()
           
 Filter FilterChainRable.getSource()
          Returns this filter's source.
 Filter AffineRable.getSource()
          Returns the source to be offset.
 Filter ConvolveMatrixRable.getSource()
          Returns the source to be Convolved
 Filter SpecularLightingRable.getSource()
          Returns the source to be filtered
 Filter MorphologyRable8Bit.getSource()
          Returns the source to be offset.
 Filter ConvolveMatrixRable8Bit.getSource()
           
 Filter ClipRable8Bit.getSource()
          This returns the current image being masked by the mask node.
 Filter DiffuseLightingRable8Bit.getSource()
          Returns the source to be filtered
 Filter FilterAsAlphaRable.getSource()
           
 Filter OffsetRable.getSource()
          Returns the source to be offset.
 Filter DeferRable.getSource()
          Key method that blocks if the src has not yet been provided.
 Filter TileRable8Bit.getSource()
          Return's the tile source
 Filter GaussianBlurRable.getSource()
          Returns the source to be Blurred
 Filter ComponentTransferRable.getSource()
          Returns the source to be offset.
 Filter ComponentTransferRable8Bit.getSource()
          Returns the source of the blur operation
 Filter FilterResRable8Bit.getSource()
          Returns the source to be cropped.
 Filter ClipRable.getSource()
          This returns the current image being clipped by the clip node.
 Filter ProfileRable.getSource()
          Returns the source of the blur operation
 Filter AffineRable8Bit.getSource()
          Returns the source to be affine.
 Filter ColorMatrixRable.getSource()
          Returns the source to be offset.
 Filter DiffuseLightingRable.getSource()
          Returns the source to be filtered
 Filter TileRable.getSource()
          Return's the tile source (the tile content used to fill the tile region.
 Filter PadRable8Bit.getSource()
          Returns the source to be affine.
 Filter FilterChainRable8Bit.getSource()
          Returns the source of the chain.
 Filter ColorMatrixRable8Bit.getSource()
          Returns the source of the blur operation
 

Methods in org.apache.batik.ext.awt.image.renderable with parameters of type Filter
 void PadRable.setSource(Filter src)
          Sets the source to be padded
protected  void AbstractRable.init(Filter src)
          Initialize an Abstract Rable from src, bounds and props.
protected  void AbstractRable.init(Filter src, java.util.Map props)
          Initialize an Abstract Rable from src, bounds and props.
 void GaussianBlurRable8Bit.setSource(Filter src)
          Sets the source of the blur operation
 void FilterResRable.setSource(Filter src)
          Sets the source to be cropped
 void SpecularLightingRable8Bit.setSource(Filter src)
          Sets the source to be filtered
 void MorphologyRable.setSource(Filter src)
          Sets the source to be offset.
 void FilterChainRable.setSource(Filter src)
          Sets the source for this chain.
 void AffineRable.setSource(Filter src)
          Sets the source to be offset.
 void ConvolveMatrixRable.setSource(Filter src)
          Sets the source to be Convolved
 void SpecularLightingRable.setSource(Filter src)
          Sets the source to be filtered
 void MorphologyRable8Bit.setSource(Filter src)
          Sets the source to be offset.
 void ConvolveMatrixRable8Bit.setSource(Filter src)
           
 void ClipRable8Bit.setSource(Filter src)
          The source to be masked by the mask node.
 void DiffuseLightingRable8Bit.setSource(Filter src)
          Sets the source to be filtered
 void OffsetRable.setSource(Filter src)
          Sets the source to be offset.
 void DeferRable.setSource(Filter src)
          Key method that sets the src.
 void TileRable8Bit.setSource(Filter src)
          Sets the filter source
 void GaussianBlurRable.setSource(Filter src)
          Sets the source to be blurred.
 void ComponentTransferRable.setSource(Filter src)
          Sets the source to be offset.
 void ComponentTransferRable8Bit.setSource(Filter src)
          Sets the source of the blur operation
 void FilterResRable8Bit.setSource(Filter src)
          Sets the source to be cropped
 void ClipRable.setSource(Filter src)
          The source to be clipped by the outline of the clip node.
 void ProfileRable.setSource(Filter src)
          Sets the source of the blur operation
 void AffineRable8Bit.setSource(