org.gnu.pango

Class AttrShape


public class AttrShape
extends Attribute

The AttrShape structure is used to represent attributes which impose shape restrictions.

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Method Summary

Rectangle
getInkRect()
Returns the ink rectangle to restrict to
protected static Handle
getInkRect(Handle obj)
BEGINNING OF GENERATED CODE
Rectangle
getLogicalRect()
Returns the logical rectangle to restrict to
protected static Handle
getLogicalRect(Handle obj)

Methods inherited from class org.gnu.pango.Attribute

getEndIndex, getEndIndex, getStartIndex, getStartIndex

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Method Details

getInkRect

public Rectangle getInkRect()
Returns the ink rectangle to restrict to


getInkRect

protected static final Handle getInkRect(Handle obj)
BEGINNING OF GENERATED CODE


getLogicalRect

public Rectangle getLogicalRect()
Returns the logical rectangle to restrict to


getLogicalRect

protected static final Handle getLogicalRect(Handle obj)