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

T

TARGET - Static variable in class org.eclipse.draw2d. ConnectionLocator
The end (or target) of the Connection
THUMB - Static variable in class org.eclipse.draw2d. ScrollBarLayout
Used as a constraint for the thumb figure.
TILE - Static variable in class org.eclipse.draw2d. PrintFigureOperation
The default print mode.
TOOLBAR - Static variable in interface org.eclipse.draw2d. ButtonBorder.SCHEMES
Toolbar button scheme
TOOLBAR - Static variable in class org.eclipse.draw2d. ButtonBorder
Used for toolbar buttons.
TOP - Static variable in class org.eclipse.draw2d. BorderLayout
Constant to be used as a constraint for child figures
TOP - Static variable in interface org.eclipse.draw2d. PositionConstants
Top
TOP_MIDDLE_BOTTOM - Static variable in interface org.eclipse.draw2d. PositionConstants
Bit-wise OR of TOP, MIDDLE, and BOTTOM
TRIANGLE_TIP - Static variable in class org.eclipse.draw2d. PolygonDecoration
Template for a triangle that points to the right when the rotation angle is 0
TRIANGLE_TIP - Static variable in class org.eclipse.draw2d. PolylineDecoration
A triangle template
TextFlow - class org.eclipse.draw2d.text. TextFlow.
An inline flow figure that renders a string of text across one or more lines.
TextFlow() - Constructor for class org.eclipse.draw2d.text. TextFlow
Constructs a new TextFlow with the empty String.
TextFlow(String) - Constructor for class org.eclipse.draw2d.text. TextFlow
Constructs a new TextFlow with the specified String.
TextFragmentBox - class org.eclipse.draw2d.text. TextFragmentBox.
A Geometric object for representing a TextFragment region on a line of Text.
TextFragmentBox(TextFlow) - Constructor for class org.eclipse.draw2d.text. TextFragmentBox
Creates a new TextFragmentBox for the given text flow.
TextLayout - class org.eclipse.draw2d.text. TextLayout.
 
TextLayout(TextFlow) - Constructor for class org.eclipse.draw2d.text. TextLayout
Creates a new TextLayout with the given TextFlow
TextUtilities - class org.eclipse.draw2d. TextUtilities.
Provides miscellaneous text operations.
TextUtilities() - Constructor for class org.eclipse.draw2d. TextUtilities
 
Thumbnail - class org.eclipse.draw2d.parts. Thumbnail.
A Thumbnail is a Figure that displays an image of its source Figure at a smaller size.
Thumbnail() - Constructor for class org.eclipse.draw2d.parts. Thumbnail
Creates a new Thumbnail.
Thumbnail(IFigure) - Constructor for class org.eclipse.draw2d.parts. Thumbnail
Creates a new Thumbnail with the given IFigure as its source figure.
TitleBarBorder - class org.eclipse.draw2d. TitleBarBorder.
Border provides a title bar on the Figure for which this is the border of.
TitleBarBorder() - Constructor for class org.eclipse.draw2d. TitleBarBorder
Constructs a TitleBarBorder with its label set to the name of this class.
TitleBarBorder(String) - Constructor for class org.eclipse.draw2d. TitleBarBorder
Constructs a TitleBarBorder with its label set to the passed String.
Toggle - class org.eclipse.draw2d. Toggle.
Basic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection, rollover, etc).
Toggle() - Constructor for class org.eclipse.draw2d. Toggle
Constructs a Toggle with no text or icon.
Toggle(String, Image) - Constructor for class org.eclipse.draw2d. Toggle
Constructs a Toggle with passed text and icon
Toggle(IFigure) - Constructor for class org.eclipse.draw2d. Toggle
Constructs a Toggle with passed IFigure as its contents.
Toggle(IFigure, int) - Constructor for class org.eclipse.draw2d. Toggle
Constructs a Toggle with the passed figure as its contents and the given style.
ToggleButton - class org.eclipse.draw2d. ToggleButton.
A Toggle that appears like a 3-dimensional button.
ToggleButton() - Constructor for class org.eclipse.draw2d. ToggleButton
Constructs a new ToggleButton with no initial contents.
ToggleButton(IFigure) - Constructor for class org.eclipse.draw2d. ToggleButton
Constructs a ToggleButton with the passed IFigure as its contents.
ToggleButton(String) - Constructor for class org.eclipse.draw2d. ToggleButton
Constructs a ToggleButton with the passed string as its text.
ToggleButton(String, Image) - Constructor for class org.eclipse.draw2d. ToggleButton
Constructs a ToggleButton with a Label containing the passed text and icon.
ToggleModel - class org.eclipse.draw2d. ToggleModel.
ButtonModel that supports toggle buttons.
ToggleModel() - Constructor for class org.eclipse.draw2d. ToggleModel
 
ToolTipHelper - class org.eclipse.draw2d. ToolTipHelper.
This class is used by SWTEventDispatcher as support to display Figure tooltips on a mouse hover event.
ToolTipHelper(org.eclipse.swt.widgets.Control) - Constructor for class org.eclipse.draw2d. ToolTipHelper
Constructs a ToolTipHelper to be associated with Control c.
ToolbarLayout - class org.eclipse.draw2d. ToolbarLayout.
Arranges figures in a single row or column.
ToolbarLayout() - Constructor for class org.eclipse.draw2d. ToolbarLayout
Constructs a vertically oriented ToolbarLayout with child spacing of 0 pixels, matchWidth true, and ToolbarLayout.ALIGN_TOPLEFT alignment.
ToolbarLayout(boolean) - Constructor for class org.eclipse.draw2d. ToolbarLayout
Constructs a ToolbarLayout with a specified orientation.
Transform - class org.eclipse.draw2d.geometry. Transform.
Provides support for transformations of scaling, translation and rotation.
Transform() - Constructor for class org.eclipse.draw2d.geometry. Transform
 
Translatable - interface org.eclipse.draw2d.geometry. Translatable.
A translatable object can be translated (or moved) vertically and/or horizontally.
Transposer - class org.eclipse.draw2d.geometry. Transposer.
Conditionally transposes geometrical objects based on an "enabled" flag.
Transposer() - Constructor for class org.eclipse.draw2d.geometry. Transposer
 
TreeSearch - interface org.eclipse.draw2d. TreeSearch.
A helper used in depth-first searches of a figure subgraph.
Triangle - class org.eclipse.draw2d. Triangle.
A triangular graphical figure.
Triangle() - Constructor for class org.eclipse.draw2d. Triangle
 
t(Dimension) - Method in class org.eclipse.draw2d.geometry. Transposer
Returns a new transposed Dimension of the input Dimension.
t(Insets) - Method in class org.eclipse.draw2d.geometry. Transposer
Returns a new transposed Insets of the input Insets.
t(Point) - Method in class org.eclipse.draw2d.geometry. Transposer
Returns a new transposed Point of the input Point.
t(Rectangle) - Method in class org.eclipse.draw2d.geometry. Transposer
Returns a new transposed Rectangle of the input Rectangle.
target - Variable in class org.eclipse.draw2d.graph. Edge
The target Node.
tearDown(IFigure) - Method in class org.eclipse.draw2d. Animator
Reverts any temporary changes made to the figure during animation.
tempRect - Static variable in class org.eclipse.draw2d. AbstractBorder
A temporary Rectangle
thumbDragger - Variable in class org.eclipse.draw2d. ScrollBar
Listens to mouse events on the scrollbar to take care of scrolling.
titleBackground - Static variable in interface org.eclipse.draw2d. ColorConstants
 
titleForeground - Static variable in interface org.eclipse.draw2d. ColorConstants
 
titleGradient - Static variable in interface org.eclipse.draw2d. ColorConstants
 
titleInactiveBackground - Static variable in interface org.eclipse.draw2d. ColorConstants
 
titleInactiveForeground - Static variable in interface org.eclipse.draw2d. ColorConstants
 
titleInactiveGradient - Static variable in interface org.eclipse.draw2d. ColorConstants
 
toIntArray() - Method in class org.eclipse.draw2d.geometry. PointList
Returns the contents of this PointList as an integer array.
toString() - Method in class org.eclipse.draw2d. DefaultRangeModel
 
toString() - Method in class org.eclipse.draw2d. GridData
 
toString() - Method in class org.eclipse.draw2d. MouseEvent
 
toString() - Method in class org.eclipse.draw2d.geometry. Dimension
 
toString() - Method in class org.eclipse.draw2d.geometry. Insets
 
toString() - Method in class org.eclipse.draw2d.geometry. Point
 
toString() - Method in class org.eclipse.draw2d.geometry. Ray
 
toString() - Method in class org.eclipse.draw2d.geometry. Rectangle
Returns the description of this Rectangle.
toString() - Method in class org.eclipse.draw2d.graph. Node
 
toString() - Method in class org.eclipse.draw2d.graph. VirtualNode
Deprecated.  
toString() - Method in class org.eclipse.draw2d.text. TextFlow
 
toString() - Method in class org.eclipse.draw2d.text. TextFragmentBox
 
toolTip - Variable in class org.eclipse.draw2d. Figure
Deprecated. access using Figure.getToolTip()
tooltipBackground - Static variable in interface org.eclipse.draw2d. ColorConstants
 
tooltipForeground - Static variable in interface org.eclipse.draw2d. ColorConstants
 
top - Variable in class org.eclipse.draw2d.geometry. Insets
distance from top
touches(Rectangle) - Method in class org.eclipse.draw2d.geometry. Rectangle
Returns true if the input Rectangle touches this Rectangle.
trailingJoiner - Variable in class org.eclipse.draw2d.text. BidiInfo
Indicates if the ZRJ character needs to be appended to the text being rendered..
translate(int, int) - Method in class org.eclipse.draw2d. Figure
 
translate(int, int) - Method in class org.eclipse.draw2d. Graphics
Translates the receiver's coordinates by the specified x and y amounts.
translate(float, float) - Method in class org.eclipse.draw2d. Graphics
Modifies the current transform by translating the given x and y amounts.
translate(Point) - Method in class org.eclipse.draw2d. Graphics
 
translate(int, int) - Method in interface org.eclipse.draw2d. IFigure
Moves this IFigure x pixels horizontally and y pixels vertically.
translate(int, int) - Method in class org.eclipse.draw2d. SWTGraphics
This method may require advanced graphics support if using a transform, in this case, a check should be made to ensure advanced graphics is supported in the user's environment before calling this method.
translate(float, float) - Method in class org.eclipse.draw2d. SWTGraphics
This method requires advanced graphics support.
translate(int, int) - Method in class org.eclipse.draw2d. ScaledGraphics
 
translate(float, float) - Method in class org.eclipse.draw2d. ScaledGraphics
 
translate(Point) - Method in class org.eclipse.draw2d.geometry. Point
Shifts the location of this Point by the location of the input Point along each of the axes, and returns this for convenience.
translate(Dimension) - Method in class org.eclipse.draw2d.geometry. Point
Shifts this Point by the values of the Dimension along each axis, and returns this for convenience.
translate(int, int) - Method in class org.eclipse.draw2d.geometry. Point
Shifts this Point by the values supplied along each axes, and returns this for convenience.
translate(Point) - Method in class org.eclipse.draw2d.geometry. PointList
Moves the origin (0,0) of the coordinate system of all the points to the Point pt.
translate(int, int) - Method in class org.eclipse.draw2d.geometry. PointList
Moves the origin (0,0) of the coordinate system of all the points to the Point (x,y).
translate(Point) - Method in class org.eclipse.draw2d.geometry. PrecisionRectangle
 
translate(Point) - Method in class org.eclipse.draw2d.geometry. Rectangle
Moves this Rectangle horizontally by the x value of the given Point and vertically by the y value of the given Point, then returns this Rectangle for convenience.
translate(int, int) - Method in class org.eclipse.draw2d.geometry. Rectangle
Moves this Rectangle horizontally by dx and vertically by dy, then returns this Rectangle for convenience.
translateFromParent(Translatable) - Method in class org.eclipse.draw2d. Figure
 
translateFromParent(Translatable) - Method in interface org.eclipse.draw2d. IFigure
Translates a Translatable from this IFigure's parent's coordinates to this IFigure's local coordinates.
translateFromParent(Translatable) - Method in class org.eclipse.draw2d. ScalableFreeformLayeredPane
 
translateFromParent(Translatable) - Method in class org.eclipse.draw2d. ScalableLayeredPane
 
translateFromParent(Translatable) - Method in class org.eclipse.draw2d. Viewport
 
translateToAbsolute(Translatable) - Method in class org.eclipse.draw2d. Figure
 
translateToAbsolute(Translatable) - Method in interface org.eclipse.draw2d. IFigure
Translates a Translatable that is relative to this figure's bounds to absolute.
translateToParent(Translatable) - Method in class org.eclipse.draw2d. Figure
 
translateToParent(Translatable) - Method in interface org.eclipse.draw2d. IFigure
Translates a Translatable from this IFigure's coordinates to its parent's coordinates.
translateToParent(Translatable) - Method in class org.eclipse.draw2d. ScalableFreeformLayeredPane
 
translateToParent(Translatable) - Method in class org.eclipse.draw2d. ScalableLayeredPane
 
translateToParent(Translatable) - Method in class org.eclipse.draw2d. Viewport
 
translateToRelative(Translatable) - Method in class org.eclipse.draw2d. Figure
 
translateToRelative(Translatable) - Method in interface org.eclipse.draw2d. IFigure
Translates a Translatable in absolute coordinates to be relative to this figure's bounds.
transpose() - Method in class org.eclipse.draw2d.geometry. Dimension
Swaps the width and height of this Dimension, and returns this for convenience.
transpose() - Method in class org.eclipse.draw2d.geometry. Insets
Transposes this object.
transpose() - Method in class org.eclipse.draw2d.geometry. Point
Transposes this object.
transpose() - Method in class org.eclipse.draw2d.geometry. PointList
Transposes all x and y values.
transpose() - Method in class org.eclipse.draw2d.geometry. PrecisionRectangle
 
transpose() - Method in class org.eclipse.draw2d.geometry. Rectangle
Switches the x and y values, as well as the width and height of this Rectangle.
transposer - Variable in class org.eclipse.draw2d. ConnectionEndpointLocator
Transposes the location if the connection point is along the top or bottom of its owner figure.
transposer - Variable in class org.eclipse.draw2d. FlowLayout
The transposer used in converting horizontal layout to vertical.
transposer - Variable in class org.eclipse.draw2d. ScrollBar
Transposes from vertical to horizontal if needed.
transposer - Variable in class org.eclipse.draw2d. ScrollBarLayout
Transposes values if the ScrollBar is horizontally oriented.
transposer - Variable in class org.eclipse.draw2d. ToolbarLayout
Transposer object used in layout calculations
triangle - Variable in class org.eclipse.draw2d. Triangle
The points of the triangle.

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