org.apache.batik.bridge
Interface MaskBridge

All Superinterfaces:
Bridge
All Known Implementing Classes:
SVGMaskElementBridge

public interface MaskBridge
extends Bridge

Factory class for vending Mask objects.


Method Summary
 Mask createMask(GraphicsNode maskedNode, BridgeContext ctx, Element maskElement, Element maskedElement)
          Creates a Mask using the specified context and element.
 void update(BridgeMutationEvent evt)
          Updates an Element coresponding to the specified BridgeMutationEvent.
 

Method Detail

createMask

public Mask createMask(GraphicsNode maskedNode,
                       BridgeContext ctx,
                       Element maskElement,
                       Element maskedElement)
Creates a Mask using the specified context and element.
Parameters:
maskedNode - node defining the mask
ctx - the context to use
maskElement - element containing the mask definition
maskedElement - the Element with the 'mask' attribute

update

public void update(BridgeMutationEvent evt)
Updates an Element coresponding to the specified BridgeMutationEvent.
Parameters:
evt - the event that describes the modification to perform


Copyright © 2000 Apache Software Foundation. All Rights Reserved.