~openerp-groupes/openobject-server/6.0-fix-setup-windows

« back to all changes in this revision

Viewing changes to bin/pychart/arrow_doc.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# automatically generated by generate_docs.py.
 
2
doc="""Attributes supported by this class are:
 
3
head_color(type:color.T) default="The color of the arrow head.".
 
4
head_style(type:int) default="The value of 0 draws a triangular arrow head. The value of 1 draws a swallow-tail arrow head. The value of 2 draws a circular head. The value of 3 draws a diamond-shaped head.".
 
5
head_len(type:length in points (\\xref{unit})) default="The length of the arrow head.".
 
6
line_style(type:line_style.T) default="Line style.".
 
7
thickness(type:length in points (\\xref{unit})) default="The width of the arrow head.".
 
8
"""
 
9