|
|||||||||
| Home >> All >> org >> eclipse >> swt >> graphics >> [ custom overview ] | PREV NEXT | ||||||||
Uses of Class
org.eclipse.swt.graphics.custom.DirtyRectangle
| Uses of DirtyRectangle in org.eclipse.swt.graphics.custom |
| Methods in org.eclipse.swt.graphics.custom that return DirtyRectangle | |
DirtyRectangle |
DirtyRectangle.intersection(DirtyRectangle rect)
Returns a new rectangle which represents the intersection of the receiver and the given rectangle. |
DirtyRectangle |
DirtyRectangle.union(DirtyRectangle rect)
Returns a new rectangle which represents the union of the receiver and the given rectangle. |
| Methods in org.eclipse.swt.graphics.custom with parameters of type DirtyRectangle | |
void |
DirtyRectangle.add(DirtyRectangle rect)
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. |
DirtyRectangle |
DirtyRectangle.intersection(DirtyRectangle rect)
Returns a new rectangle which represents the intersection of the receiver and the given rectangle. |
boolean |
DirtyRectangle.intersects(DirtyRectangle rect)
Returns true if the given rectangle intersects
with the receiver and false otherwise. |
DirtyRectangle |
DirtyRectangle.union(DirtyRectangle rect)
Returns a new rectangle which represents the union of the receiver and the given rectangle. |
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> graphics >> [ custom overview ] | PREV NEXT | ||||||||