org.gnu.pango

Class AttrShape

public class AttrShape extends Attribute

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.pango.AttrShape. As this package was never fully implemented in java-gnome 2.x, however, any new code written will have a considerably different public API.

The AttrShape structure is used to represent attributes which impose shape restrictions.
Method Summary
RectanglegetInkRect()
Returns the ink rectangle to restrict to.
RectanglegetLogicalRect()
Returns the logical rectangle to restrict to.

Method Detail

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.