| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.bridge.svg12 | |
| org.apache.batik.gvt |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
| Modifier and Type | Method | Description |
|---|---|---|
CompositeGraphicsNode |
SVGUseElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode gn) |
Creates a
GraphicsNode from the input element and
populates the input CompositeGraphicsNode |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
GVTBuilder.buildComposite(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode parentNode) |
Builds a composite Element.
|
CompositeGraphicsNode |
SVGUseElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode gn) |
Creates a
GraphicsNode from the input element and
populates the input CompositeGraphicsNode |
protected void |
GVTBuilder.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode parentNode) |
Builds a 'leaf' Element.
|
protected void |
SVGGElementBridge.handleElementAdded(CompositeGraphicsNode gn,
org.w3c.dom.Node parent,
org.w3c.dom.Element childElt) |
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
|
protected void |
SVGSwitchElementBridge.handleElementAdded(CompositeGraphicsNode gn,
org.w3c.dom.Node parent,
org.w3c.dom.Element childElt) |
Responds to the insertion of a child element by re-evaluating the
test attributes.
|
| Modifier and Type | Method | Description |
|---|---|---|
CompositeGraphicsNode |
BindableElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode gn) |
Creates a
GraphicsNode from the input element and
populates the input CompositeGraphicsNode |
CompositeGraphicsNode |
XBLContentElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode cgn) |
Creates a
GraphicsNode from the input element and
populates the input CompositeGraphicsNode |
| Modifier and Type | Method | Description |
|---|---|---|
CompositeGraphicsNode |
BindableElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode gn) |
Creates a
GraphicsNode from the input element and
populates the input CompositeGraphicsNode |
CompositeGraphicsNode |
XBLContentElementBridge.buildCompositeGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e,
CompositeGraphicsNode cgn) |
Creates a
GraphicsNode from the input element and
populates the input CompositeGraphicsNode |
protected void |
BindableElementBridge.handleElementAdded(CompositeGraphicsNode gn,
org.w3c.dom.Node parent,
org.w3c.dom.Element childElt) |
Rebuild the graphics tree.
|
void |
XBLShadowTreeElementBridge.handleElementAdded(CompositeGraphicsNode gn,
org.w3c.dom.Node parent,
org.w3c.dom.Element childElt) |
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CanvasGraphicsNode |
The graphics node container with a background color.
|
class |
ImageNode |
A graphics node that represents an image described as a graphics node.
|
class |
RootGraphicsNode |
The top-level graphics node of the GVT tree.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected CompositeGraphicsNode |
AbstractGraphicsNode.parent |
The parent of this graphics node.
|
| Modifier and Type | Method | Description |
|---|---|---|
CompositeGraphicsNode |
AbstractGraphicsNode.getParent() |
Returns the parent of this node or null if any.
|
CompositeGraphicsNode |
GraphicsNode.getParent() |
Returns the parent of this node or null if any.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AbstractGraphicsNode.setParent(CompositeGraphicsNode newParent) |
Sets the parent node of this graphics node.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.