Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: rendering ::

unpublished constants group PathJoinType
Usage Restrictions
not published
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

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.