TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.internal
Interface IRect

All Superinterfaces:
IShape
All Known Implementing Classes:
Rect, TAbstractCell, TAbstractCellContainer, TCell, TCellBorder, TCellContainer, TCellData, TCellFocusMark, TCellFolder, TCellImage, TCellLine, TCellLinePrefix, TCellParagraph, TCellRenderable, TCellSymbol, TCellTable, TCellText, TMLayoutContentCellContainer

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IRect
extends IShape

Definition of a rectangle: X,Y,W,H.
If W and H are positive, X and Y is top left corner, and the bottom right corner is X+W and Y+H. Rectangle with W==0 or H==0 is empty (ie a point).


Method Summary
 int getH()
          Deprecated.  
 int getW()
          Deprecated.  
 int getX()
          Deprecated.  
 int getY()
          Deprecated.  
 
Methods inherited from interface org.eclipse.tptp.platform.report.igc.internal.IShape
contains, contains, copyShape, getBounds
 

Method Detail

getX

int getX()
Deprecated. 
Returns:
X coordinate of rectangle (this is top left corner if W and H are positive)

getY

int getY()
Deprecated. 
Returns:
Y coordinate of rectangle (this is top left corner if W and H are positive)

getW

int getW()
Deprecated. 
Returns:
width of rectangle

getH

int getH()
Deprecated. 
Returns:
height of rectangle

TPTP 4.5.0 Platform Project
Internal API Specification