Exemplo n.º 1
0
 def __init__(self,
              number,
              velocity=None,
              force=None,
              acceleration=None,
              thickness=None):
     FormatDecorator.__init__(self)
     self.number = number
     self.velocity = velocity
     self.force = force
     self.acceleration = acceleration
     self.thickness = thickness
Exemplo n.º 2
0
 def __init__(self,
              number,
              velocity    = None,
              force       = None,
              acceleration= None,
              thickness   = None):
    FormatDecorator.__init__(self)
    self.number       = number
    self.velocity     = velocity
    self.force        = force
    self.acceleration = acceleration
    self.thickness    = thickness
Exemplo n.º 3
0
 def __init__(self, filltype=None, space=None, angle=None):
     FormatDecorator.__init__(self)
     self.filltype = filltype
     self.space = space
     self.angle = angle
Exemplo n.º 4
0
 def __init__(self, linetype=None, length=4):
     FormatDecorator.__init__(self)
     self.linetype  = linetype
     self.length    = length
Exemplo n.º 5
0
 def __init__(self, linetype=None, length=4):
     FormatDecorator.__init__(self)
     self.linetype = linetype
     self.length = length
Exemplo n.º 6
0
 def __init__(self, filltype=None, space=None, angle=None):
     FormatDecorator.__init__(self)
     self.filltype = filltype
     self.space = space
     self.angle = angle