class GraphicsType(enum.IntEnum):
    arc = 0
    image = 1
    line = 2
    polygon = 3