Part of stoqlib.reporting.base.flowables View In Hierarchy
Method | __init__ | Creates a new ReportLine object |
Method | wrap | Calculate the space required by the flowable. Internal use by |
Method | drawOn | Start drawing the flowable. This method is called internally by |
Parameters | thickness | The line thickness |
(type: int ) | ||
v_margins | How much vertical space between the line? Defaults to 5 | |
(type: int ) | ||
h_margins | How much horizontal space between the line? Defaults to 0 | |
(type: int ) | ||
dash_pattern | The line dash pattern. | |
(type: float ) |