org.apache.batik.bridge.svg12
public class XBLShadowTreeElementBridge extends AbstractGraphicsNodeBridge
Constructor Summary | |
---|---|
XBLShadowTreeElementBridge()
Constructs a new bridge for the <xbl:shadowTree> element. |
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 a new instance of this bridge. |
String | getLocalName()
Returns 'shadowTree'. |
String | getNamespaceURI()
Returns the XBL namespace. |
void | handleDOMNodeInsertedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired. |
void | handleElementAdded(CompositeGraphicsNode gn, Node parent, Element childElt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired. |
protected GraphicsNode | instantiateGraphicsNode()
Creates a CompositeGraphicsNode. |
boolean | isComposite()
Returns true as the <xbl:template> element is a container. |
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