Ejemplo n.º 1
0
    def __init__(self):
        RectangleShape.__init__(self, 100, 50)
        self._saveToFile = True
        self._currentAngle = DRAWN_ANGLE_0

        self._metafiles = PseudoMetaFile(), PseudoMetaFile(), PseudoMetaFile(
        ), PseudoMetaFile()
Ejemplo n.º 2
0
    def __init__(self):
        RectangleShape.__init__(self, 100.0, 100.0)

        self._oldX = self.x
        self._oldY = self.y

        self._constraints = []
        self._divisions = []  # In case it's a container
Ejemplo n.º 3
0
    def __init__(self):
        RectangleShape.__init__(self, 100.0, 100.0)

        self._oldX = self.x
        self._oldY = self.y

        self._constraints = [] 
        self._divisions = [] # In case it's a container
Ejemplo n.º 4
0
 def __init__(self):
     RectangleShape.__init__(self, 100, 50)
     self._filename = ""
Ejemplo n.º 5
0
 def __init__(self, w, h):
     RectangleShape.__init__(self, w, h)
     self.ClearRegions()
Ejemplo n.º 6
0
 def __init__(self):
     RectangleShape.__init__(self, 100, 50)
     self._filename = ""
Ejemplo n.º 7
0
 def __init__(self, w, h):
     RectangleShape.__init__(self, w, h)
     self.ClearRegions()