示例#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
示例#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
示例#3
0
 def __init__(self, filltype=None, space=None, angle=None):
     FormatDecorator.__init__(self)
     self.filltype = filltype
     self.space = space
     self.angle = angle
示例#4
0
 def __init__(self, linetype=None, length=4):
     FormatDecorator.__init__(self)
     self.linetype  = linetype
     self.length    = length
示例#5
0
 def __init__(self, linetype=None, length=4):
     FormatDecorator.__init__(self)
     self.linetype = linetype
     self.length = length
示例#6
0
 def __init__(self, filltype=None, space=None, angle=None):
     FormatDecorator.__init__(self)
     self.filltype = filltype
     self.space = space
     self.angle = angle