Lines Matching refs:options
29 def __init__(self, hpglString, options):
30 ''' options:
38 self.options = options
39 self.scaleX = options.resolutionX / 25.4 # dots/inch to dots/mm
40 self.scaleY = options.resolutionY / 25.4 # dots/inch to dots/mm
45 self.oldCoordinates = (0.0, self.options.docHeight)
51 (self.options.docWidth, self.options.docHeight, self.options.docWidth, self.options.docHeight)))
53 if self.options.showMovements:
88 parameters[i] = str(self.options.docHeight - (float(param) / self.scaleY))
90 if not isPU or (self.options.showMovements and isPU):