|
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.birt).
public abstract class DAbstractParagraph
Provides an abstract class for all another DItemContainer which have alignment property
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 | |
|---|---|
DAbstractParagraph()
Deprecated. Creates a Abstract Paragraph with DEFAUL_ALIGN alignment. |
|
DAbstractParagraph(int _align)
Deprecated. Constructs a new Abstract Paragraph with an initial value for the property _align. |
|
| Method Summary | |
|---|---|
void |
addAlignment(int aAlignment)
Deprecated. Add alignments to the current value of alignment. |
int |
getAlignment()
Deprecated. Access method for the align property. |
int |
getAlignment(int _alignment_mask)
Deprecated. Returns the current alignment reduced to given mask. |
boolean |
haveAlignment(int mask)
Deprecated. Returns true is alignment contains the given mask. |
boolean |
haveOneOfAlignment(int mask)
Deprecated. Returns true is alignment contains one of alignment in the given mask. |
void |
removeAlignment(int aAlignment)
Deprecated. remove alignments to the current value of alignment. |
void |
setAlignment(int aAlignment)
Deprecated. Sets the value of the align property. |
| 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 |
|---|
public DAbstractParagraph(int _align)
_align - alignment property, combined mask of IDAligment.public DAbstractParagraph()
| Method Detail |
|---|
public int getAlignment()
getAlignment in interface IDAlignmentpublic int getAlignment(int _alignment_mask)
getAlignment in interface IDAlignmentpublic void setAlignment(int aAlignment)
setAlignment in interface IDAlignmentaAlignment - the new value of the align propertypublic void addAlignment(int aAlignment)
addAlignment in interface IDAlignmentaAlignment - the alignment to add.public void removeAlignment(int aAlignment)
removeAlignment in interface IDAlignmentaAlignment - the alignment to remove.public boolean haveAlignment(int mask)
haveAlignment in interface IDAlignmentmask - the mask.
public boolean haveOneOfAlignment(int mask)
haveOneOfAlignment in interface IDAlignmentmask - the mask.
|
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 | ||||||||