Syntax
constants group CaptionEscapeDirection;
Description
this flags describe escape direction for
the line of a CaptionShape .
See also
- CaptionShape
-
Constants Summary
|
horizontal |
the caption line leaves the caption area at the horizontal edge
that is nearest to the caption point.
|
|
vertical |
the caption line leaves the caption area at the vertical edge
that is nearest to the caption point.
|
|
auto |
the caption line leaves the caption area at the edge
that is nearest to the caption point.
|
|
Field Details
|
|
Syntax
const short horizontal = 0;
Description
the caption line leaves the caption area at the horizontal edge
that is nearest to the caption point.
Syntax
const short vertical = 1;
Description
the caption line leaves the caption area at the vertical edge
that is nearest to the caption point.
Syntax
const short auto = 2;
Description
the caption line leaves the caption area at the edge
that is nearest to the caption point.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.