TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell
      extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellLinePrefix
          extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellSymbol
All Implemented Interfaces:
IRect, IShape

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 TCellSymbol
extends TCellLinePrefix


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell
h, item, next, parent, position, previous, w, x, y
 
Constructor Summary
TCellSymbol(IDItem item)
          Deprecated.  
 
Method Summary
 void computeSize(int hintW, int hintH, float zoom, IGC gc)
          Deprecated.  
 
Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellLinePrefix
computeSize, dump, getEntryItem, getLevel, getNumber, getSymbol, setEntryItem, setLevel, setNumber, setSymbol
 
Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell
contains, contains, copyShape, dispose, getBounds, getChild, getH, getHeight, getItem, getNext, getParent, getPosition, getPrevious, getW, getWidth, getX, getY, setItem, setNext, setParent, setPosition, setPrevious, setSize, setXY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCellSymbol

public TCellSymbol(IDItem item)
Deprecated. 
Method Detail

computeSize

public void computeSize(int hintW,
                        int hintH,
                        float zoom,
                        IGC gc)
Deprecated. 

TPTP 4.5.0 Platform Project
Internal API Specification