org.gnu.pango

Class Rectangle


public class Rectangle
extends Boxed

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.

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

Rectangle(Handle handle)

Method Summary

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)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

Rectangle

protected Rectangle(Handle handle)

Method Details

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)