:: com :: sun :: star :: awt ::
|
constants group ImageAlign |
- Description
- specifies the alignment of an image.
|
Constants |
LEFT |
specifies to align left.
|
TOP |
specifies to align top.
|
RIGHT |
specifies to align right.
|
BOTTOM |
specifies to align bottom.
|
Constants' Details |
LEFT
const short LEFT = 0;
- Description
- specifies to align left.
|
|
TOP
const short TOP = 1;
- Description
- specifies to align top.
|
|
RIGHT
const short RIGHT = 2;
- Description
- specifies to align right.
|
|
BOTTOM
const short BOTTOM = 3;
- Description
- specifies to align bottom.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.