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 ClassHandlerintheight of the rectangle.intwidth of the rectangle.intX coordinate of the left side of the rectangle.intY coordinate of the the top side of the rectangle.voidsetFieldHeight(int height) height of the rectangle.voidsetFieldWidth(int width) width of the rectangle.voidsetFieldX(int x) X coordinate of the left side of the rectangle.voidsetFieldY(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, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon 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.
-