|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Alignable
To be implemented by document parts that can be aligned.
| Field Summary | |
|---|---|
static int |
CENTER
|
static int |
JUSTIFY
|
static int |
LEFT
|
static int |
RIGHT
|
static int |
UNDETERMINED
|
| Method Summary | |
|---|---|
void |
align(int i)
Sets the alignment of the object. |
int |
getAlignment()
Gets the alignment. |
| Field Detail |
|---|
static final int UNDETERMINED
static final int CENTER
static final int LEFT
static final int RIGHT
static final int JUSTIFY
| Method Detail |
|---|
void align(int i)
i - one of the public constants specifying the alignment.int getAlignment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||