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 Filter
SVGFilterElementBridge.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 Filter
SVGFilterElementBridge.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 Filter
CSSUtilities.convertFilter
(Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx) Returns aFilter
referenced by the specified element and which applies on the specified graphics node.protected static Filter
SVGFilterElementBridge.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 aFilter
according to the specified parameters.FilterPrimitiveBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeBlendElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeColorMatrixElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeComponentTransferElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeCompositeElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeConvolveMatrixElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeDiffuseLightingElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeDisplacementMapElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeFloodElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeGaussianBlurElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeImageElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeMergeElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap) Creates aFilter
according to the specified parameters.SVGFeMorphologyElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeOffsetElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeSpecularLightingElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeTileElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeTurbulenceElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFilterElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilter
according to the specified parameters.protected static Filter
SVGFeImageElementBridge.createRasterFeImage
(BridgeContext ctx, Rectangle2D primitiveRegion, ParsedURL purl) Returns a Filter that represents an raster image (JPG or PNG).protected static Filter
SVGFeImageElementBridge.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 Filter
CursorManager.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.protected static Filter
AbstractSVGFilterPrimitiveElementBridge.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 Filter
AbstractSVGFilterPrimitiveElementBridge.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 Filter
SVGFilterElementBridge.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 Filter
SVGFilterElementBridge.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 aFilter
primitive according to the specified parameters.SVGFeBlendElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeColorMatrixElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeComponentTransferElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeCompositeElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeConvolveMatrixElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeDiffuseLightingElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeDisplacementMapElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeFloodElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeGaussianBlurElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeImageElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeMergeElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Map filterMap) Creates aFilter
according to the specified parameters.SVGFeMorphologyElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeOffsetElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeSpecularLightingElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeTileElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.SVGFeTurbulenceElementBridge.createFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, Rectangle2D filterRegion, Map filterMap) Creates aFilter
primitive according to the specified parameters.protected GraphicsNode
SVGImageElementBridge.createRasterImageNode
(BridgeContext ctx, Element e, Filter img, ParsedURL purl) Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected static List
SVGFeMergeElementBridge.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 Filter
AbstractSVGFilterPrimitiveElementBridge.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 Filter
AbstractSVGFilterPrimitiveElementBridge.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 void
AbstractSVGFilterPrimitiveElementBridge.handleColorInterpolationFilters
(Filter filter, Element filterElement) Handles the 'color-interpolation-filters' CSS property.protected static void
AbstractSVGFilterPrimitiveElementBridge.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 TypeInterfaceDescriptioninterface
Adjusts the input images coordinate system by a general Affine transforminterface
Implements a clip operation.interface
Defines the interface expected from a color matrix operationinterface
Defines the interface expected from a component transfer operation.interface
Composites a list of images according to a single composite rule.interface
Convolves an image with a convolution matrix.interface
This filter primitive lights an image using the alpha channel as a bump map.interface
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageinterface
Implements a filter operation.interface
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
Interface for implementing filter resolution.interface
Fills the input image with a given paintinterface
Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.interface
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.interface
Adjusts the input images coordinate system by dx, dy.interface
Pads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop).interface
This filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.interface
A renderable that can tile its source into the tile region.interface
Creates a sourceless image from a turbulence function.Classes in org.apache.batik.ext.awt.image.renderable that implement FilterModifier and TypeClassDescriptionclass
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
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface.class
Concrete implementation of the AffineRable interface.class
ClipRable implementationfinal class
Implements the interface expected from a color matrix operationclass
This class implements the interface expected from a component transfer operation.class
Composites a list of images according to a single composite rule.class
Convolves an image with a convolution matrix.class
This class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread.class
Implementation of the DiffuseLightRable interface.class
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageclass
FilterAlphaRable implementation.class
FilterAsAlphaRable implementation.class
Implements a filter chain.class
Interface for implementing filter resolution.class
Concrete implementation of the FloodRable interface.class
GaussianBlurRable implementationclass
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.class
Concrete implementation of the PadRable interface.class
Implements the interface expected from a color matrix operationclass
RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.class
Implementation of the SpecularLightRable interface.class
8 bit TileRable implementationclass
Creates a sourceless image from a turbulence function.Methods 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 void
Initialize an Abstract Rable from src, bounds and props.protected void
Initialize an Abstract Rable from src, bounds and props.void
Sets the source to be offset.void
Sets the source to be affine.void
The source to be clipped by the outline of the clip node.void
The source to be masked by the mask node.void
Sets the source to be offset.void
Sets the source of the blur operationvoid
Sets the source to be offset.void
Sets the source of the blur operationvoid
Sets the source to be Convolvedvoid
void
Key method that sets the src.void
Sets the source to be filteredvoid
Sets the source to be filteredvoid
Sets the source for this chain.void
Sets the source to be src.void
Sets the source to be croppedvoid
Sets the source to be croppedvoid
Sets the source to be blurred.void
Sets the source of the blur operationvoid
Sets the source to be offset.void
Sets the source to be offset.void
Sets the source to be offset.void
Sets the source to be paddedvoid
Sets the source to be affine.void
Sets the source of the blur operationvoid
Sets the source to be filteredvoid
Sets the source to be filteredvoid
Sets the filter source (the tile content used to fill the tile region.void
Sets the filter sourceConstructors in org.apache.batik.ext.awt.image.renderable with parameters of type FilterModifierConstructorDescriptionprotected
Construct an Abstract Rable from src.protected
AbstractColorInterpolationRable
(Filter src, Map props) Construct an Abstract Rable from src and props.protected
AbstractRable
(Filter src) Construct an Abstract Rable from src.protected
AbstractRable
(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
Methods in org.apache.batik.ext.awt.image.spi that return FilterModifier and TypeMethodDescriptionImageTagRegistry.checkCache
(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) abstract Filter
BrokenLinkProvider.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 Filter
ImageTagRegistry.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 boolean
BrokenLinkProvider.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 aFilter
primitive 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 aFilter
primitive according to the specified parameters.void
Sets the source to be offset.void
Sets 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 Filter
AbstractGraphicsNode.filter
The filter of this graphics node.protected Filter
RasterImageNode.image
The renderable image that represents this image node.Methods 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 TypeMethodDescriptionvoid
Sets the filter of this node.void
Sets the filter of this node.void
Sets the raster image of this raster image node.Constructors 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 TypeInterfaceDescriptioninterface
This interface allowsGraphicsNode
to be seen asRenderableImages
, which can be used for operations such as filtering, masking or compositing.interface
Implements a masking operation.Classes in org.apache.batik.gvt.filter that implement FilterModifier and TypeClassDescriptionclass
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.class
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.class
MaskRable 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 TypeMethodDescriptionvoid
The source to be masked by the mask node.void
The 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