Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EAST - Static variable in interface org.eclipse.draw2d.PositionConstants
-
East
- EAST_WEST - Static variable in interface org.eclipse.draw2d.PositionConstants
-
East-West: a bit-wise OR of
PositionConstants.EAST
andPositionConstants.WEST
- Edge - Class in org.eclipse.draw2d.graph
-
A directed Edge joining a source and target Node.
- Edge(Object, Node, Node) - Constructor for class org.eclipse.draw2d.graph.Edge
-
Constructs a new edge with the given data object, source, and target node.
- Edge(Node, Node) - Constructor for class org.eclipse.draw2d.graph.Edge
-
Constructs a new edge with the given source and target nodes.
- Edge(Node, Node, int, int) - Constructor for class org.eclipse.draw2d.graph.Edge
-
Constructs a new edge with the given source, target, delta, and weight.
- EdgeList - Class in org.eclipse.draw2d.graph
-
A list of
Edge
s. - EdgeList() - Constructor for class org.eclipse.draw2d.graph.EdgeList
- edges - Variable in class org.eclipse.draw2d.graph.DirectedGraph
-
All of the edges in the graph.
- Ellipse - Class in org.eclipse.draw2d
-
An figure that draws an ellipse filling its bounds.
- Ellipse() - Constructor for class org.eclipse.draw2d.Ellipse
-
Constructs a new Ellipse with the default values of a Shape.
- EllipseAnchor - Class in org.eclipse.draw2d
-
Similar to a
ChopboxAnchor
, except this anchor is located on the ellipse defined by the owners bounding box. - EllipseAnchor() - Constructor for class org.eclipse.draw2d.EllipseAnchor
- EllipseAnchor(IFigure) - Constructor for class org.eclipse.draw2d.EllipseAnchor
- enable() - Method in class org.eclipse.draw2d.geometry.Transposer
-
Enables transposing of inputs.
- ENABLED_FLAG - Static variable in class org.eclipse.draw2d.ButtonModel
-
Flag for enablement button state
- ENABLED_PROPERTY - Static variable in class org.eclipse.draw2d.ButtonModel
-
Enabled property
- end - Variable in class org.eclipse.draw2d.graph.Edge
-
Deprecated.
- end() - Method in record class org.eclipse.draw2d.geometry.Interval
-
Returns the end of this Interval.
- END - Static variable in class org.eclipse.draw2d.ConnectionLocator
-
Deprecated.
- END - Static variable in class org.eclipse.draw2d.GridData
-
Value for horizontalAlignment or verticalAlignment.
- endBlock() - Method in class org.eclipse.draw2d.text.BlockFlowLayout
-
Called by flush(), adds the BlockBox associated with this BlockFlowLayout to the current line and then ends the line.
- endLine() - Method in class org.eclipse.draw2d.text.BlockFlowLayout
- endLine() - Method in interface org.eclipse.draw2d.text.FlowContext
-
The current line should be committed if it is occupied, and then set to
null
. - endLine() - Method in class org.eclipse.draw2d.text.InlineFlowLayout
- equals(int, int) - Method in class org.eclipse.draw2d.geometry.Dimension
-
Returns
true
if this Dimension's width and height are equal to the given width and height. - equals(int, int) - Method in class org.eclipse.draw2d.geometry.Point
-
Returns
true
if this Points x and y are equal to the given x and y. - equals(int, int, int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
-
Returns
true
if this Rectangle's x, y, width, and height values are identical to the provided ones. - equals(Object) - Method in class org.eclipse.draw2d.ChopboxAnchor
-
Returns
true
if the other anchor has the same owner and box. - equals(Object) - Method in class org.eclipse.draw2d.EllipseAnchor
-
Returns
true
if the other anchor is an EllipseAnchor with the same owner. - equals(Object) - Method in class org.eclipse.draw2d.geometry.Dimension
-
Returns whether the input Object is equivalent to this Dimension.
- equals(Object) - Method in class org.eclipse.draw2d.geometry.Insets
-
Test for equality.
- equals(Object) - Method in record class org.eclipse.draw2d.geometry.Interval
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.draw2d.geometry.Point
-
Test for equality.
- equals(Object) - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- equals(Object) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
- equals(Object) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- equals(Object) - Method in class org.eclipse.draw2d.geometry.Ray
-
Deprecated.
- equals(Object) - Method in class org.eclipse.draw2d.geometry.Rectangle
-
Returns whether the input object is equal to this Rectangle or not.
- equals(Object) - Method in class org.eclipse.draw2d.geometry.Straight
-
Checks whether this Straight is equal to the provided Straight.
- equals(Object) - Method in class org.eclipse.draw2d.geometry.Vector
- equals(Object) - Method in class org.eclipse.draw2d.graph.Rank
- erase() - Method in class org.eclipse.draw2d.Figure
- erase() - Method in interface org.eclipse.draw2d.IFigure
-
Erases this IFigure.
- ETCHED - Static variable in interface org.eclipse.draw2d.SchemeBorder.SCHEMES
- EventDispatcher - Class in org.eclipse.draw2d
-
Listens to various SWT events and dispatches these events to interested Draw2d objects.
- EventDispatcher() - Constructor for class org.eclipse.draw2d.EventDispatcher
- EventDispatcher.AccessibilityDispatcher - Class in org.eclipse.draw2d
-
Combines
AccessibleControlListener
andAccessibleListener
. - EventHandler() - Constructor for class org.eclipse.draw2d.LightweightSystem.EventHandler
- EventListenerList - Class in org.eclipse.draw2d
-
This class is intended for internal use only.
- EventListenerList() - Constructor for class org.eclipse.draw2d.EventListenerList
- ExclusionSearch - Class in org.eclipse.draw2d
-
A
TreeSearch
that excludes figures contained in aCollection
. - ExclusionSearch(Collection<IFigure>) - Constructor for class org.eclipse.draw2d.ExclusionSearch
-
Constructs an Exclusion search using the given collection.
- expand(double, double) - Method in class org.eclipse.draw2d.geometry.Dimension
-
Expands the size of this Dimension by the specified width and height.
- expand(double, double) - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- expand(double, double) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
-
Expands the horizontal and vertical sides of this Rectangle with the values provided as input, and returns this for convenience.
- expand(double, double) - Method in class org.eclipse.draw2d.geometry.Rectangle
-
Expands the horizontal and vertical sides of this Rectangle with the values provided as input, and returns this for convenience.
- expand(int, int) - Method in class org.eclipse.draw2d.geometry.Dimension
-
Expands the size of this Dimension by the specified width and height.
- expand(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- expand(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- expand(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
-
Expands the horizontal and vertical sides of this Rectangle with the values provided as input, and returns this for convenience.
- expand(Dimension) - Method in class org.eclipse.draw2d.geometry.Dimension
-
Expands the size of this Dimension by the specified amount.
- expand(Dimension) - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- expand(Insets) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- expand(Insets) - Method in class org.eclipse.draw2d.geometry.Rectangle
-
Expands the horizontal and vertical sides of this Rectangle by the width and height of the given Insets, and returns this for convenience.
- expand(Point) - Method in class org.eclipse.draw2d.geometry.Dimension
-
Deprecated.Use
Dimension.expand(int, int)
instead.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Edge.getPoints()