Package org.eclipse.swt.internal.cairo
Class cairo_rectangle_int_t
- java.lang.Object
-
- org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
-
public class cairo_rectangle_int_t extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description cairo_rectangle_int_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convertFromGdkRectangle(GdkRectangle rect)
java.lang.String
toString()
Returns a string containing a concise, human-readable description of the receiver.
-
-
-
Method Detail
-
convertFromGdkRectangle
public void convertFromGdkRectangle(GdkRectangle rect)
-
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
cairo_rectangle_int_t
-
-