TPTP 4.5.0 Platform Project
Internal API Specification

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

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.TCellData
          extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellRenderable
All Implemented Interfaces:
IRect, IShape, IVObject

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

public class TCellRenderable
extends TCellData


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
TCellRenderable(IDRenderable i)
          Deprecated.  
 
Method Summary
 void computeSize(int hintW, int hintH, float zoom, IGC gc, IDProgressMonitor monitor)
          Deprecated. Computes the prefered size of the TCell.
 
Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellData
dispose, dump, getObject, setObject
 
Methods inherited from class org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TAbstractCell
contains, contains, copyShape, 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

TCellRenderable

public TCellRenderable(IDRenderable i)
Deprecated. 
Method Detail

computeSize

public void computeSize(int hintW,
                        int hintH,
                        float zoom,
                        IGC gc,
                        IDProgressMonitor monitor)
Deprecated. 
Description copied from class: TAbstractCell
Computes the prefered size of the TCell. This method tries to respect the prefered size given by the parameters hintW/hintH. If it is not possible or if the parameter's hintW/hintH value is ILayout.NO_SIZE_HINT the method computes the minimum size of the cell.

Overrides:
computeSize in class TCellData
See Also:
TAbstractCell.computeSize(int, int, float, org.eclipse.tptp.platform.report.igc.internal.IGC, org.eclipse.tptp.platform.report.tools.internal.IDProgressMonitor)

TPTP 4.5.0 Platform Project
Internal API Specification