Serialized Form
- 
Package org.eclipse.draw2d- 
Class org.eclipse.draw2d.AbsoluteBendpointclass AbsoluteBendpoint extends Point implements Serializable
- 
Class org.eclipse.draw2d.ActionEventclass ActionEvent extends EventObject implements Serializable- 
Serialized Fields- 
actionNameString actionName 
 
- 
 
- 
- 
Class org.eclipse.draw2d.ChangeEventclass ChangeEvent extends EventObject implements Serializable- 
Serialized Fields- 
propertyString property 
 
- 
 
- 
- 
Class org.eclipse.draw2d.IFigure.NoInsetsclass NoInsets extends Insets implements Serializable
- 
Class org.eclipse.draw2d.InputEventclass InputEvent extends EventObject implements Serializable- 
Serialized Fields- 
consumedboolean consumed 
- 
stateint state 
 
- 
 
- 
- 
Class org.eclipse.draw2d.KeyEventclass KeyEvent extends InputEvent implements Serializable- 
Serialized Fields- 
characterchar character The character that was pressed.- See Also:
 
- 
keycodeint keycode The keycode.- See Also:
 
 
- 
 
- 
- 
Class org.eclipse.draw2d.MouseEventclass MouseEvent extends InputEvent implements Serializable- 
Serialized Fields- 
buttonint button The button that was pressed or released: {1, 2, 3}.
- 
xint x The X coordinate of the mouse event.
- 
yint y The Y coordinate of the mouse event.
 
- 
 
- 
 
- 
- 
Package org.eclipse.draw2d.geometry- 
Class org.eclipse.draw2d.geometry.Dimensionclass Dimension extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
heightint height The height.
- 
widthint width The width.
 
- 
 
- 
Class org.eclipse.draw2d.geometry.Insetsclass Insets extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bottomint bottom distance from bottom
- 
leftint left distance from left
- 
rightint right distance from right
- 
topint top distance from top
 
- 
 
- 
Record Class org.eclipse.draw2d.geometry.Intervalclass Interval extends Record implements Serializable- 
Serialized Fields- 
beginint begin The field for thebeginrecord component.
- 
lengthint length The field for thelengthrecord component.
 
- 
 
- 
- 
Class org.eclipse.draw2d.geometry.Pointclass Point extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
xint x x value
- 
yint y y value
 
- 
 
- 
Class org.eclipse.draw2d.geometry.PointListclass PointList extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
boundsRectangle bounds 
- 
pointsint[] points 
- 
sizeint size 
 
- 
 
- 
Class org.eclipse.draw2d.geometry.PrecisionDimensionclass PrecisionDimension extends Dimension implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
preciseHeightdouble preciseHeight Deprecated, for removal: This API element is subject to removal in a future version.The height in double precision.- @noreference
- This field is not intended to be referenced by clients.
 
- 
preciseWidthdouble preciseWidth Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionDimension.setPreciseWidth(double)andPrecisionDimension.preciseWidth()instead. This field will become private in the future.The width in double precision.- @noreference
- This field is not intended to be referenced by clients.
 
 
- 
 
- 
Class org.eclipse.draw2d.geometry.PrecisionPointclass PrecisionPoint extends Point implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
preciseXdouble preciseX Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionPoint.setPreciseX(double)andPrecisionPoint.preciseX()instead. This field will become private in future versions.Double value for X- @noreference
- This field is not intended to be referenced by clients.
 
- 
preciseYdouble preciseY Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionPoint.setPreciseY(double)andPrecisionPoint.preciseY()instead. This field will become private in future versions.Double value for Y- @noreference
- This field is not intended to be referenced by clients.
 
 
- 
 
- 
Class org.eclipse.draw2d.geometry.PrecisionRectangleclass PrecisionRectangle extends Rectangle implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
preciseHeightdouble preciseHeight Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseHeight(double)andPrecisionRectangle.preciseHeight()instead. This field will become private in the future.Double value for height- @noreference
- This field is not intended to be referenced by clients.
 
- 
preciseWidthdouble preciseWidth Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseWidth(double)andPrecisionRectangle.preciseWidth()instead. This field will become private in the future.Double value for width- @noreference
- This field is not intended to be referenced by clients.
 
- 
preciseXdouble preciseX Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseX(double)andPrecisionRectangle.preciseX()instead. This field will become private in the future.Double value for X- @noreference
- This field is not intended to be referenced by clients.
 
- 
preciseYdouble preciseY Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseX(double)andPrecisionRectangle.preciseY()instead. This field will become private in the future.Double value for Y- @noreference
- This field is not intended to be referenced by clients.
 
 
- 
 
- 
Class org.eclipse.draw2d.geometry.Rectangleclass Rectangle extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
heightint height The height
- 
widthint width The width
- 
xint x The x value
- 
yint y The y value
 
- 
 
 
- 
- 
Package org.eclipse.draw2d.graph- 
Class org.eclipse.draw2d.graph.EdgeList
- 
Class org.eclipse.draw2d.graph.NodeList
- 
Class org.eclipse.draw2d.graph.Rankclass Rank extends NodeList implements Serializable- 
Serialized Fields- 
bottomPaddingint bottomPadding 
- 
hashint hash 
- 
heightint height 
- 
locationint location 
- 
topPaddingint topPadding 
- 
totalint total 
 
- 
 
- 
 
- 
PrecisionDimension.setPreciseHeight(double)andPrecisionDimension.preciseHeight()instead. This field will become private in the future.