Packagecom.yworks.io
Interfacepublic interface IOHandler extends flash.events.IEventDispatcher
Implementors GraphMLIOHandler

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.