TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
Point

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 IPoint

Abstraction of a point in an XY integer coordinates


Method Summary
 int getX()
          Deprecated.  
 int getY()
          Deprecated.  
 void setPoint(int x, int y)
          Deprecated. Change both coordinates
 void setPoint(IPoint point)
          Deprecated. Change both coordinates
 void setX(int x)
          Deprecated. Change X coordinate of point
 void setY(int y)
          Deprecated. Change Y coordinate of point
 

Method Detail

getX

int getX()
Deprecated. 
Returns:
X coordinate of point

getY

int getY()
Deprecated. 
Returns:
Y coordinate of point

setX

void setX(int x)
Deprecated. 
Change X coordinate of point


setY

void setY(int y)
Deprecated. 
Change Y coordinate of point


setPoint

void setPoint(int x,
              int y)
Deprecated. 
Change both coordinates


setPoint

void setPoint(IPoint point)
Deprecated. 
Change both coordinates


TPTP 4.5.0 Platform Project
Internal API Specification