Packagecom.yworks.io
Interfacepublic interface IOHandler extends flash.events.IEventDispatcher
ImplementorsGraphMLIOHandler

An IOHandler can read graphs from an URL or xml object.



Public Methods
 MethodDefined by
  
readURL(graph:IGraph, URL:String):void
Populate the graph with the graph structure defined in a graph file located at the URL.
IOHandler
Method detail
readURL()method
public function readURL(graph:IGraph, URL:String):void

Populate the graph with the graph structure defined in a graph file located at the URL.

Parameters
graph:IGraph — the graph to fill.
 
URL:String — An URL where a graph file is located.