| 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.gvt |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected RootGraphicsNode |
SVGDocumentBridge.node |
The graphics node constructed by this bridge.
|
| Modifier and Type | Method | Description |
|---|---|---|
RootGraphicsNode |
DocumentBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc) |
Creates a
GraphicsNode according to the specified parameters. |
RootGraphicsNode |
SVGDocumentBridge.createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc) |
Creates a
GraphicsNode according to the specified parameters. |
protected static RootGraphicsNode |
SVGPatternElementBridge.extractLocalPatternContent(org.w3c.dom.Element e,
BridgeContext ctx) |
Returns the content of the specified pattern element or null if any.
|
protected static RootGraphicsNode |
SVGPatternElementBridge.extractPatternContent(org.w3c.dom.Element patternElement,
BridgeContext ctx) |
Returns the content of the specified pattern element.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DocumentBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc,
RootGraphicsNode node) |
Builds using the specified BridgeContext and element, the
specified graphics node.
|
void |
SVGDocumentBridge.buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc,
RootGraphicsNode node) |
Builds using the specified BridgeContext and element, the
specified graphics node.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected RootGraphicsNode |
AbstractGraphicsNode.root |
The root of the GVT tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
RootGraphicsNode |
AbstractGraphicsNode.getRoot() |
Returns the root of the GVT tree or null if the node is not part of a GVT
tree.
|
RootGraphicsNode |
GraphicsNode.getRoot() |
Returns the root of the GVT tree or null if the node is not part of a GVT
tree.
|
RootGraphicsNode |
RootGraphicsNode.getRoot() |
Returns the root of the GVT tree or null if the node is not
part of a GVT tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AbstractGraphicsNode.setRoot(RootGraphicsNode newRoot) |
Sets the root node of this graphics node.
|
protected void |
CompositeGraphicsNode.setRoot(RootGraphicsNode newRoot) |
Sets the root node of this grahics node and modify all its children.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.