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

T

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 - Static variable in class org.eclipse.draw2d.ConnectionLocator
The end (or target) of the Connection
tempRect - Static variable in class org.eclipse.draw2d.AbstractBorder
A temporary Rectangle
TextFlow - class org.eclipse.draw2d.text.TextFlow.
An inline flow that renders a sting 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() - Constructor for class org.eclipse.draw2d.text.TextFragmentBox
Creates a new TextFragmentBox
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
THUMB - Static variable in class org.eclipse.draw2d.ScrollBarLayout
Used as a constraint for the thumb figure.
thumbDragger - Variable in class org.eclipse.draw2d.ScrollBar
Listens to mouse events on the scrollbar to take care of scrolling.
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.
titleBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
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.
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
 
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(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.
Toggle(String, Image) - Constructor for class org.eclipse.draw2d.Toggle
Constructs a Toggle with passed text and icon
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
 
toIntArray() - Method in class org.eclipse.draw2d.geometry.PointList
Returns the contents of this PointList as an integer array.
TOOLBAR - Static variable in class org.eclipse.draw2d.ButtonBorder
Used for toolbar buttons.
TOOLBAR - Static variable in interface org.eclipse.draw2d.ButtonBorder.SCHEMES
Various button schemes.
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.
toolTip - Variable in class org.eclipse.draw2d.Figure
This Figure's tooltip.
tooltipBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
tooltipForeground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
ToolTipHelper - class org.eclipse.draw2d.ToolTipHelper.
This class is used by SWTEventDispatcher as support to display Figure tooltips on a mouse hover event.
ToolTipHelper(Control) - Constructor for class org.eclipse.draw2d.ToolTipHelper
Constructs a ToolTipHelper to be associated with Control c.
top - Variable in class org.eclipse.draw2d.geometry.Insets
distance from top
TOP - Static variable in interface org.eclipse.draw2d.PositionConstants
Top
TOP - Static variable in class org.eclipse.draw2d.BorderLayout
Constant to be used as a constraint for child figures
TOP_MIDDLE_BOTTOM - Static variable in interface org.eclipse.draw2d.PositionConstants
Bit-wise OR of TOP, MIDDLE, and BOTTOM
toString() - Method in class org.eclipse.draw2d.MouseEvent
 
toString() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns the description of this Rectangle.
toString() - Method in class org.eclipse.draw2d.geometry.Ray
 
toString() - Method in class org.eclipse.draw2d.geometry.Point
 
toString() - Method in class org.eclipse.draw2d.geometry.Insets
 
toString() - Method in class org.eclipse.draw2d.geometry.Dimension
 
touches(Rectangle) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns true if the input Rectangle touches this Rectangle.
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.
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.ScaledGraphics
 
translate(int, int) - Method in class org.eclipse.draw2d.SWTGraphics
 
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.Graphics
Translates this graphics object so that its origin is offset horizontally by dx and vertically by dy.
translate(int, int) - Method in class org.eclipse.draw2d.Figure
 
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.
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(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.Graphics
 
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(Point) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
 
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(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.
translateFromParent(Translatable) - Method in class org.eclipse.draw2d.Viewport
 
translateFromParent(Translatable) - Method in class org.eclipse.draw2d.ScalableLayeredPane
 
translateFromParent(Translatable) - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
 
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.Figure
 
translateToAbsolute(Translatable) - Method in interface org.eclipse.draw2d.IFigure
Translates a Translatable that is relative to this figure's bounds to absolute.
translateToAbsolute(Translatable) - Method in class org.eclipse.draw2d.Figure
 
translateToParent(Translatable) - Method in class org.eclipse.draw2d.Viewport
 
translateToParent(Translatable) - Method in class org.eclipse.draw2d.ScalableLayeredPane
 
translateToParent(Translatable) - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
 
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.Figure
 
translateToRelative(Translatable) - Method in interface org.eclipse.draw2d.IFigure
Translates a Translatable in absolute coordinates to be relative to this figure's bounds.
translateToRelative(Translatable) - Method in class org.eclipse.draw2d.Figure
 
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.
transpose() - Method in class org.eclipse.draw2d.geometry.Point
Transposes this object.
transpose() - Method in class org.eclipse.draw2d.geometry.Insets
Transposes this object.
transpose() - Method in class org.eclipse.draw2d.geometry.Dimension
Swaps the width and height of this Dimension, and returns this for convenience.
transposer - Variable in class org.eclipse.draw2d.ToolbarLayout
Transposer object used in layout calculations
transposer - Variable in class org.eclipse.draw2d.ScrollBarLayout
Transposes values if the ScrollBar is horizontally oriented.
transposer - Variable in class org.eclipse.draw2d.ScrollBar
Transposes from vertical to horizontal if needed.
transposer - Variable in class org.eclipse.draw2d.FlowLayout
The transposer used in converting horizontal layout to vertical.
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 - 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 - Variable in class org.eclipse.draw2d.Triangle
The points of the triangle.
Triangle - class org.eclipse.draw2d.Triangle.
A triangular graphical figure.
TRIANGLE_TIP - Static variable in class org.eclipse.draw2d.PolylineDecoration
A triangle template
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() - Constructor for class org.eclipse.draw2d.Triangle
 

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.