Serialized Form
|
Package org.apache.batik.gvt.event |
changeSource
GraphicsNode changeSource
consumed
boolean consumed
- Indicates whether or not this event is consumed.
id
int id
- The ID of this event.
when
long when
- The graphics node input events Time stamp. The time stamp is in
UTC format that indicates when the input event was
created.
modifiers
int modifiers
- The state of the modifier keys at the time the graphics node
input event was fired.
lockState
int lockState
- The state of the key locks at the time the graphics node input
event was fired.
keyCode
int keyCode
- The unique value assigned to each of the keys on the
keyboard. There is a common set of key codes that
can be fired by most keyboards.
The symbolic name for a key code should be used rather
than the code value itself.
keyChar
char keyChar
keyChar is a valid unicode character
that is fired by a key or a key combination on
a keyboard.
keyLocation
int keyLocation
- The key location.
x
float x
- The graphics node mouse events x coordinate.
The x value is relative to the graphics node that fired the event.
y
float y
- The graphics node mouse events y coordinate.
The y value is relative to the graphics node that fired the event.
clientX
int clientX
clientY
int clientY
screenX
int screenX
screenY
int screenY
clickCount
int clickCount
- Indicates the number of quick consecutive clicks of a mouse button.
button
int button
- The mouse button that changed state.
relatedNode
GraphicsNode relatedNode
- Additional information. For a MOUSE_EXITED, this will contain the
destination node, for a MOUSE_ENTERED the last node and for
a MOUSE_DRAGGED the node under the mouse pointer.
wheelDelta
int wheelDelta
- Indicates the number of wheel notches have been moved.
Positive for scrolling up/left, negative for down/right.
|
Package org.apache.batik.gvt.text |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.