org.apache.batik.bridge
public interface PaintBridge extends Bridge
| Modifier and Type | Method and Description |
|---|---|
java.awt.Paint |
createPaint(BridgeContext ctx,
Element paintElement,
Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters.
|
getInstance, getLocalName, getNamespaceURIjava.awt.Paint createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
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 ? 2008 Apache Software Foundation. All Rights Reserved.