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.
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 maskctx
- the context to usemaskElement
- element containing the mask definitionmaskedElement
- 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.