Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- darkBlue - Static variable in interface org.eclipse.draw2d.ColorConstants
-
One of the pre-defined colors
- darker(Color) - Static method in class org.eclipse.draw2d.FigureUtilities
-
Returns a new Color the same as the passed color in a darker hue.
- DARKER_LIGHTER - Static variable in class org.eclipse.draw2d.SchemeBorder
- DARKEST_DARKER - Static variable in class org.eclipse.draw2d.SchemeBorder
-
Arrays of Colors, used for shadow or highlight effects
- darkGray - Static variable in interface org.eclipse.draw2d.ColorConstants
-
One of the pre-defined colors
- darkGreen - Static variable in interface org.eclipse.draw2d.ColorConstants
-
One of the pre-defined colors
- data - Variable in class org.eclipse.draw2d.FlowLayout
- data - Variable in class org.eclipse.draw2d.graph.Edge
-
An arbitrary data field for use by clients.
- data - Variable in class org.eclipse.draw2d.graph.Node
-
Clients may use this field to mark the Node with an arbitrary data object.
- data - Variable in class org.eclipse.draw2d.graph.Path
-
An arbitrary data field which can be used to map a Path back to some client object.
- deactivate() - Method in class org.eclipse.draw2d.parts.ScrollableThumbnail
- deactivate() - Method in class org.eclipse.draw2d.parts.Thumbnail
-
Deactivates this Thumbnail.
- DEFAULT_FIRING - Static variable in class org.eclipse.draw2d.Clickable
-
An action is performed every time the mouse is released.
- DEFAULT_FIRING_BEHAVIOR - Static variable in class org.eclipse.draw2d.ButtonModel
-
Action performed events are not fired until the mouse button is released.
- DefaultBidiProvider() - Constructor for class org.eclipse.draw2d.text.BidiProvider.DefaultBidiProvider
- DefaultRangeModel - Class in org.eclipse.draw2d
-
Generic implementation for a RangeModel.
- DefaultRangeModel() - Constructor for class org.eclipse.draw2d.DefaultRangeModel
- DeferredUpdateManager - Class in org.eclipse.draw2d
-
An UpdateManager that asynchronously updates the affected figures.
- DeferredUpdateManager() - Constructor for class org.eclipse.draw2d.DeferredUpdateManager
-
Empty constructor.
- DeferredUpdateManager(GraphicsSource) - Constructor for class org.eclipse.draw2d.DeferredUpdateManager
-
Constructs a new DererredUpdateManager with the given GraphicsSource.
- DeferredUpdateManager.UpdateRequest - Class in org.eclipse.draw2d
- DelegatingLayout - Class in org.eclipse.draw2d
-
Figures using a DelegatingLayout as their layout manager give location responsibilities to their children.
- DelegatingLayout() - Constructor for class org.eclipse.draw2d.DelegatingLayout
- delta - Variable in class org.eclipse.draw2d.graph.Edge
-
Deprecated.use accessors instead
- Dimension - Class in org.eclipse.draw2d.geometry
-
Stores an integer width and height.
- Dimension() - Constructor for class org.eclipse.draw2d.geometry.Dimension
-
Constructs a Dimension of zero width and height.
- Dimension(int, int) - Constructor for class org.eclipse.draw2d.geometry.Dimension
-
Constructs a Dimension with the supplied width and height values.
- Dimension(Dimension) - Constructor for class org.eclipse.draw2d.geometry.Dimension
-
Constructs a Dimension with the width and height of the passed Dimension.
- Dimension(Image) - Constructor for class org.eclipse.draw2d.geometry.Dimension
-
Constructs a Dimension with the width and height of the Image supplied as input.
- Dimension(Point) - Constructor for class org.eclipse.draw2d.geometry.Dimension
-
Constructs a Dimension where the width and height are the x and y distances of the input point from the origin.
- DirectedGraph - Class in org.eclipse.draw2d.graph
-
A graph consisting of nodes and directed edges.
- DirectedGraph() - Constructor for class org.eclipse.draw2d.graph.DirectedGraph
- DirectedGraphLayout - Class in org.eclipse.draw2d.graph
-
Performs a graph layout of a
DirectedGraph
. - DirectedGraphLayout() - Constructor for class org.eclipse.draw2d.graph.DirectedGraphLayout
- direction - Variable in class org.eclipse.draw2d.geometry.Straight
-
direction vector of this straight
- direction - Variable in class org.eclipse.draw2d.Triangle
-
The direction this triangle will face.
- disable() - Method in class org.eclipse.draw2d.geometry.Transposer
-
Disables transposing of inputs.
- dispatchFocusGained(FocusEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a focus gained event.
- dispatchFocusGained(FocusEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchFocusLost(FocusEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a focus lost event.
- dispatchFocusLost(FocusEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a key pressed event.
- dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a key released event.
- dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchKeyTraversed(TraverseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a key traversed event.
- dispatchKeyTraversed(TraverseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a mouse double clicked event.
- dispatchMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a mouse entered event.
- dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseExited(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a mouse exited event.
- dispatchMouseExited(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseHover(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a mouse hover event.
- dispatchMouseHover(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a moved event event.
- dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMousePressed(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a mouse pressed event.
- dispatchMousePressed(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a mouse released event.
- dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- dispatchMouseWheelScrolled(Event) - Method in class org.eclipse.draw2d.EventDispatcher
-
Dispatches a MouseWheel event.
- displayToolTipNear(IFigure, IFigure, int, int) - Method in class org.eclipse.draw2d.ToolTipHelper
-
Sets the LightWeightSystem's contents to the passed tooltip, and displays the tip.
- dispose() - Method in class org.eclipse.draw2d.Graphics
-
Disposes this object, releasing any resources.
- dispose() - Method in class org.eclipse.draw2d.PopUpHelper
-
Dispose of this PopUpHelper object.
- dispose() - Method in class org.eclipse.draw2d.PrinterGraphics
- dispose() - Method in class org.eclipse.draw2d.ScaledGraphics
- dispose() - Method in class org.eclipse.draw2d.SWTGraphics
- dispose() - Method in class org.eclipse.draw2d.ToolTipHelper
-
Disposes of the tooltip's shell and kills the timer.
- dispose() - Method in class org.eclipse.draw2d.UpdateManager
-
Called when the EditPartViewer is being disposed.
- distance(int) - Method in record class org.eclipse.draw2d.geometry.Interval
-
Calculates the distance to given
point
. - doClick() - Method in class org.eclipse.draw2d.Clickable
-
Fires an action performed event.
- dotProduct(Ray) - Method in class org.eclipse.draw2d.geometry.Ray
-
Deprecated.Calculates the dot product of this Ray with another.
- doubleToBigDecimal(double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- doubleToInteger(double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
-
Converts a double value into an integer value, avoiding rounding effects.
- DOWN_ARROW - Static variable in class org.eclipse.draw2d.ScrollBarLayout
-
Used as a constraint for the down arrow figure.
- dragRange - Variable in class org.eclipse.draw2d.ScrollBar.ThumbDragger
- drawArc(int, int, int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws the outline of an arc located at (x,y) with width w and height h.
- drawArc(int, int, int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawArc(int, int, int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawArc(Rectangle, int, int) - Method in class org.eclipse.draw2d.Graphics
- drawFocus(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a focus rectangle.
- drawFocus(int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawFocus(int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawFocus(Rectangle) - Method in class org.eclipse.draw2d.Graphics
- drawImage(Image, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws the given Image at the location (x,y).
- drawImage(Image, int, int) - Method in class org.eclipse.draw2d.PrinterGraphics
- drawImage(Image, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawImage(Image, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a rectangular section of the given Image to the specified rectangular reagion on the canvas.
- drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.draw2d.PrinterGraphics
- drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawImage(Image, Point) - Method in class org.eclipse.draw2d.Graphics
-
Draws the given image at a point.
- drawImage(Image, Rectangle, Rectangle) - Method in class org.eclipse.draw2d.Graphics
- drawLine(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a line between the points
(x1,y1)
and(x2,y2)
using the foreground color. - drawLine(int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawLine(int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawLine(Point, Point) - Method in class org.eclipse.draw2d.Graphics
- drawOval(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws the outline of an ellipse that fits inside the rectangle with the given properties using the foreground color.
- drawOval(int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawOval(int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawOval(Rectangle) - Method in class org.eclipse.draw2d.Graphics
-
Draws an oval inside the given rectangle using the current foreground color.
- drawPath(Path) - Method in class org.eclipse.draw2d.Graphics
-
Draws the given path.
- drawPath(Path) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawPath(Path) - Method in class org.eclipse.draw2d.SWTGraphics
-
This method requires advanced graphics support.
- drawPoint(int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a pixel, using the foreground color, at the specified point (
x
,y
). - drawPoint(int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawPoint(int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawPolygon(int[]) - Method in class org.eclipse.draw2d.Graphics
-
Draws a closed polygon defined by the given Integer array containing the vertices in x,y order.
- drawPolygon(int[]) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawPolygon(int[]) - Method in class org.eclipse.draw2d.SWTGraphics
- drawPolygon(PointList) - Method in class org.eclipse.draw2d.Graphics
-
Draws a closed polygon defined by the given
PointList
containing the vertices. - drawPolygon(PointList) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawPolygon(PointList) - Method in class org.eclipse.draw2d.SWTGraphics
- drawPolyline(int[]) - Method in class org.eclipse.draw2d.Graphics
-
Draws a polyline defined by the given Integer array containing the vertices in x,y order.
- drawPolyline(int[]) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawPolyline(int[]) - Method in class org.eclipse.draw2d.SWTGraphics
- drawPolyline(PointList) - Method in class org.eclipse.draw2d.Graphics
-
Draws a polyline defined by the given
PointList
containing the vertices. - drawPolyline(PointList) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawPolyline(PointList) - Method in class org.eclipse.draw2d.SWTGraphics
- drawRectangle(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a rectangle whose top-left corner is located at the point (x,y) with the given width and height.
- drawRectangle(int, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawRectangle(int, int, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawRectangle(Rectangle) - Method in class org.eclipse.draw2d.Graphics
-
Draws the given rectangle using the current foreground color.
- drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a rectangle with rounded corners using the foreground color.
- drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawString(String, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws the given string using the current font and foreground color.
- drawString(String, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawString(String, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawString(String, Point) - Method in class org.eclipse.draw2d.Graphics
- drawText(String, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws the given string using the current font and foreground color.
- drawText(String, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawText(String, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
- drawText(String, int, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a string using the specified styles.
- drawText(String, int, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawText(String, Point) - Method in class org.eclipse.draw2d.Graphics
- drawText(String, Point, int) - Method in class org.eclipse.draw2d.Graphics
-
Draws a string using the specified styles.
- drawTextLayout(TextLayout, int, int) - Method in class org.eclipse.draw2d.Graphics
-
Renders the specified TextLayout to this Graphics.
- drawTextLayout(TextLayout, int, int, int, int, Color, Color) - Method in class org.eclipse.draw2d.Graphics
- drawTextLayout(TextLayout, int, int, int, int, Color, Color) - Method in class org.eclipse.draw2d.ScaledGraphics
- drawTextLayout(TextLayout, int, int, int, int, Color, Color) - Method in class org.eclipse.draw2d.SWTGraphics
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form