|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellUtil
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
| 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 |
|---|
public static final int LEFT_DIRECTION
public static final int RIGHT_DIRECTION
| Constructor Detail |
|---|
public TCellUtil()
| Method Detail |
|---|
public static TAbstractCell MapPointToCell(TAbstractCell cell,
IPoint p)
public static TAbstractCell MapPositionToCell(TAbstractCell cell,
int pos)
public static TCellText MapPointToClosestTextCell(TAbstractCell cell,
IPoint p,
int dir)
public static TAbstractCell SearchCellNamed(TAbstractCell cell,
java.lang.String tag)
c - pos -
public static void GetGlobalCellXY(TAbstractCell cell,
IPoint p)
public static java.lang.String GetTextRange(TAbstractCell cell,
int begpos,
int lastpos)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||