| Package | com.yworks.io |
| Interface | public interface IOHandler extends flash.events.IEventDispatcher |
| Implementors | GraphMLIOHandler |
| Method | Defined By | ||
|---|---|---|---|
Populate the graph with the graph structure defined
in a graph file located at the URL. | IOHandler | ||
| 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.
|