public void addArk(EditorWindow editor, Ark a) { throw new Exception("Not Yet Implemented"); }
public GraphLayout(EditorWindow ew) { editor = ew; }
public static void ToggleHotSpots(EditorWindow editor, Node destnode, bool on) { throw new Exception("Not Yet Implemented"); }