TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
Size

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 ISize

Size is defined by a width ( measure along X axis) and a height (measure along Y axis).


Method Summary
 int getH()
          Deprecated.  
 int getW()
          Deprecated.  
 

Method Detail

getW

int getW()
Deprecated. 
Returns:
width of size

getH

int getH()
Deprecated. 
Returns:
height of size

TPTP 4.5.0 Platform Project
Internal API Specification