Uses of Interface
org.apache.batik.gvt.filter.Mask
Packages that use Mask
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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 Mask in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return MaskModifier and TypeMethodDescriptionstatic Mask
CSSUtilities.convertMask
(Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx) Returns aMask
referenced by the specified element and which applies on the specified graphics node.MaskBridge.createMask
(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode) Creates aMask
according to the specified parameters.SVGMaskElementBridge.createMask
(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode) Creates aMask
according to the specified parameters. -
Uses of Mask in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as MaskModifier and TypeFieldDescriptionprotected Mask
AbstractGraphicsNode.mask
The mask of this graphics node.Methods in org.apache.batik.gvt that return MaskModifier and TypeMethodDescriptionAbstractGraphicsNode.getMask()
Returns the mask of this node or null if any.GraphicsNode.getMask()
Returns the mask of this node or null if any.Methods in org.apache.batik.gvt with parameters of type Mask -
Uses of Mask in org.apache.batik.gvt.filter
Classes in org.apache.batik.gvt.filter that implement Mask