|
|||||||||
Home >> All >> org >> eclipse >> swt >> graphics >> [ custom overview ] | PREV NEXT |
A
- add(DirtyRectangle) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- 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.
- add(Rectangle) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- add(int, int, int, int) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
C
- clear() - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- contains(int, int) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns
true
if the point specified by the arguments is inside the area specified by the receiver, andfalse
otherwise. - contains(Point) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns
true
if the given point is inside the area specified by the receiver, andfalse
otherwise.
D
- Dimension - class org.eclipse.swt.graphics.custom.Dimension.
- Simple wrapper of a width and height dimension.
- Dimension(int, int) - Constructor for class org.eclipse.swt.graphics.custom.Dimension
- Dimension(Dimension) - Constructor for class org.eclipse.swt.graphics.custom.Dimension
- DirtyRectangle - class org.eclipse.swt.graphics.custom.DirtyRectangle.
- Custom version of org.eclipse.swt.graphics.Rectangle.
- DirtyRectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.custom.DirtyRectangle
- Construct a new instance of this class given the x, y, width and height values.
E
- equals(Object) - Method in class org.eclipse.swt.graphics.custom.Dimension
- Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
- equals(Object) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
H
- hashCode() - Method in class org.eclipse.swt.graphics.custom.Dimension
- Returns an integer hash code for the receiver.
- hashCode() - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns an integer hash code for the receiver.
- height - Variable in class org.eclipse.swt.graphics.custom.Dimension
- height - Variable in class org.eclipse.swt.graphics.custom.DirtyRectangle
- the height of the rectangle
I
- init(int, int, int, int) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- init(Rectangle) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- intersection(DirtyRectangle) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
- intersects(DirtyRectangle) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns
true
if the given rectangle intersects with the receiver andfalse
otherwise. - isEmpty() - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns
true
if the receiver does not cover any area in the (x, y) coordinate plane, andfalse
if the receiver does cover some area in the plane.
O
- org.eclipse.swt.graphics.custom - package org.eclipse.swt.graphics.custom
T
- toString() - Method in class org.eclipse.swt.graphics.custom.Dimension
- Returns a string containing a concise, human-readable description of the receiver.
- toString() - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns a string containing a concise, human-readable description of the receiver.
U
- union(DirtyRectangle) - Method in class org.eclipse.swt.graphics.custom.DirtyRectangle
- Returns a new rectangle which represents the union of the receiver and the given rectangle.
W
- width - Variable in class org.eclipse.swt.graphics.custom.Dimension
- width - Variable in class org.eclipse.swt.graphics.custom.DirtyRectangle
- the width of the rectangle
X
- x - Variable in class org.eclipse.swt.graphics.custom.DirtyRectangle
- the x coordinate of the rectangle
Y
- y - Variable in class org.eclipse.swt.graphics.custom.DirtyRectangle
- the y coordinate of the rectangle
A C D E H I O T U W X Y
|
|||||||||
Home >> All >> org >> eclipse >> swt >> graphics >> [ custom overview ] | PREV NEXT |