Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.