Uses of Interface
org.apache.batik.gvt.filter.Mask

Packages that use Mask
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.refimpl.bridge   
org.apache.batik.refimpl.gvt   
org.apache.batik.refimpl.gvt.filter   
 

Uses of Mask in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return Mask
 Mask MaskBridge.createMask(GraphicsNode maskedNode, BridgeContext ctx, Element maskElement, Element maskedElement)
          Creates a Mask using the specified context and element.
 

Uses of Mask in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt that return Mask
 Mask GraphicsNode.getMask()
          Returns the mask of this node or null if any.
 

Methods in org.apache.batik.gvt with parameters of type Mask
 void GraphicsNode.setMask(Mask newMask)
          Sets the mask of this node.
 

Uses of Mask in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge that return Mask
 Mask SVGMaskElementBridge.createMask(GraphicsNode maskedNode, BridgeContext bridgeContext, Element maskElement, Element maskedElement)
          Returns the Mask referenced by the input element's mask attribute.
static Mask CSSUtilities.convertMask(Element maskedElement, GraphicsNode gn, BridgeContext ctx)
          Returns the Mask referenced by the input element's mask attribute.
 

Uses of Mask in org.apache.batik.refimpl.gvt
 

Fields in org.apache.batik.refimpl.gvt declared as Mask
protected  Mask AbstractGraphicsNode.mask
          The mask of this graphics node.
 

Methods in org.apache.batik.refimpl.gvt that return Mask
 Mask AbstractGraphicsNode.getMask()
           
 

Methods in org.apache.batik.refimpl.gvt with parameters of type Mask
 void AbstractGraphicsNode.setMask(Mask newMask)
           
 

Uses of Mask in org.apache.batik.refimpl.gvt.filter
 

Classes in org.apache.batik.refimpl.gvt.filter that implement Mask
 class ConcreteMaskRable
          MaskRable implementation
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.