Package ch.bailu.gtk.pango
Klasse Rectangle
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.Rectangle
- Alle implementierten Schnittstellen:
PointerInterface
The `PangoRectangle` structure represents a rectangle.
`PangoRectangle` is frequently used to represent the logical or ink
extents of a single glyph or section of text. (See, for instance,
[method@Pango.Font.get_glyph_extents].)
`PangoRectangle` is frequently used to represent the logical or ink
extents of a single glyph or section of text. (See, for instance,
[method@Pango.Font.get_glyph_extents].)
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
height of the rectangle.int
width of the rectangle.int
X coordinate of the left side of the rectangle.int
Y coordinate of the the top side of the rectangle.void
setFieldHeight
(int height) height of the rectangle.void
setFieldWidth
(int width) width of the rectangle.void
setFieldX
(int x) X coordinate of the left side of the rectangle.void
setFieldY
(int y) Y coordinate of the the top side of the rectangle.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
X
X coordinate of the left side of the rectangle.- Siehe auch:
-
Y
Y coordinate of the the top side of the rectangle.- Siehe auch:
-
WIDTH
width of the rectangle.- Siehe auch:
-
HEIGHT
height of the rectangle.- Siehe auch:
-
-
Konstruktordetails
-
Rectangle
-
Rectangle
public Rectangle()
-
-
Methodendetails
-
getClassHandler
-
setFieldX
public void setFieldX(int x) X coordinate of the left side of the rectangle. -
getFieldX
public int getFieldX()X coordinate of the left side of the rectangle. -
setFieldY
public void setFieldY(int y) Y coordinate of the the top side of the rectangle. -
getFieldY
public int getFieldY()Y coordinate of the the top side of the rectangle. -
setFieldWidth
public void setFieldWidth(int width) width of the rectangle. -
getFieldWidth
public int getFieldWidth()width of the rectangle. -
setFieldHeight
public void setFieldHeight(int height) height of the rectangle. -
getFieldHeight
public int getFieldHeight()height of the rectangle.
-