| Package | Description |
|---|---|
| org.apache.batik.gvt |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected RootGraphicsNode |
AbstractGraphicsNode.root
The root of the GVT tree.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
RootGraphicsNode |
AbstractGraphicsNode.getRoot()
Returns the root of the GVT tree or null if the node is not part of a GVT
tree.
|
| Modifier and Type | Method and 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 © 2000–2018 Apache Software Foundation. All rights reserved.