Uses of Class
org.eclipse.swt.graphics.Rectangle
Package
Description
-
Uses of Rectangle in org.eclipse.nebula.jface.gridviewer
-
Uses of Rectangle in org.eclipse.nebula.widgets.grid
Modifier and TypeMethodDescriptionprotected Rectangle
GridEditor.computeBounds()
Returns the bounds of the editor.GridItem.getBounds
(int columnIndex) Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table. -
Uses of Rectangle in org.eclipse.rap.rwt.remote
Modifier and TypeMethodDescriptionstatic Rectangle
JsonMapping.readRectangle
(JsonValue value) Returns an instance of Rectangle for the given JSON representation. -
Uses of Rectangle in org.eclipse.swt.accessibility
-
Uses of Rectangle in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionCTabFolder.computeTrim
(int x, int y, int width, int height) ViewForm.computeTrim
(int x, int y, int width, int height) CTabItem.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent.CBanner.getClientArea()
CTabFolder.getClientArea()
ViewForm.getClientArea()
-
Uses of Rectangle in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionDevice.getBounds()
Returns a rectangle describing the receiver's size and location.Image.getBounds()
Returns the bounds of the receiver.Device.getClientArea()
Returns a rectangle which describes the area of the receiver which is capable of displaying data.GC.getClipping()
Returns the bounding rectangle of the receiver's clipping region.Rectangle.intersection
(Rectangle rect) Returns a new rectangle which represents the intersection of the receiver and the given rectangle.Returns a new rectangle which represents the union of the receiver and the given rectangle.Modifier and TypeMethodDescriptionvoid
Destructively replaces the x, y, width and height values in the receiver with ones which represent the union of the rectangles specified by the receiver and the given rectangle.void
GC.drawRectangle
(Rectangle rect) Draws the outline of the specified rectangle, using the receiver's foreground color.void
GC.fillRectangle
(Rectangle rect) Fills the interior of the specified rectangle, using the receiver's background color.void
Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.Rectangle.intersection
(Rectangle rect) Returns a new rectangle which represents the intersection of the receiver and the given rectangle.boolean
Rectangle.intersects
(Rectangle rect) Returnstrue
if the given rectangle intersects with the receiver andfalse
otherwise.void
GC.setClipping
(Rectangle rect) Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the argument.Returns a new rectangle which represents the union of the receiver and the given rectangle. -
Uses of Rectangle in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionGroup.computeTrim
(int x, int y, int width, int height) Scrollable.computeTrim
(int x, int y, int width, int height) Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.Shell.computeTrim
(int x, int y, int width, int height) Spinner.computeTrim
(int x, int y, int width, int height) TabFolder.computeTrim
(int x, int y, int width, int height) Text.computeTrim
(int x, int y, int width, int height) Control.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent (or its display if its parent is null), unless the receiver is a shell.CoolItem.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent.Display.getBounds()
Returns a rectangle describing the receiver's size and location.Event.getBounds()
Gets the bounds.Monitor.getBounds()
Returns a rectangle describing the receiver's size and location relative to its device.TabItem.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent.TableItem.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent.TableItem.getBounds
(int index) Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.ToolItem.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent.TouchSource.getBounds()
Returns the bounding rectangle of the device.TreeItem.getBounds()
Returns a rectangle describing the receiver's size and location relative to its parent.TreeItem.getBounds
(int index) Returns a rectangle describing the receiver's size and location relative to its parent at a column in the tree.Group.getClientArea()
Monitor.getClientArea()
Returns a rectangle which describes the area of the receiver which is capable of displaying data.Scrollable.getClientArea()
Returns a rectangle which describes the area of the receiver which is capable of displaying data (that is, not covered by the "trimmings").Shell.getClientArea()
TabFolder.getClientArea()
TableItem.getImageBounds
(int index) Returns a rectangle describing the size and location relative to its parent of an image at a column in the table.TreeItem.getImageBounds
(int index) Returns a rectangle describing the size and location relative to its parent of an image at a column in the tree.TableItem.getTextBounds
(int index) Returns a rectangle describing the size and location relative to its parent of the text at a column in the table.TreeItem.getTextBounds
(int index) Returns a rectangle describing the size and location relative to its parent of the text at a column in the tree.Maps a point from one coordinate system to another.Maps a point from one coordinate system to another.Modifier and TypeMethodDescriptionMaps a point from one coordinate system to another.void
Sets the receiver's size and location to the rectangular area specified by the argument.void
void
Sets the bounds.void
void