public interface MaskBridge extends Bridge
Mask objects.| 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)
Mask according to the specified parameters.ctx - the bridge context to usemaskElement - the element that defines the maskmaskedElement - the element that references the mask elementmaskedNode - the graphics node to maskCopyright © 2000–2021 Apache Software Foundation. All rights reserved.