Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

constants group ImageAlign


Description
specifies alignment of an image.


Constants

const short LEFT = = 0;
Description
specifies to align left.
const short TOP = = 1;
Description
specifies to align top.
const short RIGHT = = 2;
Description
specifies to align right.
const short BOTTOM = = 3;
Description
specifies to align bottom.
Top of Page