Package org.eclipse.swt.internal.gtk
Class GdkRectangle
- java.lang.Object
-
- org.eclipse.swt.internal.gtk.GdkRectangle
-
public class GdkRectangle extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GdkRectangle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle
toRectangle()
java.lang.String
toString()
Returns a string containing a concise, human-readable description of the receiver.
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Returns a string containing a concise, human-readable description of the receiver.- Overrides:
toString
in classjava.lang.Object
- Returns:
- a string representation of the
GdkRectangle
-
toRectangle
public Rectangle toRectangle()
-
-