- 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
- 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
- TextFlow - Class in org.eclipse.draw2d.text
-
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 in org.eclipse.draw2d.text
-
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 in org.eclipse.draw2d.text
-
- TextLayout(TextFlow) - Constructor for class org.eclipse.draw2d.text.TextLayout
-
Creates a new TextLayout with the given TextFlow
- TextUtilities - Class in org.eclipse.draw2d
-
Provides miscellaneous text operations.
- TextUtilities() - Constructor for class org.eclipse.draw2d.TextUtilities
-
- 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.
- ThumbDragger() - Constructor for class org.eclipse.draw2d.ScrollBar.ThumbDragger
-
- Thumbnail - Class in org.eclipse.draw2d.parts
-
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.
- TILE - Static variable in class org.eclipse.draw2d.PrintFigureOperation
-
The default print mode.
- titleBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
-
- TitleBarBorder - Class in org.eclipse.draw2d
-
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 in org.eclipse.draw2d
-
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 in org.eclipse.draw2d
-
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 in org.eclipse.draw2d
-
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 interface org.eclipse.draw2d.ButtonBorder.SCHEMES
-
Toolbar button scheme
- TOOLBAR - Static variable in class org.eclipse.draw2d.ButtonBorder
-
Used for toolbar buttons.
- ToolbarLayout - Class in org.eclipse.draw2d
-
Arranges figures in a single row or column.
- ToolbarLayout() - Constructor for class org.eclipse.draw2d.ToolbarLayout
-
- ToolbarLayout(boolean) - Constructor for class org.eclipse.draw2d.ToolbarLayout
-
Constructs a ToolbarLayout with a specified orientation.
- toolTip - Variable in class org.eclipse.draw2d.Figure
-
- tooltipBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
-
- tooltipForeground - Static variable in interface org.eclipse.draw2d.ColorConstants
-
- ToolTipHelper - Class in org.eclipse.draw2d
-
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 - Static variable in class org.eclipse.draw2d.BorderLayout
-
Constant to be used as a constraint for child figures
- top - Variable in class org.eclipse.draw2d.geometry.Insets
-
distance from top
- 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
- toPoint() - Method in class org.eclipse.draw2d.geometry.Vector
-
Returns a point representation of this Vector.
- toString() - Method in class org.eclipse.draw2d.DefaultRangeModel
-
- 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
-
Deprecated.
- toString() - Method in class org.eclipse.draw2d.geometry.Rectangle
-
Returns the description of this Rectangle.
- toString() - Method in class org.eclipse.draw2d.geometry.Straight
-
- toString() - Method in class org.eclipse.draw2d.geometry.Vector
-
- 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.GridData
-
- toString() - Method in class org.eclipse.draw2d.MouseEvent
-
- toString() - Method in class org.eclipse.draw2d.text.TextFlow
-
- toString() - Method in class org.eclipse.draw2d.text.TextFragmentBox
-
- touches(Rectangle) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
-
- 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..
- Transform - Class in org.eclipse.draw2d.geometry
-
Provides support for transformations of scaling, translation and rotation.
- Transform() - Constructor for class org.eclipse.draw2d.geometry.Transform
-
- Translatable - Interface in org.eclipse.draw2d.geometry
-
A translatable object can be translated (or moved) vertically and/or
horizontally.
- translate(int, int) - Method in class org.eclipse.draw2d.Figure
-
- 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(double, double) - Method in class org.eclipse.draw2d.geometry.Point
-
Shifts this Point by the values supplied along each axes, 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.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(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(Dimension) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
-
- translate(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
-
- translate(double, double) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
-
- translate(Point) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
-
- translate(double, double) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
-
- translate(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
-
- translate(Point) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
-
- translate(double, double) - 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.Rectangle
-
Moves this Rectangle horizontally by dx and vertically by dy, then
returns this Rectangle for convenience.
- 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.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.ScaledGraphics
-
- translate(float, float) - Method in class org.eclipse.draw2d.ScaledGraphics
-
- 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.
- 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.PrecisionDimension
-
- transpose() - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
-
- 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 - Class in org.eclipse.draw2d.geometry
-
Conditionally transposes geometrical objects based on an "enabled" flag.
- Transposer() - Constructor for class org.eclipse.draw2d.geometry.Transposer
-
- transposer - Variable in class org.eclipse.draw2d.OrderedLayout
-
Transposer object that may be used in layout calculations.
- 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.
- TreeSearch - Interface in org.eclipse.draw2d
-
A helper used in depth-first searches of a figure subgraph.
- Triangle - Class in org.eclipse.draw2d
-
A triangular graphical figure.
- Triangle() - Constructor for class org.eclipse.draw2d.Triangle
-
- triangle - Variable in class org.eclipse.draw2d.Triangle
-
The points of the triangle.
- 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