|
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 | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IDAlignment
Provides an interface for alignment/style definitions, that can be combined each others. Aligments are defined by bit field (and mask), and can be or'ed using '|' operator. Object where alignment is applied may choose to not take into account of all alignment defined.
DParagraph| Field Summary | |
|---|---|
static int |
BOTTOM
Deprecated. define bottom alignment |
static int |
CENTER
Deprecated. define both horiz/verti centered alignment (not a bit definition) |
static int |
DEFAULT_ALIGN
Deprecated. Define default alignment |
static int |
HCENTER
Deprecated. define horizontally centered alignment |
static int |
LAST
Deprecated. define last bit field value |
static int |
LEFT
Deprecated. define left alignment |
static int |
NO_WORD_WRAP
Deprecated. No Word Wrap mode for the paragraph |
static int |
RIGHT
Deprecated. define right alignment |
static int |
ROTCCW90
Deprecated. 90 degree counter clockwise alignment |
static int |
ROTCW90
Deprecated. 90 degree clockwise alignment |
static int |
TOP
Deprecated. define top alignment |
static int |
VCENTER
Deprecated. define vertically centered alignment |
static int |
VERTICAL
Deprecated. vertical, can means top to bottom. |
| Method Summary | |
|---|---|
void |
addAlignment(int _alignments)
Deprecated. Add alignment mask to current alignment. |
int |
getAlignment()
Deprecated. |
int |
getAlignment(int _alignment_mask)
Deprecated. |
boolean |
haveAlignment(int _alignment_mask)
Deprecated. |
boolean |
haveOneOfAlignment(int _alignment_mask)
Deprecated. |
void |
removeAlignment(int _alignments)
Deprecated. Remove alignment mask from current alignment. |
void |
setAlignment(int _alignments)
Deprecated. Change alignment to the given value. |
| Field Detail |
|---|
static final int LEFT
static final int RIGHT
static final int HCENTER
static final int TOP
static final int BOTTOM
static final int VCENTER
static final int VERTICAL
static final int ROTCCW90
static final int ROTCW90
static final int LAST
static final int CENTER
static final int DEFAULT_ALIGN
static final int NO_WORD_WRAP
| Method Detail |
|---|
int getAlignment()
int getAlignment(int _alignment_mask)
void setAlignment(int _alignments)
void addAlignment(int _alignments)
void removeAlignment(int _alignments)
boolean haveAlignment(int _alignment_mask)
boolean haveOneOfAlignment(int _alignment_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 | ||||||||