Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

Serialized Form


Package org.eclipse.draw2d

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

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

Serialized Fields

actionName

java.lang.String actionName

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

Serialized Fields

property

java.lang.String property

Class org.eclipse.draw2d.FigureCanvas extends Canvas implements Serializable

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

Class org.eclipse.draw2d.InputEvent extends java.util.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

keycode

int keycode
The keycode.

See Also:
KeyEvent

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 java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

width

int width
The width.


height

int height
The height.

Class org.eclipse.draw2d.geometry.Insets extends java.lang.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 java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

x

int x
x value


y

int y
y value

Class org.eclipse.draw2d.geometry.PointList extends java.lang.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 java.lang.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 java.util.ArrayList implements Serializable

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

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

Serialized Fields

bottomPadding

int bottomPadding

height

int height

location

int location

hash

int hash

topPadding

int topPadding

total

int total


Package org.eclipse.draw2d.widgets

Class org.eclipse.draw2d.widgets.MultiLineLabel extends FigureCanvas implements Serializable


Eclipse Draw2d
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire