Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

enum LineJoint


Description
The LineJoint defines rendering of joints between thick lines


Values

NONE
Description
the joint between lines will not be connected
MIDDLE
Description
the middle value between the joints is used
BEVEL
Description
the edges of the thick lines will be joined by lines
MITER
Description
the lines join at intersections
ROUND
Description
the lines join with an arc
Top of Page