Eclipse Draw2d
3.1

Serialized Form


Package org.eclipse.draw2d

Class org.eclipse.draw2d.AbsoluteBendpoint extends Point implements Serializable

Class org.eclipse.draw2d.ActionEvent extends EventObject implements Serializable

Serialized Fields

actionName

String actionName

Class org.eclipse.draw2d.ChangeEvent extends EventObject implements Serializable

Serialized Fields

property

String property

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

Class org.eclipse.draw2d.InputEvent extends EventObject implements Serializable

Serialized Fields

state

int state

consumed

boolean consumed

Class org.eclipse.draw2d.KeyEvent extends InputEvent 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 extends InputEvent 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 extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

width

int width
The width.


height

int height
The height.

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

serialVersionUID: 1l

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 extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

x

int x
x value


y

int y
y value

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

serialVersionUID: 1l

Serialized Fields

points

int[] points

bounds

Rectangle bounds

size

int size

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

Serialized Fields

preciseWidth

double preciseWidth
The width in double precision.


preciseHeight

double preciseHeight
The height in double precision.

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

Serialized Fields

preciseX

double preciseX
Double value for X


preciseY

double preciseY
Double value for Y

Class org.eclipse.draw2d.geometry.PrecisionRectangle extends Rectangle 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 extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

x

int x
the X value


y

int y
the Y value


width

int width
the width


height

int height
the height


Package org.eclipse.draw2d.graph

Class org.eclipse.draw2d.graph.EdgeList extends ArrayList implements Serializable

Class org.eclipse.draw2d.graph.NodeList extends ArrayList implements Serializable

Class org.eclipse.draw2d.graph.Rank extends NodeList implements Serializable

Serialized Fields

hash

int hash

total

int total
For internal use only. The total "size" of this rank, where size may be weighted per node.


Eclipse Draw2d
3.1

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