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 MaskCSSUtilities. convertMask(org.w3c.dom.Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)Returns aMaskreferenced by the specified element and which applies on the specified graphics node.MaskMaskBridge. createMask(BridgeContext ctx, org.w3c.dom.Element maskElement, org.w3c.dom.Element maskedElement, GraphicsNode maskedNode)Creates aMaskaccording to the specified parameters.MaskSVGMaskElementBridge. createMask(BridgeContext ctx, org.w3c.dom.Element maskElement, org.w3c.dom.Element maskedElement, GraphicsNode maskedNode)Creates aMaskaccording 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 MaskAbstractGraphicsNode. maskThe mask of this graphics node.Methods in org.apache.batik.gvt that return Mask Modifier and Type Method Description MaskAbstractGraphicsNode. getMask()Returns the mask of this node or null if any.MaskGraphicsNode. 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 voidAbstractGraphicsNode. setMask(Mask newMask)Sets the mask of this node.voidGraphicsNode. 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 classMaskRable8BitMaskRable implementation
-