Syntax
constants group FontRelief;
Description
These values are used to specify the kind of relief.
They may be expanded in future versions.
Constants Summary
|
NONE |
specifies no relief.
|
|
EMBOSSED |
specifies no embossed.
|
|
ENGRAVED |
specifies no engraved.
|
|
Field Details
|
|
Syntax
const short NONE = 0;
Description
specifies no relief.
Syntax
const short EMBOSSED = 1;
Description
specifies no embossed.
Syntax
const short ENGRAVED = 2;
Description
specifies no engraved.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.