Constants' Details |
X
const short X = 1;
- Description
- flags the x-coordinate.
|
|
Y
const short Y = 2;
- Description
- flags the y-coordinate.
|
|
WIDTH
const short WIDTH = 4;
- Description
- flags the width.
|
|
HEIGHT
const short HEIGHT = 8;
- Description
- flags the height.
|
|
POS
const short POS = 3;
- Description
- flags the x- and y-coordinate.
|
|
SIZE
const short SIZE = 12;
- Description
- flags the width and height.
|
|
POSSIZE
const short POSSIZE = 15;
- Description
- flags the x- and y-coordinate, width and height.
|
|
Copyright © 2003 Sun Microsystems, Inc.