[MERGE]: Merge with latest trunk-server
[odoo/odoo.git] / openerp / pychart / line_style_doc.py
1 # -*- coding: utf-8 -*-
2 # automatically generated by generate_docs.py.
3 doc="""Attributes supported by this class are:
4 color(type:color.T) default="The color of the line.".
5 width(type:length in points (\\xref{unit})) default="Width of the line, in points.".
6 dash(type:tuple) default="The value
7               of None will draw a solid line. Otherwise, this
8               attribute specifies the style of dashed lines. 
9               The 2N'th value specifies the length of the line (in points), 
10               and 2N+1'th value specifies the length of the blank.
11
12               For example, the dash style of (3,2,4,1) draws a dashed line that
13               looks like @samp{---__----_---__----_...}.
14               ".
15 cap_style(type:int) default="Defines the style of the tip of the line segment.
16                   0: butt cap (square cutoff, with no projection beyond),
17                   1: round cap (arc), 2: projecting square cap
18                   (square cutoff, but the line extends half the line width).
19                   See also Postscript/PDF reference manual.".
20 join_style(type:int) default="Join style. 0: Miter join (sharp, pointed corners),
21                    1: round join (rounded corners),
22                    2: bevel join (flattened corners).
23                    See also Postscript/PDF reference manual.".
24 """
25