Uses of Interface
org.apache.batik.ext.awt.image.renderable.Filter
-
Packages that use Filter Package Description 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 thejava.awt.imagepackage.org.apache.batik.ext.awt.image.codec.imageio org.apache.batik.ext.awt.image.codec.png 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 Modifier and Type Method Description protected static FilterSVGFilterElementBridge. 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 FilterSVGFilterElementBridge. 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.static FilterCSSUtilities. convertFilter(org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)Returns aFilterreferenced by the specified element and which applies on the specified graphics node.protected static FilterSVGFilterElementBridge. createEmptyFilter(org.w3c.dom.Element filterElement, java.awt.geom.Rectangle2D filterRegion, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)Creates a new returns a new filter that fills its output with transparent black.FilterFilterBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)Creates aFilteraccording to the specified parameters.FilterFilterPrimitiveBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeBlendElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeColorMatrixElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeComponentTransferElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeCompositeElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeConvolveMatrixElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeDiffuseLightingElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeDisplacementMapElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeFloodElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeGaussianBlurElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeImageElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeMergeElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeMergeElementBridge.SVGFeMergeNodeElementBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)Creates aFilteraccording to the specified parameters.FilterSVGFeMorphologyElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeOffsetElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeSpecularLightingElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeTileElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeTurbulenceElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFilterElementBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)Creates aFilteraccording to the specified parameters.protected static FilterSVGFeImageElementBridge. createRasterFeImage(BridgeContext ctx, java.awt.geom.Rectangle2D primitiveRegion, ParsedURL purl)Returns a Filter that represents an raster image (JPG or PNG).protected static FilterSVGFeImageElementBridge. 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 FilterCursorManager. 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 spaceFilterSVGBrokenLinkProvider. 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.(package private) static FilterAbstractSVGFilterPrimitiveElementBridge. getFilterSource(org.w3c.dom.Element filterElement, java.lang.String s, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, java.util.Map filterMap, BridgeContext ctx)Returns the filter source according to the specified parameters.protected static FilterAbstractSVGFilterPrimitiveElementBridge. 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 FilterAbstractSVGFilterPrimitiveElementBridge. 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.Methods in org.apache.batik.bridge with parameters of type Filter Modifier and Type Method Description protected static FilterSVGFilterElementBridge. 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 FilterSVGFilterElementBridge. 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.FilterFilterPrimitiveBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeBlendElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeColorMatrixElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeComponentTransferElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeCompositeElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeConvolveMatrixElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeDiffuseLightingElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeDisplacementMapElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeFloodElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeGaussianBlurElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeImageElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeMergeElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeMergeElementBridge.SVGFeMergeNodeElementBridge. createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)Creates aFilteraccording to the specified parameters.FilterSVGFeMorphologyElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeOffsetElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeSpecularLightingElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeTileElementBridge. 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 aFilterprimitive according to the specified parameters.FilterSVGFeTurbulenceElementBridge. 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 aFilterprimitive according to the specified parameters.protected GraphicsNodeSVGImageElementBridge. createRasterImageNode(BridgeContext ctx, org.w3c.dom.Element e, Filter img, ParsedURL purl)Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected static java.util.ListSVGFeMergeElementBridge. 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.protected static FilterAbstractSVGFilterPrimitiveElementBridge. 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 FilterAbstractSVGFilterPrimitiveElementBridge. 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 voidAbstractSVGFilterPrimitiveElementBridge. handleColorInterpolationFilters(Filter filter, org.w3c.dom.Element filterElement)Handles the 'color-interpolation-filters' CSS property.protected static voidAbstractSVGFilterPrimitiveElementBridge. updateFilterMap(org.w3c.dom.Element filterElement, Filter filter, java.util.Map filterMap)Updates the filterMap 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 Modifier and Type Method Description FilterURLImageCache. 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 Modifier and Type Method Description voidURLImageCache. put(ParsedURL purl, Filter filt)Associate bi with purl. -
Uses of Filter in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio that return Filter Modifier and Type Method Description FilterAbstractImageIORegistryEntry. handleStream(java.io.InputStream inIS, ParsedURL origURL, boolean needRawData)Decode the Stream into a RenderableImage -
Uses of Filter in org.apache.batik.ext.awt.image.codec.png
Methods in org.apache.batik.ext.awt.image.codec.png that return Filter Modifier and Type Method Description FilterPNGRegistryEntry. handleStream(java.io.InputStream inIS, ParsedURL origURL, boolean needRawData)Decode the Stream into a RenderableImage -
Uses of Filter in org.apache.batik.ext.awt.image.renderable
Subinterfaces of Filter in org.apache.batik.ext.awt.image.renderable Modifier and Type Interface Description interfaceAffineRableAdjusts the input images coordinate system by a general Affine transforminterfaceClipRableImplements a clip operation.interfaceColorMatrixRableDefines the interface expected from a color matrix operationinterfaceComponentTransferRableDefines the interface expected from a component transfer operation.interfaceCompositeRableComposites a list of images according to a single composite rule.interfaceConvolveMatrixRableConvolves an image with a convolution matrix.interfaceDiffuseLightingRableThis filter primitive lights an image using the alpha channel as a bump map.interfaceDisplacementMapRableImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageinterfaceFilterChainRableImplements a filter operation.interfaceFilterColorInterpolationThis 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.interfaceFilterResRableInterface for implementing filter resolution.interfaceFloodRableFills the input image with a given paintinterfaceGaussianBlurRableImplements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.interfaceMorphologyRableImplements a Morphology operation, where the kernel size is defined by radius along the x and y axis.interfaceOffsetRableAdjusts the input images coordinate system by dx, dy.interfacePadRablePads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop).interfaceSpecularLightingRableThis filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.interfaceTileRableA renderable that can tile its source into the tile region.interfaceTurbulenceRableCreates a sourceless image from a turbulence function.Classes in org.apache.batik.ext.awt.image.renderable that implement Filter Modifier and Type Class Description classAbstractColorInterpolationRableThis 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).classAbstractRableThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface.classAffineRable8BitConcrete implementation of the AffineRable interface.classClipRable8BitClipRable implementationclassColorMatrixRable8BitImplements the interface expected from a color matrix operationclassComponentTransferRable8BitThis class implements the interface expected from a component transfer operation.classCompositeRable8BitComposites a list of images according to a single composite rule.classConvolveMatrixRable8BitConvolves an image with a convolution matrix.classDeferRableThis class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread.classDiffuseLightingRable8BitImplementation of the DiffuseLightRable interface.classDisplacementMapRable8BitImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageclassFilterAlphaRableFilterAlphaRable implementation.classFilterAsAlphaRableFilterAsAlphaRable implementation.classFilterChainRable8BitImplements a filter chain.classFilterResRable8BitInterface for implementing filter resolution.classFloodRable8BitConcrete implementation of the FloodRable interface.classGaussianBlurRable8BitGaussianBlurRable implementationclassMorphologyRable8BitImplements a Morphology operation, where the kernel size is defined by radius along the x and y axis.classPadRable8BitConcrete implementation of the PadRable interface.classProfileRableImplements the interface expected from a color matrix operationclassRedRableRasterRable This is used to wrap a Rendered Image back into the RenderableImage world.classSpecularLightingRable8BitImplementation of the SpecularLightRable interface.classTileRable8Bit8 bit TileRable implementationclassTurbulenceRable8BitCreates a sourceless image from a turbulence function.Fields in org.apache.batik.ext.awt.image.renderable declared as Filter Modifier and Type Field Description private FilterFilterChainRable8Bit. chainSourceThe chain's source(package private) FilterDeferRable. srcMethods in org.apache.batik.ext.awt.image.renderable that return Filter Modifier and Type Method Description FilterAffineRable. getSource()Returns the source to be offset.FilterAffineRable8Bit. getSource()Returns the source to be affine.FilterClipRable. getSource()This returns the current image being clipped by the clip node.FilterClipRable8Bit. getSource()This returns the current image being masked by the mask node.FilterColorMatrixRable. getSource()Returns the source to be offset.FilterColorMatrixRable8Bit. getSource()Returns the source of the blur operationFilterComponentTransferRable. getSource()Returns the source to be offset.FilterComponentTransferRable8Bit. getSource()Returns the source of the blur operationFilterConvolveMatrixRable. getSource()Returns the source to be ConvolvedFilterConvolveMatrixRable8Bit. getSource()FilterDeferRable. getSource()Key method that blocks if the src has not yet been provided.FilterDiffuseLightingRable. getSource()Returns the source to be filteredFilterDiffuseLightingRable8Bit. getSource()Returns the source to be filteredFilterFilterAlphaRable. getSource()FilterFilterAsAlphaRable. getSource()FilterFilterChainRable. getSource()Returns this filter's source.FilterFilterChainRable8Bit. getSource()Returns the source of the chain.FilterFilterResRable. getSource()Returns the source to be cropped.FilterFilterResRable8Bit. getSource()Returns the source to be cropped.FilterGaussianBlurRable. getSource()Returns the source to be BlurredFilterGaussianBlurRable8Bit. getSource()Returns the source of the blur operationFilterMorphologyRable. getSource()Returns the source to be offset.FilterMorphologyRable8Bit. getSource()Returns the source to be offset.FilterOffsetRable. getSource()Returns the source to be offset.FilterPadRable. getSource()Returns the source to be paddedFilterPadRable8Bit. getSource()Returns the source to be affine.FilterProfileRable. getSource()Returns the source of the blur operationFilterSpecularLightingRable. getSource()Returns the source to be filteredFilterSpecularLightingRable8Bit. getSource()Returns the source to be filteredFilterTileRable. getSource()Return's the tile source (the tile content used to fill the tile region.FilterTileRable8Bit. getSource()Return's the tile sourceMethods in org.apache.batik.ext.awt.image.renderable with parameters of type Filter Modifier and Type Method Description protected voidAbstractRable. init(Filter src)Initialize an Abstract Rable from src, bounds and props.protected voidAbstractRable. init(Filter src, java.util.Map props)Initialize an Abstract Rable from src, bounds and props.voidAffineRable. setSource(Filter src)Sets the source to be offset.voidAffineRable8Bit. setSource(Filter src)Sets the source to be affine.voidClipRable. setSource(Filter src)The source to be clipped by the outline of the clip node.voidClipRable8Bit. setSource(Filter src)The source to be masked by the mask node.voidColorMatrixRable. setSource(Filter src)Sets the source to be offset.voidColorMatrixRable8Bit. setSource(Filter src)Sets the source of the blur operationvoidComponentTransferRable. setSource(Filter src)Sets the source to be offset.voidComponentTransferRable8Bit. setSource(Filter src)Sets the source of the blur operationvoidConvolveMatrixRable. setSource(Filter src)Sets the source to be ConvolvedvoidConvolveMatrixRable8Bit. setSource(Filter src)voidDeferRable. setSource(Filter src)Key method that sets the src.voidDiffuseLightingRable. setSource(Filter src)Sets the source to be filteredvoidDiffuseLightingRable8Bit. setSource(Filter src)Sets the source to be filteredvoidFilterChainRable. setSource(Filter src)Sets the source for this chain.voidFilterChainRable8Bit. setSource(Filter chainSource)Sets the source to be src.voidFilterResRable. setSource(Filter src)Sets the source to be croppedvoidFilterResRable8Bit. setSource(Filter src)Sets the source to be croppedvoidGaussianBlurRable. setSource(Filter src)Sets the source to be blurred.voidGaussianBlurRable8Bit. setSource(Filter src)Sets the source of the blur operationvoidMorphologyRable. setSource(Filter src)Sets the source to be offset.voidMorphologyRable8Bit. setSource(Filter src)Sets the source to be offset.voidOffsetRable. setSource(Filter src)Sets the source to be offset.voidPadRable. setSource(Filter src)Sets the source to be paddedvoidPadRable8Bit. setSource(Filter src)Sets the source to be affine.voidProfileRable. setSource(Filter src)Sets the source of the blur operationvoidSpecularLightingRable. setSource(Filter src)Sets the source to be filteredvoidSpecularLightingRable8Bit. setSource(Filter src)Sets the source to be filteredvoidTileRable. setSource(Filter source)Sets the filter source (the tile content used to fill the tile region.voidTileRable8Bit. setSource(Filter src)Sets the filter sourceConstructors in org.apache.batik.ext.awt.image.renderable with parameters of type Filter Constructor Description AbstractColorInterpolationRable(Filter src)Construct an Abstract Rable from src.AbstractColorInterpolationRable(Filter src, java.util.Map props)Construct an Abstract Rable from src and props.AbstractRable(Filter src)Construct an Abstract Rable from src.AbstractRable(Filter src, java.util.Map props)Construct an Abstract Rable from src and props.AffineRable8Bit(Filter src, java.awt.geom.AffineTransform affine)ClipRable8Bit(Filter src, java.awt.Shape clipPath)ClipRable8Bit(Filter src, java.awt.Shape clipPath, boolean useAA)ComponentTransferRable8Bit(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction)ConvolveMatrixRable8Bit(Filter source)DiffuseLightingRable8Bit(Filter src, java.awt.geom.Rectangle2D litRegion, Light light, double kd, double surfaceScale, double[] kernelUnitLength)FilterAlphaRable(Filter src)FilterAsAlphaRable(Filter src)FilterChainRable8Bit(Filter source, java.awt.geom.Rectangle2D filterRegion)Default constructor.FilterResRable8Bit(Filter src, int filterResX, int filterResY)GaussianBlurRable8Bit(Filter src, double stdevX, double stdevY)MorphologyRable8Bit(Filter src, double radiusX, double radiusY, boolean doDilation)PadRable8Bit(Filter src, java.awt.geom.Rectangle2D padRect, PadMode padMode)ProfileRable(Filter src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)Instances should be built through the static factory methodsSpecularLightingRable8Bit(Filter src, java.awt.geom.Rectangle2D litRegion, Light light, double ks, double specularExponent, double surfaceScale, double[] kernelUnitLength)TileRable8Bit(Filter source, java.awt.geom.Rectangle2D tiledRegion, java.awt.geom.Rectangle2D tileRegion, boolean overflow)Default constructor -
Uses of Filter in org.apache.batik.ext.awt.image.spi
Fields in org.apache.batik.ext.awt.image.spi declared as Filter Modifier and Type Field Description (package private) static FilterDefaultBrokenLinkProvider. brokenLinkImgMethods in org.apache.batik.ext.awt.image.spi that return Filter Modifier and Type Method Description FilterImageTagRegistry. checkCache(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)abstract FilterBrokenLinkProvider. getBrokenLinkImage(java.lang.Object base, java.lang.String code, java.lang.Object[] params)This method is responsbile for constructing an image that will represent the missing image in the document.FilterDefaultBrokenLinkProvider. getBrokenLinkImage(java.lang.Object base, java.lang.String code, java.lang.Object[] params)static FilterImageTagRegistry. getBrokenLinkImage(java.lang.Object base, java.lang.String code, java.lang.Object[] params)FilterStreamRegistryEntry. handleStream(java.io.InputStream is, ParsedURL origURL, boolean needRawData)Decode the Stream into a Filter.FilterJDKRegistryEntry. handleURL(ParsedURL purl, boolean needRawData)Decode the URL into a RenderableImageFilterURLRegistryEntry. handleURL(ParsedURL url, boolean needRawData)Decode the URL into a RenderableImage, here you should feel free to open the URL yourself.FilterImageTagRegistry. readStream(java.io.InputStream is)FilterImageTagRegistry. readStream(java.io.InputStream is, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)FilterImageTagRegistry. readURL(java.io.InputStream is, ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace, boolean allowOpenStream, boolean returnBrokenLink)FilterImageTagRegistry. readURL(ParsedURL purl)FilterImageTagRegistry. readURL(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)Methods in org.apache.batik.ext.awt.image.spi with parameters of type Filter Modifier and Type Method Description static booleanBrokenLinkProvider. hasBrokenLinkProperty(Filter f) -
Uses of Filter in org.apache.batik.extension.svg
Subinterfaces of Filter in org.apache.batik.extension.svg Modifier and Type Interface Description interfaceBatikHistogramNormalizationFilterClasses in org.apache.batik.extension.svg that implement Filter Modifier and Type Class Description classBatikHistogramNormalizationFilter8BitMethods in org.apache.batik.extension.svg that return Filter Modifier and Type Method Description FilterBatikHistogramNormalizationElementBridge. 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 aFilterprimitive according to the specified parameters.FilterBatikHistogramNormalizationFilter. getSource()Returns the source to be offset.FilterBatikHistogramNormalizationFilter8Bit. getSource()Returns the source of the operationMethods in org.apache.batik.extension.svg with parameters of type Filter Modifier and Type Method Description FilterBatikHistogramNormalizationElementBridge. 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 aFilterprimitive according to the specified parameters.voidBatikHistogramNormalizationFilter. setSource(Filter src)Sets the source to be offset.voidBatikHistogramNormalizationFilter8Bit. setSource(Filter src)Sets the source of the operationConstructors in org.apache.batik.extension.svg with parameters of type Filter Constructor Description BatikHistogramNormalizationFilter8Bit(Filter src, float trim) -
Uses of Filter in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as Filter Modifier and Type Field Description protected FilterAbstractGraphicsNode. filterThe filter of this graphics node.protected FilterRasterImageNode. imageThe renderable image that represents this image node.private FilterPatternPaint. tileMethods in org.apache.batik.gvt that return Filter Modifier and Type Method Description FilterAbstractGraphicsNode. getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded)Returns the GraphicsNodeRable for this node.FilterGraphicsNode. getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded)Returns the GraphicsNodeRable for this node.FilterAbstractGraphicsNode. getFilter()Returns the filter of this node or null if any.FilterGraphicsNode. getFilter()Returns the filter of this node or null if any.FilterAbstractGraphicsNode. getGraphicsNodeRable(boolean createIfNeeded)Returns the GraphicsNodeRable for this node.FilterGraphicsNode. getGraphicsNodeRable(boolean createIfNeeded)Returns the GraphicsNodeRable for this node.FilterRasterImageNode. getGraphicsNodeRable()Returns the RenderableImage for this node.FilterRasterImageNode. getImage()Returns the raster image of this raster image node.Methods in org.apache.batik.gvt with parameters of type Filter Modifier and Type Method Description voidAbstractGraphicsNode. setFilter(Filter newFilter)Sets the filter of this node.voidGraphicsNode. setFilter(Filter newFilter)Sets the filter of this node.voidRasterImageNode. setImage(Filter newImage)Sets the raster image of this raster image node.private voidAbstractGraphicsNode. traceFilter(Filter filter, java.lang.String prefix)DEBUG: Trace filter chainConstructors in org.apache.batik.gvt with parameters of type Filter Constructor Description PatternPaintContext(java.awt.image.ColorModel destCM, java.awt.geom.AffineTransform usr2dev, java.awt.RenderingHints hints, Filter tile, java.awt.geom.Rectangle2D patternRegion, boolean overflow) -
Uses of Filter in org.apache.batik.gvt.filter
Subinterfaces of Filter in org.apache.batik.gvt.filter Modifier and Type Interface Description interfaceGraphicsNodeRableThis interface allowsGraphicsNodeto be seen asRenderableImages, which can be used for operations such as filtering, masking or compositing.interfaceMaskImplements a masking operation.Classes in org.apache.batik.gvt.filter that implement Filter Modifier and Type Class Description classBackgroundRable8BitThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.classGraphicsNodeRable8BitThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.classMaskRable8BitMaskRable implementationMethods in org.apache.batik.gvt.filter that return Filter Modifier and Type Method Description FilterBackgroundRable8Bit. getBackground(GraphicsNode gn, GraphicsNode child, java.awt.geom.Rectangle2D aoi)Returns a filter that represents the background image forchild.FilterMask. getSource()This returns the current image being masked by the mask node.FilterMaskRable8Bit. getSource()This returns the current image being masked by the mask node.Methods in org.apache.batik.gvt.filter with parameters of type Filter Modifier and Type Method Description voidMask. setSource(Filter src)The source to be masked by the mask node.voidMaskRable8Bit. setSource(Filter src)The source to be masked by the mask node.Constructors in org.apache.batik.gvt.filter with parameters of type Filter Constructor Description MaskRable8Bit(Filter src, GraphicsNode mask, java.awt.geom.Rectangle2D filterRegion) -
Uses of Filter in org.apache.batik.gvt.renderer
Fields in org.apache.batik.gvt.renderer declared as Filter Modifier and Type Field Description protected FilterStaticRenderer. rootFilter
-