org.gnu.pango

Class AttrShape


public class AttrShape
extends Attribute

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

Method Summary

Rectangle
getInkRect()
Returns the ink rectangle to restrict to.
Rectangle
getLogicalRect()
Returns the logical rectangle to restrict to.

Methods inherited from class org.gnu.pango.Attribute

getEndIndex, getStartIndex

Methods inherited from class org.gnu.glib.MemStruct

getMemStructFromHandle

Method Details

getInkRect

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

getLogicalRect

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