org.gnu.pango
Class Rectangle
The PangoRectangle structure represents a rectangle. It is frequently used to
represent the logical or ink extents of a single glyph or section of text.
int | getHeight() - Returns height of the rectangle.
|
protected static int | getHeight(Handle obj)
|
int | getWidth() - Returns width of the rectangle.
|
protected static int | getWidth(Handle obj)
|
int | getX() - Returns X coordinate of the left side of the rectangle.
|
protected static int | getX(Handle obj) -
BEGINNING OF GENERATED CODE
|
int | getY() - Returns Y coordinate of the the top side of the rectangle.
|
protected static int | getY(Handle obj)
|
Rectangle
protected Rectangle(Handle handle)
getHeight
public int getHeight()
Returns height of the rectangle.
getHeight
protected static final int getHeight(Handle obj)
getWidth
public int getWidth()
Returns width of the rectangle.
getWidth
protected static final int getWidth(Handle obj)
getX
public int getX()
Returns X coordinate of the left side of the rectangle.
getX
protected static final int getX(Handle obj)
BEGINNING OF GENERATED CODE
getY
public int getY()
Returns Y coordinate of the the top side of the rectangle.
getY
protected static final int getY(Handle obj)