class documentation
class UbiGraphDrawer(AbstractXMLRPCDrawer, AbstractGraphDrawer):
Method | __init__ |
Constructs an UbiGraph drawer using the display at the given URL. |
Method | draw |
Draws the given graph on an UbiGraph display. |
Instance Variable | edge |
Undocumented |
Instance Variable | vertex |
Undocumented |
Inherited from AbstractXMLRPCDrawer
:
Instance Variable | server |
Undocumented |
Instance Variable | service |
Undocumented |
Static Method | _resolve |
Parses the given URL, resolves the hostname to an IP address and returns a new URL with the resolved IP address. This speeds up things big time on Mac OS X where an IP lookup would be performed for every XML-RPC call otherwise. |
Inherited from AbstractGraphDrawer
(via AbstractXMLRPCDrawer
):
Method | ensure |
Helper method that ensures that layout is an instance of Layout . If it is not, the method will try to convert it to a Layout according to the following rules: |