TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.util.internal
Class Size

java.lang.Object
  extended by org.eclipse.tptp.platform.report.igc.util.internal.Size
All Implemented Interfaces:
ISize

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 class Size
extends java.lang.Object
implements ISize

Implementation of a size.


Field Summary
protected  int height_
          Deprecated.  
protected  int width_
          Deprecated.  
 
Constructor Summary
Size(int w, int h)
          Deprecated.  
Size(ISize size)
          Deprecated.  
 
Method Summary
 int getH()
          Deprecated.  
 int getW()
          Deprecated.  
 void setH(int h)
          Deprecated.  
 void setSize(int w, int h)
          Deprecated.  
 void setSize(ISize s)
          Deprecated.  
 void setW(int w)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

width_

protected int width_
Deprecated. 

height_

protected int height_
Deprecated. 
Constructor Detail

Size

public Size(int w,
            int h)
Deprecated. 

Size

public Size(ISize size)
Deprecated. 
Method Detail

getW

public int getW()
Deprecated. 
Specified by:
getW in interface ISize
Returns:
width of size

getH

public int getH()
Deprecated. 
Specified by:
getH in interface ISize
Returns:
height of size

setW

public void setW(int w)
Deprecated. 

setH

public void setH(int h)
Deprecated. 

setSize

public void setSize(int w,
                    int h)
Deprecated. 

setSize

public void setSize(ISize s)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

TPTP 4.5.0 Platform Project
Internal API Specification