Eclipse Draw2d
2.1

Serialized Form


Package org.eclipse.draw2d

Class org.eclipse.draw2d.AbsoluteBendpoint implements Serializable

Class org.eclipse.draw2d.ActionEvent implements Serializable

Serialized Fields

actionName

String actionName

Class org.eclipse.draw2d.ChangeEvent implements Serializable

Serialized Fields

property

String property

Class org.eclipse.draw2d.IFigure.NoInsets implements Serializable

Class org.eclipse.draw2d.InputEvent implements Serializable

Serialized Fields

state

int state

dispatcher

EventDispatcher dispatcher

consumed

boolean consumed

Class org.eclipse.draw2d.KeyEvent implements Serializable

Serialized Fields

character

char character
The character that was pressed.

See Also:
KeyEvent.character

keycode

int keycode
The keycode.

See Also:
KeyEvent.keyCode

Class org.eclipse.draw2d.MouseEvent implements Serializable

Serialized Fields

x

int x
The X coordinate of the mouse event.


y

int y
The Y coordinate of the mouse event.


button

int button
The button that was pressed or released: {1, 2, 3}.


Package org.eclipse.draw2d.geometry

Class org.eclipse.draw2d.geometry.Dimension implements Serializable

Serialized Fields

width

int width
The width.


height

int height
The height.

Class org.eclipse.draw2d.geometry.Insets implements Serializable

Serialized Fields

left

int left
distance from left


top

int top
distance from top


bottom

int bottom
distance from bottom


right

int right
distance from right

Class org.eclipse.draw2d.geometry.Point implements Serializable

Serialized Fields

x

int x
x value


y

int y
y value

Class org.eclipse.draw2d.geometry.PointList implements Serializable

Serialized Fields

points

int[] points

bounds

Rectangle bounds

size

int size

Class org.eclipse.draw2d.geometry.PrecisionPoint implements Serializable

Serialized Fields

preciseX

double preciseX
Double value for X


preciseY

double preciseY
Double value for Y

Class org.eclipse.draw2d.geometry.PrecisionRectangle implements Serializable

Serialized Fields

preciseHeight

double preciseHeight
Double value for height


preciseWidth

double preciseWidth
Double value for width


preciseX

double preciseX
Double value for X


preciseY

double preciseY
Double value for Y

Class org.eclipse.draw2d.geometry.Rectangle implements Serializable

Serialized Fields

x

int x
the X value


y

int y
the Y value


width

int width
the width


height

int height
the height


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.