Public Member Functions | |
def | __init__ |
def | __repr__ |
def | Path |
Public Attributes | |
attr | |
y | |
y1 | |
y2 | |
Static Public Attributes | |
dictionary | defaults = {} |
Draws a horizontal line. HLine(x1, x2, y, attribute=value) x1, x2 required x range y required y position attribute=value pairs keyword list SVG attributes
def svgfig::HLine::__init__ | ( | self, | |
x1, | |||
x2, | |||
y, | |||
attr | |||
) |
def svgfig::HLine::__repr__ | ( | self | ) |
Reimplemented from svgfig::Line.
def svgfig::HLine::Path | ( | self, | |
trans = None , |
|||
local = False |
|||
) |
Apply the transformation "trans" and return a Path object in global coordinates. If local=True, return a Path in local coordinates (which must be transformed again).
Reimplemented from svgfig::Line.
Reimplemented from svgfig::Line.
dictionary svgfig::HLine::defaults = {} [static] |
Reimplemented from svgfig::Line.
Reimplemented from svgfig::Line.