Eclipse Draw2d
2.1
A B C D E F G H I K L M N O P Q R S T U V W X Y

D

darkBlue - Static variable in interface org.eclipse.draw2d.ColorConstants
Misc. colors
DARKER_LIGHTER - Static variable in class org.eclipse.draw2d.SchemeBorder
Arrays of Colors, used for shadow or highlight effects
darker(Color) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns a new Color the same as the passed color in a darker hue.
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
Misc. colors
darkGreen - Static variable in interface org.eclipse.draw2d.ColorConstants
Misc. colors
deactivate() - Method in class org.eclipse.draw2d.parts.Thumbnail
Deactivates this Thumbnail.
deactivate() - Method in class org.eclipse.draw2d.parts.ScrollableThumbnail
 
debug - Static variable in class org.eclipse.draw2d.SWTGraphics
 
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.
DefaultRangeModel - class org.eclipse.draw2d.DefaultRangeModel.
Generic implementation for a RangeModel.
DefaultRangeModel() - Constructor for class org.eclipse.draw2d.DefaultRangeModel
 
DeferredUpdateManager - class org.eclipse.draw2d.DeferredUpdateManager.
An UpdateManager that asynchronously updates the affected figures.
DeferredUpdateManager.UpdateRequest - class org.eclipse.draw2d.DeferredUpdateManager.UpdateRequest.
Calls DeferredUpdateManager.performUpdate().
DeferredUpdateManager.UpdateRequest() - Constructor for class org.eclipse.draw2d.DeferredUpdateManager.UpdateRequest
 
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.
DelegatingLayout - class org.eclipse.draw2d.DelegatingLayout.
Figures using a DelegatingLayout as their layout manager give location responsibilities to their children.
DelegatingLayout() - Constructor for class org.eclipse.draw2d.DelegatingLayout
 
Dimension - class org.eclipse.draw2d.geometry.Dimension.
Stores an integer width and height.
Dimension() - Constructor for class org.eclipse.draw2d.geometry.Dimension
Constructs a Dimension of zero width and height.
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(int, int) - Constructor for class org.eclipse.draw2d.geometry.Dimension
Constructs a Dimension with the supplied width and height values.
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.
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.SWTEventDispatcher
 
dispatchFocusGained(FocusEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a focus gained event.
dispatchFocusLost(FocusEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchFocusLost(FocusEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a focus lost event.
dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a key pressed event.
dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a key released event.
dispatchKeyTraversed(TraverseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchKeyTraversed(TraverseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a key traversed event.
dispatchMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a mouse double clicked event.
dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a mouse entered event.
dispatchMouseExited(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMouseExited(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a mouse exited event.
dispatchMouseHover(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMouseHover(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a mouse hover event.
dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a moved event event.
dispatchMousePressed(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMousePressed(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a mouse pressed event.
dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.draw2d.EventDispatcher
Dispatches a mouse released 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.UpdateManager
Called when the EditPartViewer is being disposed.
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.ScaledGraphics
 
dispose() - Method in class org.eclipse.draw2d.SWTGraphics
 
dispose() - Method in class org.eclipse.draw2d.PopUpHelper
Dispose of this PopUpHelper object.
dispose() - Method in class org.eclipse.draw2d.Graphics
Disposes this Graphics object.
doClick() - Method in class org.eclipse.draw2d.Clickable
Fires an action performed event.
dotProduct(Ray) - Method in class org.eclipse.draw2d.geometry.Ray
Calculates the dot product of this Ray with another.
DOWN_ARROW - Static variable in class org.eclipse.draw2d.ScrollBarLayout
Used as a constraint for the down arrow figure.
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(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(Rectangle, int, int) - Method in class org.eclipse.draw2d.Graphics
 
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(int, int, int, int) - Method in class org.eclipse.draw2d.Graphics
Draws a focus rectangle.
drawFocus(Rectangle) - Method in class org.eclipse.draw2d.Graphics
 
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) - Method in class org.eclipse.draw2d.PrinterGraphics
 
drawImage(Image, int, int) - Method in class org.eclipse.draw2d.Graphics
Draws the given Image at the location (x,y).
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, 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.Graphics
Draws a rectangular section of the given Image to the specified rectangular reagion on the canvas.
drawImage(Image, Point) - Method in class org.eclipse.draw2d.Graphics
 
drawImage(Image, Rectangle, Rectangle) - Method in class org.eclipse.draw2d.Graphics
 
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(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(Point, Point) - Method in class org.eclipse.draw2d.Graphics
 
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(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(Rectangle) - Method in class org.eclipse.draw2d.Graphics
 
drawPolygon(PointList) - Method in class org.eclipse.draw2d.ScaledGraphics
 
drawPolygon(PointList) - 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.
drawPolyline(PointList) - Method in class org.eclipse.draw2d.ScaledGraphics
 
drawPolyline(PointList) - 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.
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(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(Rectangle) - Method in class org.eclipse.draw2d.Graphics
 
drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.ScaledGraphics
 
drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d.Graphics
Draws a rectangle with rounded corners using the 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, int, int) - Method in class org.eclipse.draw2d.Graphics
Draws the given string using the current font and foreground color.
drawString(String, Point) - Method in class org.eclipse.draw2d.Graphics
 
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) - Method in class org.eclipse.draw2d.Graphics
Draws the given string using the current font and foreground color.
drawText(String, Point) - Method in class org.eclipse.draw2d.Graphics
 
dx - Variable in class org.eclipse.draw2d.SWTGraphics.State
Line values
dy - Variable in class org.eclipse.draw2d.SWTGraphics.State
Line values

Eclipse Draw2d
2.1
A B C D E F G H I K L M N O P Q R S T U V W X Y
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.