| 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 | Method | Description |
|---|---|---|
void |
ConcreteTextSelector.changeCompleted(GraphicsNodeChangeEvent gnce) |
|
void |
ConcreteTextSelector.changeStarted(GraphicsNodeChangeEvent gnce) |
| Modifier and Type | Field | Description |
|---|---|---|
protected GraphicsNodeChangeEvent |
AbstractGraphicsNode.changeCompletedEvent |
|
protected GraphicsNodeChangeEvent |
AbstractGraphicsNode.changeStartedEvent |
| Modifier and Type | Method | Description |
|---|---|---|
void |
UpdateTracker.changeStarted(GraphicsNodeChangeEvent gnce) |
Receives notification of a change to a GraphicsNode.
|
void |
AbstractGraphicsNode.fireGraphicsNodeChangeStarted(GraphicsNodeChangeEvent changeStartedEvent) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GraphicsNodeChangeAdapter.changeCompleted(GraphicsNodeChangeEvent gnce) |
Invoked when a change on a graphics node has completed
|
void |
GraphicsNodeChangeListener.changeCompleted(GraphicsNodeChangeEvent gnce) |
Invoked when a change on a graphics node has completed
|
void |
GraphicsNodeChangeAdapter.changeStarted(GraphicsNodeChangeEvent gnce) |
Invoked when a change has started on a graphics node, but before
any changes occure in the graphics node it's self.
|
void |
GraphicsNodeChangeListener.changeStarted(GraphicsNodeChangeEvent gnce) |
Invoked when a change has started on a graphics node, but before
any changes occure in the graphics node it's self.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.