Package ch.bailu.gtk.cairo
Class Rectangle
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.cairo.Rectangle
- All Implemented Interfaces:
PointerInterface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
double
double
double
double
static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
void
setFieldHeight
(double height) void
setFieldWidth
(double width) void
setFieldX
(double x) void
setFieldY
(double y) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
X
- See Also:
-
Y
- See Also:
-
WIDTH
- See Also:
-
HEIGHT
- See Also:
-
-
Constructor Details
-
Rectangle
-
Rectangle
public Rectangle()
-
-
Method Details
-
getClassHandler
-
setFieldX
public void setFieldX(double x) -
getFieldX
public double getFieldX() -
setFieldY
public void setFieldY(double y) -
getFieldY
public double getFieldY() -
setFieldWidth
public void setFieldWidth(double width) -
getFieldWidth
public double getFieldWidth() -
setFieldHeight
public void setFieldHeight(double height) -
getFieldHeight
public double getFieldHeight() -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-