コード例 #1
0
ファイル: umlworkspace.py プロジェクト: neo-nie/pynsource
 def __init__(self, id, left, top, width=60, height=60, comment=""):
     GraphNode.__init__(self, id, left, top, width=60, height=60)
     self.comment = comment
     self.shape = None
コード例 #2
0
ファイル: umlworkspace.py プロジェクト: bisraelsen/pynsource
 def __init__(self, id, left, top, width=60, height=60, comment=""):
     GraphNode.__init__(self, id, left, top, width=60, height=60)
     self.comment = comment
     self.shape = None
コード例 #3
0
ファイル: umlworkspace.py プロジェクト: neo-nie/pynsource
 def __init__(self, id, left, top, width=60, height=60, attrs=[], meths=[]):
     GraphNode.__init__(self, id, left, top, width=60, height=60)
     self.attrs = attrs
     self.meths = meths
     self.shape = None
コード例 #4
0
ファイル: umlworkspace.py プロジェクト: bisraelsen/pynsource
 def __init__(self, id, left, top, width=60, height=60, attrs=[], meths=[]):
     GraphNode.__init__(self, id, left, top, width=60, height=60)
     self.attrs = attrs
     self.meths = meths
     self.shape = None