public interface PaintBridge extends Bridge
Paint objects.| Modifier and Type | Method and Description |
|---|---|
Paint |
createPaint(BridgeContext ctx,
Element paintElement,
Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a
Paint according to the specified parameters. |
getInstance, getLocalName, getNamespaceURIPaint createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
Paint according to the specified parameters.ctx - the bridge context to usepaintElement - the element that defines a PaintpaintedElement - the element referencing the paintpaintedNode - the graphics node on which the Paint will be appliedopacity - the opacity of the Paint to createCopyright © 2000–2020 Apache Software Foundation. All rights reserved.