|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Alignment
Alignment is an interface that contains static values for BEGIN, CENTER, and END to be used in com.sas.visuals classes that have an "alignment" property.
Orientations
,
Justification
Field Summary | |
---|---|
static int |
BEGIN
BEGIN alignment (same as Orientations.LEFT) |
static int |
CENTER
CENTER alignment |
static int |
END
END alignment (same as Orientations.RIGHT) |
Field Detail |
---|
static final int CENTER
static final int BEGIN
static final int END
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |