Uses of Interface
org.apache.batik.gvt.filter.Mask
-
Packages that use Mask Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.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. -
-
Uses of Mask in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Mask Modifier and Type Method Description static Mask
CSSUtilities. convertMask(org.w3c.dom.Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)
Returns aMask
referenced by the specified element and which applies on the specified graphics node.Mask
MaskBridge. createMask(BridgeContext ctx, org.w3c.dom.Element maskElement, org.w3c.dom.Element maskedElement, GraphicsNode maskedNode)
Creates aMask
according to the specified parameters.Mask
SVGMaskElementBridge. createMask(BridgeContext ctx, org.w3c.dom.Element maskElement, org.w3c.dom.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 Mask Modifier and Type Field Description protected Mask
AbstractGraphicsNode. mask
The mask of this graphics node.Methods in org.apache.batik.gvt that return Mask Modifier and Type Method Description Mask
AbstractGraphicsNode. getMask()
Returns the mask of this node or null if any.Mask
GraphicsNode. getMask()
Returns the mask of this node or null if any.Methods in org.apache.batik.gvt with parameters of type Mask Modifier and Type Method Description void
AbstractGraphicsNode. setMask(Mask newMask)
Sets the mask of this node.void
GraphicsNode. setMask(Mask newMask)
Sets the mask of this node. -
Uses of Mask in org.apache.batik.gvt.filter
Classes in org.apache.batik.gvt.filter that implement Mask Modifier and Type Class Description class
MaskRable8Bit
MaskRable implementation
-