|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DItemContainer
org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
org.eclipse.tptp.platform.report.core.internal.DCell
org.eclipse.tptp.platform.report.core.internal.DCellText
org.eclipse.tptp.platform.report.birt).
public class DCellText
Optimisation of a DCell: The difference is that a DCellText only accept a single text String.
DCell,
DText| Field Summary |
|---|
| Fields inherited from class org.eclipse.tptp.platform.report.core.internal.DCell |
|---|
DEFAULT_COLSPAN, DEFAULT_ROWSPAN |
| 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 | |
|---|---|
DCellText()
Deprecated. Creates a DCellText with a null text. |
|
DCellText(java.lang.String t)
Deprecated. Creates a DCellText. |
|
DCellText(java.lang.String t,
int align)
Deprecated. Creates a cell text with aligment. |
|
DCellText(java.lang.String t,
int cspan,
int rspan)
Deprecated. Creates a cell text with colspan, rowspan and default alignment. |
|
DCellText(java.lang.String t,
int cspan,
int rspan,
int align)
Deprecated. Creates a cell text with colspan, rowspan and alignment. |
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
Deprecated. Access method for the text property. |
void |
setText(java.lang.String aText)
Deprecated. Sets the value of the text property. |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DCell |
|---|
getColSpan, getColumnNumber, getLineNumber, getRowSpan, setColSpan, setRowSpan |
| 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 |
|---|
public DCellText(java.lang.String t,
int cspan,
int rspan,
int align)
t - is the textcspan - is the number of column that the cell can occupate to the right.rspan - is the number of line that the cell can occupate to the bottom.align - is the global alignment for the cell.IDAlignment
public DCellText(java.lang.String t,
int cspan,
int rspan)
t - is the textcspan - is the number of column that the cell can occupate to the right.rspan - is the number of line that the cell can occupate to the bottom.
public DCellText(java.lang.String t,
int align)
t - is the textalign - is the global alignment for the cell.IDAlignmentpublic DCellText(java.lang.String t)
public DCellText()
| Method Detail |
|---|
public java.lang.String getText()
getText in interface IDTextualItempublic void setText(java.lang.String aText)
setText in interface IDTextualItemaText - the new value of the text property
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||