pyumldiagrams.image.ImageFormat

Classes

ImageFormat

Used to specify the output format for the UML image.

Module Contents

class pyumldiagrams.image.ImageFormat.ImageFormat(*args, **kwds)

Bases: enum.Enum

Inheritance diagram of pyumldiagrams.image.ImageFormat.ImageFormat

Used to specify the output format for the UML image.

PNG = 'png'
JPG = 'jpeg'
BMP = 'bmp'
GIF = 'gif'