Public Member Functions | |
def | __init__ |
def | __repr__ |
def | Path |
Public Attributes | |
attr | |
x | |
x1 | |
x2 | |
Static Public Attributes | |
dictionary | defaults = {} |
Draws a vertical line. VLine(y1, y2, x, attribute=value) y1, y2 required y range x required x position attribute=value pairs keyword list SVG attributes
def svgfig::VLine::__init__ | ( | self, | |
y1, | |||
y2, | |||
x, | |||
attr | |||
) |
def svgfig::VLine::__repr__ | ( | self | ) |
Reimplemented from svgfig::Line.
def svgfig::VLine::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::VLine::defaults = {} [static] |
Reimplemented from svgfig::Line.