| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
Selector
Interface which allows selection of GraphicsNodes and their contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphicsNodeMouseAdapter
An abstract adapter class for receiving graphics node mouse
events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.addGraphicsNodeMouseListener(GraphicsNodeMouseListener l)
Adds the specified 'global' GraphicsNodeMouseListener which is
notified of all MouseEvents dispatched.
|
void |
AWTEventDispatcher.addGraphicsNodeMouseListener(GraphicsNodeMouseListener l)
Adds the specified 'global' GraphicsNodeMouseListener which is
notified of all MouseEvents dispatched.
|
void |
EventDispatcher.removeGraphicsNodeMouseListener(GraphicsNodeMouseListener l)
Removes the specified 'global' GraphicsNodeMouseListener which is
notified of all MouseEvents dispatched.
|
void |
AWTEventDispatcher.removeGraphicsNodeMouseListener(GraphicsNodeMouseListener l)
Removes the specified 'global' GraphicsNodeMouseListener which is
notified of all MouseEvents dispatched.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.