Uses of Interface
org.apache.batik.ext.awt.image.renderable.Filter
Packages that use Filter
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains extensions to the
java.awt.image package.Contains all of the interfaces for describing and painting vector
graphics as Java objects.
Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
-
Uses of Filter in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return FilterModifier and TypeMethodDescriptionprotected static FilterSVGFilterElementBridge.buildFilterPrimitives(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, 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(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, 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(Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx) Returns aFilterreferenced by the specified element and which applies on the specified graphics node.protected static FilterSVGFilterElementBridge.createEmptyFilter(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx) Creates a new returns a new filter that fills its output with transparent black.FilterBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilteraccording to the specified parameters.FilterPrimitiveBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeBlendElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeFloodElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeImageElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeMergeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap) Creates aFilteraccording to the specified parameters.SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeTileElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFilterElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilteraccording to the specified parameters.protected static FilterSVGFeImageElementBridge.createRasterFeImage(BridgeContext ctx, Rectangle2D primitiveRegion, ParsedURL purl) Returns a Filter that represents an raster image (JPG or PNG).protected static FilterSVGFeImageElementBridge.createSVGFeImage(BridgeContext ctx, Rectangle2D primitiveRegion, Element refElement, boolean toBBoxNeeded, Element filterElement, GraphicsNode filteredNode) Returns a Filter that represents a svg document or element as an image.protected FilterCursorManager.cursorHrefToFilter(Element cursorElement, ParsedURL purl, Point2D hotSpot) Converts the input ParsedURL into a Filter and transforms the input hotSpot point (in image space) to cursor spaceSVGBrokenLinkProvider.getBrokenLinkImage(Object base, String code, Object[] params) This method is responsible for constructing an image that will represent the missing image in the document.(package private) static FilterAbstractSVGFilterPrimitiveElementBridge.getFilterSource(Element filterElement, String s, Element filteredElement, GraphicsNode filteredNode, Map filterMap, BridgeContext ctx) Returns the filter source according to the specified parameters.protected static FilterAbstractSVGFilterPrimitiveElementBridge.getIn(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap, BridgeContext ctx) Returns the input source of the specified filter primitive element defined by its 'in' attribute.protected static FilterAbstractSVGFilterPrimitiveElementBridge.getIn2(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, 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 FilterModifier and TypeMethodDescriptionprotected static FilterSVGFilterElementBridge.buildFilterPrimitives(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, 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(Element filterElement, Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, 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.FilterPrimitiveBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeBlendElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeFloodElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeImageElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeMergeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap) Creates aFilteraccording to the specified parameters.SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeTileElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.protected GraphicsNodeSVGImageElementBridge.createRasterImageNode(BridgeContext ctx, Element e, Filter img, ParsedURL purl) Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected static ListSVGFeMergeElementBridge.extractFeMergeNode(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap, BridgeContext ctx) Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element.protected static FilterAbstractSVGFilterPrimitiveElementBridge.getIn(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap, BridgeContext ctx) Returns the input source of the specified filter primitive element defined by its 'in' attribute.protected static FilterAbstractSVGFilterPrimitiveElementBridge.getIn2(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, 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, Element filterElement) Handles the 'color-interpolation-filters' CSS property.protected static voidAbstractSVGFilterPrimitiveElementBridge.updateFilterMap(Element filterElement, Filter filter, 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 FilterModifier and TypeMethodDescriptionIf this returns null then you are now 'on the hook'.Methods in org.apache.batik.ext.awt.image with parameters of type Filter -
Uses of Filter in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio that return FilterModifier and TypeMethodDescriptionAbstractImageIORegistryEntry.handleStream(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 FilterModifier and TypeMethodDescriptionPNGRegistryEntry.handleStream(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.renderableModifier and TypeInterfaceDescriptioninterfaceAdjusts the input images coordinate system by a general Affine transforminterfaceImplements a clip operation.interfaceDefines the interface expected from a color matrix operationinterfaceDefines the interface expected from a component transfer operation.interfaceComposites a list of images according to a single composite rule.interfaceConvolves an image with a convolution matrix.interfaceThis filter primitive lights an image using the alpha channel as a bump map.interfaceImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageinterfaceImplements a filter operation.interfaceThis 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.interfaceInterface for implementing filter resolution.interfaceFills the input image with a given paintinterfaceImplements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.interfaceImplements a Morphology operation, where the kernel size is defined by radius along the x and y axis.interfaceAdjusts the input images coordinate system by dx, dy.interfacePads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop).interfaceThis filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.interfaceA renderable that can tile its source into the tile region.interfaceCreates a sourceless image from a turbulence function.Classes in org.apache.batik.ext.awt.image.renderable that implement FilterModifier and TypeClassDescriptionclassThis 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).classThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface.classConcrete implementation of the AffineRable interface.classClipRable implementationfinal classImplements the interface expected from a color matrix operationclassThis class implements the interface expected from a component transfer operation.classComposites a list of images according to a single composite rule.classConvolves an image with a convolution matrix.classThis class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread.classImplementation of the DiffuseLightRable interface.classImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageclassFilterAlphaRable implementation.classFilterAsAlphaRable implementation.classImplements a filter chain.classInterface for implementing filter resolution.classConcrete implementation of the FloodRable interface.classGaussianBlurRable implementationclassImplements a Morphology operation, where the kernel size is defined by radius along the x and y axis.classConcrete implementation of the PadRable interface.classImplements the interface expected from a color matrix operationclassRasterRable This is used to wrap a Rendered Image back into the RenderableImage world.classImplementation of the SpecularLightRable interface.class8 bit TileRable implementationclassCreates a sourceless image from a turbulence function.Fields in org.apache.batik.ext.awt.image.renderable declared as FilterModifier and TypeFieldDescriptionprivate FilterFilterChainRable8Bit.chainSourceThe chain's source(package private) FilterDeferRable.srcMethods in org.apache.batik.ext.awt.image.renderable that return FilterModifier and TypeMethodDescriptionAffineRable.getSource()Returns the source to be offset.AffineRable8Bit.getSource()Returns the source to be affine.ClipRable.getSource()This returns the current image being clipped by the clip node.ClipRable8Bit.getSource()This returns the current image being masked by the mask node.ColorMatrixRable.getSource()Returns the source to be offset.ColorMatrixRable8Bit.getSource()Returns the source of the blur operationComponentTransferRable.getSource()Returns the source to be offset.ComponentTransferRable8Bit.getSource()Returns the source of the blur operationConvolveMatrixRable.getSource()Returns the source to be ConvolvedConvolveMatrixRable8Bit.getSource()DeferRable.getSource()Key method that blocks if the src has not yet been provided.DiffuseLightingRable.getSource()Returns the source to be filteredDiffuseLightingRable8Bit.getSource()Returns the source to be filteredFilterAlphaRable.getSource()FilterAsAlphaRable.getSource()FilterChainRable.getSource()Returns this filter's source.FilterChainRable8Bit.getSource()Returns the source of the chain.FilterResRable.getSource()Returns the source to be cropped.FilterResRable8Bit.getSource()Returns the source to be cropped.GaussianBlurRable.getSource()Returns the source to be BlurredGaussianBlurRable8Bit.getSource()Returns the source of the blur operationMorphologyRable.getSource()Returns the source to be offset.MorphologyRable8Bit.getSource()Returns the source to be offset.OffsetRable.getSource()Returns the source to be offset.PadRable.getSource()Returns the source to be paddedPadRable8Bit.getSource()Returns the source to be affine.ProfileRable.getSource()Returns the source of the blur operationSpecularLightingRable.getSource()Returns the source to be filteredSpecularLightingRable8Bit.getSource()Returns the source to be filteredTileRable.getSource()Return's the tile source (the tile content used to fill the tile region.TileRable8Bit.getSource()Return's the tile sourceMethods in org.apache.batik.ext.awt.image.renderable with parameters of type FilterModifier and TypeMethodDescriptionprotected voidInitialize an Abstract Rable from src, bounds and props.protected voidInitialize an Abstract Rable from src, bounds and props.voidSets the source to be offset.voidSets the source to be affine.voidThe source to be clipped by the outline of the clip node.voidThe source to be masked by the mask node.voidSets the source to be offset.voidSets the source of the blur operationvoidSets the source to be offset.voidSets the source of the blur operationvoidSets the source to be ConvolvedvoidvoidKey method that sets the src.voidSets the source to be filteredvoidSets the source to be filteredvoidSets the source for this chain.voidSets the source to be src.voidSets the source to be croppedvoidSets the source to be croppedvoidSets the source to be blurred.voidSets the source of the blur operationvoidSets the source to be offset.voidSets the source to be offset.voidSets the source to be offset.voidSets the source to be paddedvoidSets the source to be affine.voidSets the source of the blur operationvoidSets the source to be filteredvoidSets the source to be filteredvoidSets the filter source (the tile content used to fill the tile region.voidSets the filter sourceConstructors in org.apache.batik.ext.awt.image.renderable with parameters of type FilterModifierConstructorDescriptionprotectedConstruct an Abstract Rable from src.protectedAbstractColorInterpolationRable(Filter src, Map props) Construct an Abstract Rable from src and props.protectedAbstractRable(Filter src) Construct an Abstract Rable from src.protectedAbstractRable(Filter src, Map props) Construct an Abstract Rable from src and props.AffineRable8Bit(Filter src, AffineTransform affine) ClipRable8Bit(Filter src, Shape clipPath) ClipRable8Bit(Filter src, Shape clipPath, boolean useAA) ComponentTransferRable8Bit(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction) ConvolveMatrixRable8Bit(Filter source) DiffuseLightingRable8Bit(Filter src, Rectangle2D litRegion, Light light, double kd, double surfaceScale, double[] kernelUnitLength) FilterAlphaRable(Filter src) FilterAsAlphaRable(Filter src) FilterChainRable8Bit(Filter source, 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, 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, Rectangle2D litRegion, Light light, double ks, double specularExponent, double surfaceScale, double[] kernelUnitLength) TileRable8Bit(Filter source, Rectangle2D tiledRegion, 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 FilterModifier and TypeFieldDescription(package private) static FilterDefaultBrokenLinkProvider.brokenLinkImgMethods in org.apache.batik.ext.awt.image.spi that return FilterModifier and TypeMethodDescriptionImageTagRegistry.checkCache(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) abstract FilterBrokenLinkProvider.getBrokenLinkImage(Object base, String code, Object[] params) This method is responsbile for constructing an image that will represent the missing image in the document.DefaultBrokenLinkProvider.getBrokenLinkImage(Object base, String code, Object[] params) static FilterImageTagRegistry.getBrokenLinkImage(Object base, String code, Object[] params) StreamRegistryEntry.handleStream(InputStream is, ParsedURL origURL, boolean needRawData) Decode the Stream into a Filter.Decode the URL into a RenderableImageDecode the URL into a RenderableImage, here you should feel free to open the URL yourself.ImageTagRegistry.readStream(InputStream is) ImageTagRegistry.readStream(InputStream is, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) ImageTagRegistry.readURL(InputStream is, ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace, boolean allowOpenStream, boolean returnBrokenLink) ImageTagRegistry.readURL(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Methods in org.apache.batik.ext.awt.image.spi with parameters of type FilterModifier and TypeMethodDescriptionstatic booleanBrokenLinkProvider.hasBrokenLinkProperty(Filter f) -
Uses of Filter in org.apache.batik.extension.svg
Subinterfaces of Filter in org.apache.batik.extension.svgClasses in org.apache.batik.extension.svg that implement FilterMethods in org.apache.batik.extension.svg that return FilterModifier and TypeMethodDescriptionBatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.BatikHistogramNormalizationFilter.getSource()Returns the source to be offset.BatikHistogramNormalizationFilter8Bit.getSource()Returns the source of the operationMethods in org.apache.batik.extension.svg with parameters of type FilterModifier and TypeMethodDescriptionBatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilterprimitive according to the specified parameters.voidSets the source to be offset.voidSets the source of the operationConstructors in org.apache.batik.extension.svg with parameters of type Filter -
Uses of Filter in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as FilterModifier and TypeFieldDescriptionprotected 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 FilterModifier and TypeMethodDescriptionAbstractGraphicsNode.getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded) Returns the GraphicsNodeRable for this node.GraphicsNode.getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded) Returns the GraphicsNodeRable for this node.AbstractGraphicsNode.getFilter()Returns the filter of this node or null if any.GraphicsNode.getFilter()Returns the filter of this node or null if any.AbstractGraphicsNode.getGraphicsNodeRable(boolean createIfNeeded) Returns the GraphicsNodeRable for this node.GraphicsNode.getGraphicsNodeRable(boolean createIfNeeded) Returns the GraphicsNodeRable for this node.RasterImageNode.getGraphicsNodeRable()Returns the RenderableImage for this node.RasterImageNode.getImage()Returns the raster image of this raster image node.Methods in org.apache.batik.gvt with parameters of type FilterModifier and TypeMethodDescriptionvoidSets the filter of this node.voidSets the filter of this node.voidSets the raster image of this raster image node.private voidAbstractGraphicsNode.traceFilter(Filter filter, String prefix) DEBUG: Trace filter chainConstructors in org.apache.batik.gvt with parameters of type FilterModifierConstructorDescriptionPatternPaintContext(ColorModel destCM, AffineTransform usr2dev, RenderingHints hints, Filter tile, Rectangle2D patternRegion, boolean overflow) -
Uses of Filter in org.apache.batik.gvt.filter
Subinterfaces of Filter in org.apache.batik.gvt.filterModifier and TypeInterfaceDescriptioninterfaceThis interface allowsGraphicsNodeto be seen asRenderableImages, which can be used for operations such as filtering, masking or compositing.interfaceImplements a masking operation.Classes in org.apache.batik.gvt.filter that implement FilterModifier and TypeClassDescriptionclassThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.classThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.classMaskRable implementationMethods in org.apache.batik.gvt.filter that return FilterModifier and TypeMethodDescriptionBackgroundRable8Bit.getBackground(GraphicsNode gn, GraphicsNode child, Rectangle2D aoi) Returns a filter that represents the background image forchild.Mask.getSource()This returns the current image being masked by the mask node.MaskRable8Bit.getSource()This returns the current image being masked by the mask node.Methods in org.apache.batik.gvt.filter with parameters of type FilterModifier and TypeMethodDescriptionvoidThe source to be masked by the mask node.voidThe source to be masked by the mask node.Constructors in org.apache.batik.gvt.filter with parameters of type FilterModifierConstructorDescriptionMaskRable8Bit(Filter src, GraphicsNode mask, Rectangle2D filterRegion) -
Uses of Filter in org.apache.batik.gvt.renderer
Fields in org.apache.batik.gvt.renderer declared as Filter