TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.ui.layout.internal
Class TCellUtil

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellUtil

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt). TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

public class TCellUtil
extends java.lang.Object


Field Summary
static int LEFT_DIRECTION
          Deprecated. the closest cell with text on your left
static int RIGHT_DIRECTION
          Deprecated. the closest cell with text on your right
 
Constructor Summary
TCellUtil()
          Deprecated.  
 
Method Summary
static void GetGlobalCellXY(TAbstractCell cell, IPoint p)
          Deprecated. Returns the absolute XY cell's coordinates
static java.lang.String GetTextRange(TAbstractCell cell, int begpos, int lastpos)
          Deprecated. Returns the text between position begpos and lastpos
static TAbstractCell MapPointToCell(TAbstractCell cell, IPoint p)
          Deprecated. Returns the cell where the point p is contained
static TCellText MapPointToClosestTextCell(TAbstractCell cell, IPoint p, int dir)
          Deprecated. Returns the closest text cell of the point p in the direction dir.
static TAbstractCell MapPositionToCell(TAbstractCell cell, int pos)
          Deprecated. returns the cell where the position pos is contained
static TAbstractCell SearchCellNamed(TAbstractCell cell, java.lang.String tag)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT_DIRECTION

public static final int LEFT_DIRECTION
Deprecated. 
the closest cell with text on your left

See Also:
Constant Field Values

RIGHT_DIRECTION

public static final int RIGHT_DIRECTION
Deprecated. 
the closest cell with text on your right

See Also:
Constant Field Values
Constructor Detail

TCellUtil

public TCellUtil()
Deprecated. 
Method Detail

MapPointToCell

public static TAbstractCell MapPointToCell(TAbstractCell cell,
                                           IPoint p)
Deprecated. 
Returns the cell where the point p is contained


MapPositionToCell

public static TAbstractCell MapPositionToCell(TAbstractCell cell,
                                              int pos)
Deprecated. 
returns the cell where the position pos is contained


MapPointToClosestTextCell

public static TCellText MapPointToClosestTextCell(TAbstractCell cell,
                                                  IPoint p,
                                                  int dir)
Deprecated. 
Returns the closest text cell of the point p in the direction dir. dir can have LEFT_DIRECTION or RIGHT_DIRECTION


SearchCellNamed

public static TAbstractCell SearchCellNamed(TAbstractCell cell,
                                            java.lang.String tag)
Deprecated. 
Parameters:
c -
pos -
Returns:

GetGlobalCellXY

public static void GetGlobalCellXY(TAbstractCell cell,
                                   IPoint p)
Deprecated. 
Returns the absolute XY cell's coordinates


GetTextRange

public static java.lang.String GetTextRange(TAbstractCell cell,
                                            int begpos,
                                            int lastpos)
Deprecated. 
Returns the text between position begpos and lastpos


TPTP 4.5.0 Platform Project
Internal API Specification