Ejemplo n.º 1
0
 def __init__(self, client):
     _Interface.__init__(self, client)
     self._soft = MarginsSoft(client)
     self._hard = None
     ## check if hard margin (OH) is supported by plotter...
     if 'OH' in client.allowedHPGLCommands:
         self._hard = MarginsHard(client)
Ejemplo n.º 2
0
 def __init__(self, client):
     _Interface.__init__(self, client)
     self._soft = MarginsSoft(client)
     self._hard = None
     ## check if hard margin (OH) is supported by plotter...
     if 'OH' in client.allowedHPGLCommands:
         self._hard = MarginsHard(client)
Ejemplo n.º 3
0
 def __init__(self, _client):
     _Interface.__init__(self, _client)
     self.__parent = None
Ejemplo n.º 4
0
 def __init__(self, _client):
     _Interface.__init__(self, _client)
     self.__parent = None