Syntax
constants group ImageAlign;
Description
specifies alignment of an image.
Constants Summary
|
LEFT |
specifies to align left.
|
|
TOP |
specifies to align top.
|
|
RIGHT |
specifies to align right.
|
|
BOTTOM |
specifies to align bottom.
|
|
Field Details
|
|
Syntax
const short LEFT = 0;
Description
specifies to align left.
Syntax
const short TOP = 1;
Description
specifies to align top.
Syntax
const short RIGHT = 2;
Description
specifies to align right.
Syntax
const short BOTTOM = 3;
Description
specifies to align bottom.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.