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()
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Rectangle
getLogicalRect()
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Methods inherited from class org.gnu.pango.Attribute

getEndIndex, getStartIndex

Method Details

getInkRect

public Rectangle getInkRect()

Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Returns the ink rectangle to restrict to.

getLogicalRect

public Rectangle getLogicalRect()

Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Returns the logical rectangle to restrict to.