| 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.
|
| org.apache.batik.gvt.event |
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConcreteTextSelector |
A simple implementation of GraphicsNodeMouseListener for text selection.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Selector |
Interface which allows selection of GraphicsNodes and their contents.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
UpdateTracker |
This class tracks the changes on a GVT tree
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RootGraphicsNode.addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l) |
|
void |
RootGraphicsNode.removeTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GraphicsNodeChangeAdapter |
An abstract adapter class for receiving graphics node change
events.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.