TPTP 4.5.0 Platform Project
Internal API Specification

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

Enclosing interface:
ILineLayout

public static interface ILineLayout.ILine

provides an interface to access line information.


Method Summary
 TAbstractCell getFirst()
          Returns the first cell of the line
 int getHeight()
          Returns the height of the line
 TAbstractCell getLast()
          Returns the last cell of the line
 ILineLayout.ILine getNext()
          Returns the next line
 int getWidth()
          Returns the width in pixel of the line
 

Method Detail

getFirst

TAbstractCell getFirst()
Returns the first cell of the line


getLast

TAbstractCell getLast()
Returns the last cell of the line


getWidth

int getWidth()
Returns the width in pixel of the line


getHeight

int getHeight()
Returns the height of the line


getNext

ILineLayout.ILine getNext()
Returns the next line


TPTP 4.5.0 Platform Project
Internal API Specification