TPTP 4.6.0 Platform Project
Internal API Specification

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

All Superinterfaces:
ILayout
All Known Implementing Classes:
TCellParagraph, TCellTable, TMLayoutContentCellContainer

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (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 interface IMarginLayout
extends ILayout


Field Summary
 
Fields inherited from interface org.eclipse.tptp.platform.report.drivers.ui.layout.internal.ILayout
NO_SIZE_HINT
 
Method Summary
 int getBottomMargin()
          Deprecated. Returns the bottom margin
 int getLeftMargin()
          Deprecated. Returns the left margin
 int getRightMargin()
          Deprecated. Returns the right margin
 int getSpacing()
          Deprecated. Returns the spacing between children in the layout
 int getTopMargin()
          Deprecated. Returns the top margin
 void setMargin(int l, int r, int t, int b)
          Deprecated. Sets the margin of the layout
 void setSpacing(int spacing)
          Deprecated. Sets the spacing between the children in the layout
 
Methods inherited from interface org.eclipse.tptp.platform.report.drivers.ui.layout.internal.ILayout
computeSize, isReversed, layout, setReversed
 

Method Detail

getLeftMargin

int getLeftMargin()
Deprecated. 
Returns the left margin


getRightMargin

int getRightMargin()
Deprecated. 
Returns the right margin


getTopMargin

int getTopMargin()
Deprecated. 
Returns the top margin


getBottomMargin

int getBottomMargin()
Deprecated. 
Returns the bottom margin


setMargin

void setMargin(int l,
               int r,
               int t,
               int b)
Deprecated. 
Sets the margin of the layout


getSpacing

int getSpacing()
Deprecated. 
Returns the spacing between children in the layout


setSpacing

void setSpacing(int spacing)
Deprecated. 
Sets the spacing between the children in the layout


TPTP 4.6.0 Platform Project
Internal API Specification