TPTP 4.5.0 Platform Project
Internal API Specification

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

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.DParagraph
All Implemented Interfaces:
IDAlignment, IDItem, IDObject, IDParagraphItem

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 DParagraph
extends DAbstractParagraph
implements IDParagraphItem

A DParagraph describes a paragraph. Paragraph support alignment,all the items added to the paragraph will be displayed by the driver in the specified alignment.

See Also:
for alignmens definitions, for string convertions, and usefull static methods.

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
DParagraph()
          Deprecated. Creates a DParagraph with DEFAUL_ALIGN alignment.
DParagraph(int _align)
          Deprecated. Constructs a new Paragraph with an initial value for the property _align.
 
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
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 

Constructor Detail

DParagraph

public DParagraph(int _align)
Deprecated. 
Constructs a new Paragraph with an initial value for the property _align.

Parameters:
_align - alignment property, combined mask of IDAligment.

DParagraph

public DParagraph()
Deprecated. 
Creates a DParagraph with DEFAUL_ALIGN alignment.


TPTP 4.5.0 Platform Project
Internal API Specification