org.eclipse.birt.report.engine.content
Interface IBounds


public interface IBounds

descript the geometric property of content. This object is created by LayoutManager.

Version:
$Revision: 1.1 $ $Date: 2005/11/11 06:26:45 $

Method Summary
 org.eclipse.birt.report.engine.content.Rectangle getBorderEdge()
          border rectangle, with 1/1000 pt.
 org.eclipse.birt.report.engine.content.Rectangle getInnerEdge()
           
 org.eclipse.birt.report.engine.content.Rectangle getOuterEdge()
           
 org.eclipse.birt.report.engine.content.Rectangle getPaddingEdge()
          four int array describes the padding rectangle.
 

Method Detail

getPaddingEdge

public org.eclipse.birt.report.engine.content.Rectangle getPaddingEdge()
four int array describes the padding rectangle. unit with 1/1000pt.

Returns:

getBorderEdge

public org.eclipse.birt.report.engine.content.Rectangle getBorderEdge()
border rectangle, with 1/1000 pt.

Returns:

getInnerEdge

public org.eclipse.birt.report.engine.content.Rectangle getInnerEdge()

getOuterEdge

public org.eclipse.birt.report.engine.content.Rectangle getOuterEdge()


Copyright © 2005 Actuate Corp. All rights reserved.