Serialized Form


Package org.apache.batik.gvt.event

Class org.apache.batik.gvt.event.GraphicsNodeChangeEvent extends GraphicsNodeEvent implements Serializable

Serialized Fields

changeSource

GraphicsNode changeSource

Class org.apache.batik.gvt.event.GraphicsNodeEvent extends EventObject implements Serializable

Serialized Fields

consumed

boolean consumed
Indicates whether or not this event is consumed.


id

int id
The ID of this event.

Class org.apache.batik.gvt.event.GraphicsNodeFocusEvent extends GraphicsNodeEvent implements Serializable

Class org.apache.batik.gvt.event.GraphicsNodeInputEvent extends GraphicsNodeEvent implements Serializable

Serialized Fields

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.

Class org.apache.batik.gvt.event.GraphicsNodeKeyEvent extends GraphicsNodeInputEvent implements Serializable

Serialized Fields

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.

Class org.apache.batik.gvt.event.GraphicsNodeMouseEvent extends GraphicsNodeInputEvent implements Serializable

Serialized Fields

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.

Class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent extends GraphicsNodeInputEvent implements Serializable

Serialized Fields

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

Class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.