org.apache.batik.bridge
public interface GraphicsNodeBridge extends Bridge
Method Summary | |
---|---|
void | buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
Builds using the specified BridgeContext and element, the
specified graphics node. |
GraphicsNode | createGraphicsNode(BridgeContext ctx, Element e)
Creates a GraphicsNode according to the specified parameters.
|
boolean | getDisplay(Element e)
Returns true if the graphics node has to be displayed, false
otherwise. |
Bridge | getInstance()
Returns the Bridge instance to be used for a single DOM
element. |
boolean | isComposite()
Returns true if the bridge handles container element, false
otherwise. |
Parameters: ctx the bridge context to use e the element that describes the graphics node to build node the graphics node to build
Parameters: ctx the bridge context to use e the element that describes the graphics node to build
Returns: a graphics node that represents the specified element