|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.ext.awt.image | Contains extensions to the java.awt.image package. |
org.apache.batik.ext.awt.image.codec.imageio | |
org.apache.batik.ext.awt.image.codec.jpeg | |
org.apache.batik.ext.awt.image.codec.png | |
org.apache.batik.ext.awt.image.codec.tiff | |
org.apache.batik.ext.awt.image.renderable | |
org.apache.batik.ext.awt.image.spi | |
org.apache.batik.extension.svg | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.filter | Contains all of the interfaces for describing a set of standard image processing filters Java objects. |
org.apache.batik.gvt.renderer |
Uses of Filter in org.apache.batik.bridge |
---|
Methods in org.apache.batik.bridge that return Filter | |
---|---|
protected static Filter |
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 a Filter 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. |
Filter |
FilterBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode)
Creates a Filter according to the specified parameters. |
Filter |
SVGFilterElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode)
Creates a Filter according to the specified parameters. |
Filter |
SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Map filterMap)
Creates a Filter according to the specified parameters. |
Filter |
FilterPrimitiveBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter in,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeMergeElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeBlendElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeOffsetElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeCompositeElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeImageElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeFloodElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeTileElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive 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 space |
Filter |
SVGBrokenLinkProvider.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 Filter | |
---|---|
protected 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. |
Filter |
SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Map filterMap)
Creates a Filter according to the specified parameters. |
Filter |
FilterPrimitiveBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter in,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeMergeElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeBlendElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeOffsetElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeCompositeElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeImageElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeFloodElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
SVGFeTileElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter 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 Filter | |
---|---|
Filter |
URLImageCache.request(ParsedURL purl)
If this returns null then you are now 'on the hook'. |
Methods in org.apache.batik.ext.awt.image with parameters of type Filter | |
---|---|
void |
URLImageCache.put(ParsedURL purl,
Filter filt)
Associate bi with purl. |
Uses of Filter in org.apache.batik.ext.awt.image.codec.imageio |
---|
Methods in org.apache.batik.ext.awt.image.codec.imageio that return Filter | |
---|---|
Filter |
AbstractImageIORegistryEntry.handleStream(InputStream inIS,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a RenderableImage |
Uses of Filter in org.apache.batik.ext.awt.image.codec.jpeg |
---|
Methods in org.apache.batik.ext.awt.image.codec.jpeg that return Filter | |
---|---|
Filter |
JPEGRegistryEntry.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 Filter | |
---|---|
Filter |
PNGRegistryEntry.handleStream(InputStream inIS,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a RenderableImage |
Uses of Filter in org.apache.batik.ext.awt.image.codec.tiff |
---|
Methods in org.apache.batik.ext.awt.image.codec.tiff that return Filter | |
---|---|
Filter |
TIFFRegistryEntry.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.renderable | |
---|---|
interface |
AffineRable
Adjusts the input images coordinate system by a general Affine transform |
interface |
ClipRable
Implements a clip operation. |
interface |
ColorMatrixRable
Defines the interface expected from a color matrix operation |
interface |
ComponentTransferRable
Defines the interface expected from a component transfer operation. |
interface |
CompositeRable
Composites a list of images according to a single composite rule. |
interface |
ConvolveMatrixRable
Convolves an image with a convolution matrix. |
interface |
DiffuseLightingRable
This filter primitive lights an image using the alpha channel as a bump map. |
interface |
DisplacementMapRable
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image |
interface |
FilterChainRable
Implements a filter operation. |
interface |
FilterColorInterpolation
This is an extension of our Filter interface that adds support for a color-interpolation specification which indicates what colorspace the operation should take place in. |
interface |
FilterResRable
Interface for implementing filter resolution. |
interface |
FloodRable
Fills the input image with a given paint |
interface |
GaussianBlurRable
Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis. |
interface |
MorphologyRable
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis. |
interface |
OffsetRable
Adjusts the input images coordinate system by dx, dy. |
interface |
PadRable
Pads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop). |
interface |
SpecularLightingRable
This filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification. |
interface |
TileRable
A renderable that can tile its source into the tile region. |
interface |
TurbulenceRable
Creates a sourceless image from a turbulence function. |
Classes in org.apache.batik.ext.awt.image.renderable that implement Filter | |
---|---|
class |
AbstractColorInterpolationRable
This is an abstract base class that adds the ability to specify the Color Space that the operation should take place in (linear sRGB or gamma corrected sRBG). |
class |
AbstractRable
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface. |
class |
AffineRable8Bit
Concrete implementation of the AffineRable interface. |
class |
ClipRable8Bit
ClipRable implementation |
class |
ColorMatrixRable8Bit
Implements the interface expected from a color matrix operation |
class |
ComponentTransferRable8Bit
This class implements the interface expected from a component transfer operation. |
class |
CompositeRable8Bit
Composites a list of images according to a single composite rule. |
class |
ConvolveMatrixRable8Bit
Convolves an image with a convolution matrix. |
class |
DeferRable
This class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread. |
class |
DiffuseLightingRable8Bit
Implementation of the DiffuseLightRable interface. |
class |
DisplacementMapRable8Bit
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image |
class |
FilterAlphaRable
FilterAlphaRable implementation. |
class |
FilterAsAlphaRable
FilterAsAlphaRable implementation. |
class |
FilterChainRable8Bit
Implements a filter chain. |
class |
FilterResRable8Bit
Interface for implementing filter resolution. |
class |
FloodRable8Bit
Concrete implementation of the FloodRable interface. |
class |
GaussianBlurRable8Bit
GaussianBlurRable implementation |
class |
MorphologyRable8Bit
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis. |
class |
PadRable8Bit
Concrete implementation of the PadRable interface. |
class |
ProfileRable
Implements the interface expected from a color matrix operation |
class |
RedRable
RasterRable This is used to wrap a Rendered Image back into the RenderableImage world. |
class |
SpecularLightingRable8Bit
Implementation of the SpecularLightRable interface. |
class |
TileRable8Bit
8 bit TileRable implementation |
class |
TurbulenceRable8Bit
Creates a sourceless image from a turbulence function. |
Methods in org.apache.batik.ext.awt.image.renderable that return Filter | |
---|---|
Filter |
PadRable.getSource()
Returns the source to be padded |
Filter |
OffsetRable.getSource()
Returns the source to be offset. |
Filter |
FilterResRable8Bit.getSource()
Returns the source to be cropped. |
Filter |
FilterChainRable8Bit.getSource()
Returns the source of the chain. |
Filter |
ProfileRable.getSource()
Returns the source of the blur operation |
Filter |
FilterResRable.getSource()
Returns the source to be cropped. |
Filter |
ComponentTransferRable8Bit.getSource()
Returns the source of the blur operation |
Filter |
TileRable.getSource()
Return's the tile source (the tile content used to fill the tile region. |
Filter |
PadRable8Bit.getSource()
Returns the source to be affine. |
Filter |
ColorMatrixRable8Bit.getSource()
Returns the source of the blur operation |
Filter |
FilterChainRable.getSource()
Returns this filter's source. |
Filter |
ClipRable.getSource()
This returns the current image being clipped by the clip node. |
Filter |
MorphologyRable8Bit.getSource()
Returns the source to be offset. |
Filter |
GaussianBlurRable8Bit.getSource()
Returns the source of the blur operation |
Filter |
ConvolveMatrixRable.getSource()
Returns the source to be Convolved |
Filter |
AffineRable8Bit.getSource()
Returns the source to be affine. |
Filter |
FilterAsAlphaRable.getSource()
|
Filter |
ComponentTransferRable.getSource()
Returns the source to be offset. |
Filter |
ColorMatrixRable.getSource()
Returns the source to be offset. |
Filter |
DiffuseLightingRable8Bit.getSource()
Returns the source to be filtered |
Filter |
GaussianBlurRable.getSource()
Returns the source to be Blurred |
Filter |
MorphologyRable.getSource()
Returns the source to be offset. |
Filter |
SpecularLightingRable8Bit.getSource()
Returns the source to be filtered |
Filter |
FilterAlphaRable.getSource()
|
Filter |
AffineRable.getSource()
Returns the source to be offset. |
Filter |
DeferRable.getSource()
Key method that blocks if the src has not yet been provided. |
Filter |
TileRable8Bit.getSource()
Return's the tile source |
Filter |
ClipRable8Bit.getSource()
This returns the current image being masked by the mask node. |
Filter |
DiffuseLightingRable.getSource()
Returns the source to be filtered |
Filter |
ConvolveMatrixRable8Bit.getSource()
|
Filter |
SpecularLightingRable.getSource()
Returns the source to be filtered |
Methods in org.apache.batik.ext.awt.image.renderable with parameters of type Filter | |
---|---|
protected void |
AbstractRable.init(Filter src)
Initialize an Abstract Rable from src, bounds and props. |
protected void |
AbstractRable.init(Filter src,
Map props)
Initialize an Abstract Rable from src, bounds and props. |
void |
PadRable.setSource(Filter src)
Sets the source to be padded |
void |
OffsetRable.setSource(Filter src)
Sets the source to be offset. |
void |
FilterResRable8Bit.setSource(Filter src)
Sets the source to be cropped |
void |
FilterChainRable8Bit.setSource(Filter chainSource)
Sets the source to be src. |
void |
ProfileRable.setSource(Filter src)
Sets the source of the blur operation |
void |
FilterResRable.setSource(Filter src)
Sets the source to be cropped |
void |
ComponentTransferRable8Bit.setSource(Filter src)
Sets the source of the blur operation |
void |
TileRable.setSource(Filter source)
Sets the filter source (the tile content used to fill the tile region. |
void |
PadRable8Bit.setSource(Filter src)
Sets the source to be affine. |
void |
ColorMatrixRable8Bit.setSource(Filter src)
Sets the source of the blur operation |
void |
FilterChainRable.setSource(Filter src)
Sets the source for this chain. |
void |
ClipRable.setSource(Filter src)
The source to be clipped by the outline of the clip node. |
void |
MorphologyRable8Bit.setSource(Filter src)
Sets the source to be offset. |
void |
GaussianBlurRable8Bit.setSource(Filter src)
Sets the source of the blur operation |
void |
ConvolveMatrixRable.setSource(Filter src)
Sets the source to be Convolved |
void |
AffineRable8Bit.setSource(Filter src)
Sets the source to be affine. |
void |
ComponentTransferRable.setSource(Filter src)
Sets the source to be offset. |
void |
ColorMatrixRable.setSource(Filter src)
Sets the source to be offset. |
void |
DiffuseLightingRable8Bit.setSource(Filter src)
Sets the source to be filtered |
void |
GaussianBlurRable.setSource(Filter src)
Sets the source to be blurred. |
void |
MorphologyRable.setSource(Filter src)
Sets the source to be offset. |
void |
SpecularLightingRable8Bit.setSource(Filter src)
Sets the source to be filtered |
void |
AffineRable.setSource(Filter src)
Sets the source to be offset. |
void |
DeferRable.setSource(Filter src)
Key method that sets the src. |
void |
TileRable8Bit.setSource(Filter src)
Sets the filter source |
void |
ClipRable8Bit.setSource(Filter src)
The source to be masked by the mask node. |
void |
DiffuseLightingRable.setSource(Filter src)
Sets the source to be filtered |
void |
ConvolveMatrixRable8Bit.setSource(Filter src)
|
void |
SpecularLightingRable.setSource(Filter src)
Sets the source to be filtered |
Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type Filter | |
---|---|
AbstractColorInterpolationRable(Filter src)
Construct an Abstract Rable from src. |
|
AbstractColorInterpolationRable(Filter src,
Map props)
Construct an Abstract Rable from src and props. |
|
AbstractRable(Filter src)
Construct an Abstract Rable from src. |
|
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,
ICCColorSpaceExt colorSpace)
Instances should be built through the static factory methods |
|
SpecularLightingRable8Bit(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 Filter | |
---|---|
Filter |
ImageTagRegistry.checkCache(ParsedURL purl,
ICCColorSpaceExt colorSpace)
|
Filter |
DefaultBrokenLinkProvider.getBrokenLinkImage(Object base,
String code,
Object[] params)
|
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. |
static Filter |
ImageTagRegistry.getBrokenLinkImage(Object base,
String code,
Object[] params)
|
Filter |
StreamRegistryEntry.handleStream(InputStream is,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a Filter. |
Filter |
URLRegistryEntry.handleURL(ParsedURL url,
boolean needRawData)
Decode the URL into a RenderableImage, here you should feel free to open the URL yourself. |
Filter |
JDKRegistryEntry.handleURL(ParsedURL purl,
boolean needRawData)
Decode the URL into a RenderableImage |
Filter |
ImageTagRegistry.readStream(InputStream is)
|
Filter |
ImageTagRegistry.readStream(InputStream is,
ICCColorSpaceExt colorSpace)
|
Filter |
ImageTagRegistry.readURL(InputStream is,
ParsedURL purl,
ICCColorSpaceExt colorSpace,
boolean allowOpenStream,
boolean returnBrokenLink)
|
Filter |
ImageTagRegistry.readURL(ParsedURL purl)
|
Filter |
ImageTagRegistry.readURL(ParsedURL purl,
ICCColorSpaceExt colorSpace)
|
Methods in org.apache.batik.ext.awt.image.spi with parameters of type Filter | |
---|---|
static boolean |
BrokenLinkProvider.hasBrokenLinkProperty(Filter f)
|
Uses of Filter in org.apache.batik.extension.svg |
---|
Subinterfaces of Filter in org.apache.batik.extension.svg | |
---|---|
interface |
BatikHistogramNormalizationFilter
|
Classes in org.apache.batik.extension.svg that implement Filter | |
---|---|
class |
BatikHistogramNormalizationFilter8Bit
|
Methods in org.apache.batik.extension.svg that return Filter | |
---|---|
Filter |
BatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
Filter |
BatikHistogramNormalizationFilter.getSource()
Returns the source to be offset. |
Filter |
BatikHistogramNormalizationFilter8Bit.getSource()
Returns the source of the operation |
Methods in org.apache.batik.extension.svg with parameters of type Filter | |
---|---|
Filter |
BatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode,
Filter inputFilter,
Rectangle2D filterRegion,
Map filterMap)
Creates a Filter primitive according to the specified parameters. |
void |
BatikHistogramNormalizationFilter.setSource(Filter src)
Sets the source to be offset. |
void |
BatikHistogramNormalizationFilter8Bit.setSource(Filter src)
Sets the source of the operation |
Constructors in org.apache.batik.extension.svg with parameters of type Filter | |
---|---|
BatikHistogramNormalizationFilter8Bit(Filter src,
float trim)
|
Uses of Filter in org.apache.batik.gvt |
---|
Fields in org.apache.batik.gvt declared as Filter | |
---|---|
protected 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 Filter | |
---|---|
Filter |
AbstractGraphicsNode.getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded)
Returns the GraphicsNodeRable for this node. |
Filter |
GraphicsNode.getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded)
Returns the GraphicsNodeRable for this node. |
Filter |
AbstractGraphicsNode.getFilter()
Returns the filter of this node or null if any. |
Filter |
GraphicsNode.getFilter()
Returns the filter of this node or null if any. |
Filter |
RasterImageNode.getGraphicsNodeRable()
Returns the RenderableImage for this node. |
Filter |
AbstractGraphicsNode.getGraphicsNodeRable(boolean createIfNeeded)
Returns the GraphicsNodeRable for this node. |
Filter |
GraphicsNode.getGraphicsNodeRable(boolean createIfNeeded)
Returns the GraphicsNodeRable for this node. |
Filter |
RasterImageNode.getImage()
Returns the raster image of this raster image node. |
Methods in org.apache.batik.gvt with parameters of type Filter | |
---|---|
void |
AbstractGraphicsNode.setFilter(Filter newFilter)
Sets the filter of this node. |
void |
GraphicsNode.setFilter(Filter newFilter)
Sets the filter of this node. |
void |
RasterImageNode.setImage(Filter newImage)
Sets the raster image of this raster image node. |
Constructors in org.apache.batik.gvt with parameters of type Filter | |
---|---|
PatternPaintContext(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.filter | |
---|---|
interface |
GraphicsNodeRable
This interface allows GraphicsNode to be seen as RenderableImages, which can be used for operations such as filtering, masking or compositing. |
interface |
Mask
Implements a masking operation. |
Classes in org.apache.batik.gvt.filter that implement Filter | |
---|---|
class |
BackgroundRable8Bit
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods. |
class |
GraphicsNodeRable8Bit
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods. |
class |
MaskRable8Bit
MaskRable implementation |
Methods in org.apache.batik.gvt.filter that return Filter | |
---|---|
Filter |
BackgroundRable8Bit.getBackground(GraphicsNode gn,
GraphicsNode child,
Rectangle2D aoi)
Returns a filter that represents the background image for child. |
Filter |
Mask.getSource()
This returns the current image being masked by the mask node. |
Filter |
MaskRable8Bit.getSource()
This returns the current image being masked by the mask node. |
Methods in org.apache.batik.gvt.filter with parameters of type Filter | |
---|---|
void |
Mask.setSource(Filter src)
The source to be masked by the mask node. |
void |
MaskRable8Bit.setSource(Filter src)
The source to be masked by the mask node. |
Constructors in org.apache.batik.gvt.filter with parameters of type Filter | |
---|---|
MaskRable8Bit(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 | |
---|---|
protected Filter |
StaticRenderer.rootFilter
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |