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
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

DARKER_LIGHTER - Static variable in class org.eclipse.draw2d. SchemeBorder
Arrays of Colors, used for shadow or highlight effects
DARKEST_DARKER - Static variable in class org.eclipse.draw2d. SchemeBorder
Arrays of Colors, used for shadow or highlight effects
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.
DOWN_ARROW - Static variable in class org.eclipse.draw2d. ScrollBarLayout
Used as a constraint for the down arrow figure.
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() - 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 org.eclipse.draw2d. DeferredUpdateManager.UpdateRequest.
Calls DeferredUpdateManager.performUpdate().
DeferredUpdateManager.UpdateRequest() - Constructor for class org.eclipse.draw2d. DeferredUpdateManager.UpdateRequest
 
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(int, int) - Constructor for class org.eclipse.draw2d.geometry. Dimension
Constructs a Dimension with the supplied width and height values.
DirectedGraph - class org.eclipse.draw2d.graph. DirectedGraph.
A graph consisting of nodes and directed edges.
DirectedGraph() - Constructor for class org.eclipse.draw2d.graph. DirectedGraph
 
DirectedGraphLayout - class org.eclipse.draw2d.graph. DirectedGraphLayout.
Performs a graph layout of a DirectedGraph.
DirectedGraphLayout() - Constructor for class org.eclipse.draw2d.graph. DirectedGraphLayout
 
darkBlue - Static variable in interface org.eclipse.draw2d. ColorConstants
One of the pre-defined colors
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
darker(Color) - Static method in class org.eclipse.draw2d. FigureUtilities
Returns a new Color the same as the passed color in a darker hue.
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.
delta - Variable in class org.eclipse.draw2d.graph. Edge
Deprecated. use accessors instead
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(org.eclipse.swt.events.FocusEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchFocusLost(FocusEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a focus lost event.
dispatchFocusLost(org.eclipse.swt.events.FocusEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchKeyPressed(KeyEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a key pressed event.
dispatchKeyPressed(org.eclipse.swt.events.KeyEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchKeyReleased(KeyEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a key released event.
dispatchKeyReleased(org.eclipse.swt.events.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(org.eclipse.swt.events.MouseEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchMouseEntered(MouseEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a mouse entered event.
dispatchMouseEntered(org.eclipse.swt.events.MouseEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchMouseExited(MouseEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a mouse exited event.
dispatchMouseExited(org.eclipse.swt.events.MouseEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchMouseHover(MouseEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a mouse hover event.
dispatchMouseHover(org.eclipse.swt.events.MouseEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchMouseMoved(MouseEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a moved event event.
dispatchMouseMoved(org.eclipse.swt.events.MouseEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchMousePressed(MouseEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a mouse pressed event.
dispatchMousePressed(org.eclipse.swt.events.MouseEvent) - Method in class org.eclipse.draw2d. SWTEventDispatcher
 
dispatchMouseReleased(MouseEvent) - Method in class org.eclipse.draw2d. EventDispatcher
Dispatches a mouse released event.
dispatchMouseReleased(org.eclipse.swt.events.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. SWTGraphics
 
dispose() - Method in class org.eclipse.draw2d. ScaledGraphics
 
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.
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.
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
 
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. ScaledGraphics
 
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
 
drawFocus(int, int, int, int) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawFocus(int, int, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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. 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
Draws the given image at a point.
drawImage(Image, Rectangle, Rectangle) - Method in class org.eclipse.draw2d. Graphics
 
drawImage(Image, 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. PrinterGraphics
 
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. SWTGraphics
 
drawImage(Image, 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. ScaledGraphics
 
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
 
drawLine(int, int, int, int) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawLine(int, int, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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
Draws an oval inside the given rectangle using the current foreground color.
drawOval(int, int, int, int) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawOval(int, int, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
drawPath(Path) - Method in class org.eclipse.draw2d. Graphics
Draws the given path.
drawPath(Path) - Method in class org.eclipse.draw2d. SWTGraphics
This method requires advanced graphics support.
drawPath(Path) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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. SWTGraphics
 
drawPoint(int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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(PointList) - Method in class org.eclipse.draw2d. Graphics
Draws a closed polygon defined by the given PointList containing the vertices.
drawPolygon(int[]) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawPolygon(PointList) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawPolygon(int[]) - Method in class org.eclipse.draw2d. ScaledGraphics
 
drawPolygon(PointList) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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(PointList) - Method in class org.eclipse.draw2d. Graphics
Draws a polyline defined by the given PointList containing the vertices.
drawPolyline(int[]) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawPolyline(PointList) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawPolyline(int[]) - Method in class org.eclipse.draw2d. ScaledGraphics
 
drawPolyline(PointList) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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
Draws the given rectangle using the current foreground color.
drawRectangle(int, int, int, int) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawRectangle(int, int, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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. SWTGraphics
 
drawRoundRectangle(Rectangle, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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
 
drawString(String, int, int) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawString(String, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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, int) - Method in class org.eclipse.draw2d. Graphics
Draws a string using the specified styles.
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.
drawText(String, int, int) - Method in class org.eclipse.draw2d. SWTGraphics
 
drawText(String, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
drawText(String, int, int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
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. SWTGraphics
 
drawTextLayout(TextLayout, int, int, int, int, Color, Color) - Method in class org.eclipse.draw2d. ScaledGraphics
 

Eclipse Draw2d
3.3
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, 2007. All Rights Reserved.

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