def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('shape.xls', ExcelShapeImageDraw)
Beispiel #2
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('hogan.xlsx', ExcelHoganImageDraw)
Beispiel #3
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('pdf', PDFImageDraw)
Beispiel #4
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('png', ImageDrawEx)
Beispiel #5
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('svg', SVGImageDraw)
Beispiel #6
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('tikz', TikZDraw)
Beispiel #7
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('pdf', PDFImageDraw)
Beispiel #8
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('eps', EPSImageDraw)
Beispiel #9
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('png', ImageDrawEx)
Beispiel #10
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('svg', SVGImageDraw)
Beispiel #11
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('animated.svg', AnimatedSVGImageDraw)
Beispiel #12
0
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('another.png', PNGImageDraw)
def setup(self):
    from blockdiag.imagedraw import install_imagedrawer
    install_imagedrawer('shape.xls', ExcelShapeImageDraw)