|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Bridge class for creating, building, and updating a GraphicsNode according to an 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()
FIX ME: Move to Bridge Returns the Bridge instance to be used for a single DOM element. |
boolean |
isComposite()
Returns true if the bridge handles container element, false otherwise. |
Methods inherited from interface org.apache.batik.bridge.Bridge |
getLocalName, getNamespaceURI |
Method Detail |
public GraphicsNode createGraphicsNode(BridgeContext ctx, Element e)
ctx
- the bridge context to usee
- the element that describes the graphics node to buildpublic void buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
ctx
- the bridge context to usee
- the element that describes the graphics node to buildnode
- the graphics node to buildpublic boolean isComposite()
public boolean getDisplay(Element e)
public Bridge getInstance()
getInstance
in interface Bridge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |