Пример #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)
Пример #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)
Пример #3
0
 def __init__(self, _client):
     _Interface.__init__(self, _client)
     self.__parent = None
Пример #4
0
 def __init__(self, _client):
     _Interface.__init__(self, _client)
     self.__parent = None