org.apache.batik.bridge
public interface MaskBridge extends Bridge
| Modifier and Type | Method and Description |
|---|---|
Mask |
createMask(BridgeContext ctx,
Element maskElement,
Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask according to the specified parameters.
|
getInstance, getLocalName, getNamespaceURIMask createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
ctx - the bridge context to usemaskElement - the element that defines the maskmaskedElement - the element that references the mask elementmaskedNode - the graphics node to maskCopyright ? 2008 Apache Software Foundation. All Rights Reserved.