Package Libs :: Module graphclass :: Class Draw
[hide private]
[frames] | no frames]

Class Draw

source code

Instance Methods [hide private]
  __init__(self)
Initialize the Drawing class
  createGraphWindow(self, title, start_address)
  getTitle(self)
  getHandler(self)
  setEdgeProperties(self, properties)
properties: { sourcename: "5" ,targetname: "6" ,label: "false", color: red }
  getEdgeProperties(self)

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Initialize the Drawing class

createGraphWindow(self, title, start_address)

source code 
None

getTitle(self)

source code 
None

getHandler(self)

source code 
None

setEdgeProperties(self, properties)

source code 
properties: { sourcename: "5" ,targetname: "6" ,label: "false", color: red }

getEdgeProperties(self)

source code 
None