com.snowtide.pdf.layout
Interface Rectangle

All Superinterfaces:
Region

public interface Rectangle
extends Region

Representation of a single graphical rectangle. The point described by the values returned by the Region.xpos() and Region.ypos() function is guaranteed to be the bottom-left point of the rectangle. The values returned by the Region.endxpos() and Region.endypos() functions form the top-right point of the rectangle.

Version:
©2004-2012 Snowtide Informatics Systems, Inc.

Method Summary
 
Methods inherited from interface com.snowtide.pdf.layout.Region
area, endxpos, endypos, height, width, xpos, ypos