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

Packages that use Mask
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.gvt
 

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

Methods in org.apache.batik.gvt that return Mask
 Mask GraphicsNode.getMask()
          Returns the mask of this node or null if any.
 Mask AbstractGraphicsNode.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.
 void AbstractGraphicsNode.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
 class MaskRable8Bit
          MaskRable implementation
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.