Draw2D v2.0

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

keycode

int keycode

Class org.eclipse.draw2d.MouseEvent implements Serializable

Serialized Fields

x

int x

y

int y

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

height

int height

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

Serialized Fields

left

int left

top

int top

bottom

int bottom

right

int right

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

Serialized Fields

x

int x

y

int y

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

Serialized Fields

points

int[] points

bounds

Rectangle bounds

size

int size

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

Serialized Fields

x

int x

y

int y

width

int width

height

int height


Draw2D v2.0