TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DFooter

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemContainer
          extended by org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
              extended by org.eclipse.tptp.platform.report.core.internal.DFooter
All Implemented Interfaces:
IDAlignment, IDItem, IDObject

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 DFooter
extends DAbstractParagraph

DFooter is used to create a page's footer in a document. The page footer can contain page number, tag line, etc... This item is rendering by the Printer driver. DFooter support alignment,all the items added to the footer will be displayed by the driver in the specified alignment.

See Also:
DHeader, IDAlignment

Field Summary
 
Fields inherited from interface org.eclipse.tptp.platform.report.core.internal.IDAlignment
BOTTOM, CENTER, DEFAULT_ALIGN, HCENTER, LAST, LEFT, NO_WORD_WRAP, RIGHT, ROTCCW90, ROTCW90, TOP, VCENTER, VERTICAL
 
Constructor Summary
DFooter()
          Deprecated. Creates a DFooter with DEFAULT_ALIGMENT.
DFooter(int align)
          Deprecated. Creates a DFooter with alignment.
 
Method Summary
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
addAlignment, getAlignment, getAlignment, haveAlignment, haveOneOfAlignment, removeAlignment, setAlignment
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFooter

public DFooter()
Deprecated. 
Creates a DFooter with DEFAULT_ALIGMENT.


DFooter

public DFooter(int align)
Deprecated. 
Creates a DFooter with alignment.

See Also:
IDAlignment

TPTP 4.5.0 Platform Project
Internal API Specification