TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.ui.layout.internal
Interface ILineLayout

All Superinterfaces:
ILayout
All Known Implementing Classes:
TCellParagraph

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 ILineLayout
extends ILayout

Provides a base class for all layout which support line.


Nested Class Summary
static interface ILineLayout.ILine
          Deprecated. provides an interface to access line information.
 
Field Summary
 
Fields inherited from interface org.eclipse.tptp.platform.report.drivers.ui.layout.internal.ILayout
NO_SIZE_HINT
 
Method Summary
 ILineLayout.ILine getFirstLine()
          Deprecated. Returns the first line.
 ILineLayout.ILine getLastLine()
          Deprecated. Returns the last line.
 ILineLayout.ILine getLineAt(int i)
          Deprecated. Returns the line at the position i.
 int getLineCount()
          Deprecated. Returns the number of lines.
 int getLinesHeight()
          Deprecated. Returns the height in pixel of all lines.
 int getMaxLineWidth()
          Deprecated. Returns the width in pixel of the max line width.
 
Methods inherited from interface org.eclipse.tptp.platform.report.drivers.ui.layout.internal.ILayout
computeSize, isReversed, layout, setReversed
 

Method Detail

getMaxLineWidth

int getMaxLineWidth()
Deprecated. 
Returns the width in pixel of the max line width.


getLinesHeight

int getLinesHeight()
Deprecated. 
Returns the height in pixel of all lines.


getLineCount

int getLineCount()
Deprecated. 
Returns the number of lines.


getLineAt

ILineLayout.ILine getLineAt(int i)
Deprecated. 
Returns the line at the position i.


getFirstLine

ILineLayout.ILine getFirstLine()
Deprecated. 
Returns the first line.


getLastLine

ILineLayout.ILine getLastLine()
Deprecated. 
Returns the last line.


TPTP 4.5.0 Platform Project
Internal API Specification