Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 class SHAPE:
00020 Box = "box"
00021 Polygon = "polygon"
00022 Ellipse = "ellipse"
00023 Circle = "circle"
00024 Plaintext = "plaintext"
00025 Point = "point"
00026 Egg = "egg"
00027 Triangle = "triangle"
00028 Plaintext = "plaintext"
00029 Diamond = "diamond"
00030 Trapezium = "trapezium"
00031 Parallelogram = "parallelogram"
00032 House = "house"
00033 Hexagon = "hexagon"
00034 Octagon = "octagon"
00035 Doublecircle = "doublecircle"
00036 Doubleoctagon = "doubleoctagon"
00037 Tripleoctagon = "tripleoctagon"
00038 Invtriangle = "invtriangle"
00039 Invtrapezium = "invtrapezium"
00040