BridgeAbstractGraphicsNodeBridge, BatikFlowTextElementBridge, BatikRegularPolygonElementBridge, BatikStarElementBridge, BindableElementBridge, SVG12TextElementBridge, SVGAElementBridge, SVGCircleElementBridge, SVGDecoratedShapeElementBridge, SVGEllipseElementBridge, SVGFlowRootElementBridge, SVGGElementBridge, SVGImageElementBridge, SVGLineElementBridge, SVGMultiImageElementBridge, SVGPathElementBridge, SVGPolygonElementBridge, SVGPolylineElementBridge, SVGRectElementBridge, SVGShapeElementBridge, SVGSVGElementBridge, SVGSwitchElementBridge, SVGTextElementBridge, SVGUseElementBridge, XBLContentElementBridge, XBLShadowTreeElementBridgepublic interface GraphicsNodeBridge extends Bridge
GraphicsNode
according to an Element.| Modifier and Type | Method | Description |
|---|---|---|
void |
buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
GraphicsNode node) |
Builds using the specified BridgeContext and element, the
specified graphics node.
|
GraphicsNode |
createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e) |
Creates a
GraphicsNode according to the specified parameters. |
boolean |
getDisplay(org.w3c.dom.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.
|
getLocalName, getNamespaceURIGraphicsNode createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)
GraphicsNode according to the specified parameters.
This is called before children have been added to the
returned GraphicsNode (obviously since you construct and return it).ctx - the bridge context to usee - the element that describes the graphics node to buildvoid buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, GraphicsNode node)
ctx - the bridge context to usee - the element that describes the graphics node to buildnode - the graphics node to buildboolean isComposite()
boolean getDisplay(org.w3c.dom.Element e)
Bridge getInstance()
getInstance in interface BridgeCopyright ? 2018 Apache Software Foundation. All Rights Reserved.