Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: rendering ::
unpublished
constants group PathJoinType
Description
Determines which shape to use when joining path segments.
The joins between different paths segments can be formed out of
several different shapes (which are of course only visible for
strokes wider than one device pixel).
Since
OOo 2.0.0
Constants
NONE
Do not join the path segments at all.
MITER
Join the path segment by extending the outer border until they
intersect.
ROUND
Join the path segment with a pie-like patch, such that the
outer line of the meeting point is round.
BEVEL
Join the path segment by connecting the outer ends of the
abutting segments with a straight line.
Constants' Details
NONE
const byte NONE =0;
Description
Do not join the path segments at all.
This join type might lead, depending on the angle between the
segments, to visible cracks at the meeting points.
MITER
const byte MITER =1;
Description
Join the path segment by extending the outer border until they
intersect.
ROUND
const byte ROUND =2;
Description
Join the path segment with a pie-like patch, such that the
outer line of the meeting point is round.
BEVEL
const byte BEVEL =3;
Description
Join the path segment by connecting the outer ends of the
abutting segments with a straight line.
Top of Page Copyright © 2003 Sun Microsystems, Inc.