From 1624cf4554fe1b431793dbd0579280ad65fd7213 Mon Sep 17 00:00:00 2001 From: huchuan <2585814664@qq.com> Date: Wed, 12 Aug 2020 16:00:58 +0800 Subject: [PATCH] fix bug --- dist/api/assets/js/search.js | 2 +- dist/api/classes/baseapp.html | 118 ++++++++--------- dist/api/classes/camera.html | 14 +- dist/api/classes/communityctrl.html | 91 +++++++++++-- dist/api/classes/connectctrl.html | 111 +++++++++++++--- dist/api/classes/context.html | 20 +-- dist/api/classes/contextctrl.html | 87 +++++++++++- dist/api/classes/controlfactory.html | 4 +- dist/api/classes/expansionctrl.html | 95 +++++++++++-- dist/api/classes/findrelationstask.html | 18 +-- .../api/classes/findrelationstaskmanager.html | 4 +- dist/api/classes/graphexplorer.html | 118 ++++++++--------- dist/api/classes/graphnavigator.html | 118 ++++++++--------- dist/api/classes/highlightctrl.html | 95 +++++++++++-- dist/api/classes/i18n.html | 18 +-- dist/api/classes/imageuploadctrl.html | 125 ++++++++++++++---- dist/api/classes/infoboxctrl.html | 109 ++++++++++++--- dist/api/classes/localgraph.html | 34 ++--- dist/api/classes/mainframe.html | 78 +++++------ dist/api/classes/messageboxctrl.html | 109 ++++++++++++--- dist/api/classes/point.html | 10 +- dist/api/classes/rect.html | 16 +-- dist/api/classes/relfinder.html | 124 ++++++++--------- dist/api/classes/relfinderctrl.html | 91 +++++++++++-- dist/api/classes/relfinderdialogctrl.html | 113 +++++++++++++--- dist/api/classes/rellistctrl.html | 109 ++++++++++++--- dist/api/classes/remotegraph.html | 26 ++-- dist/api/classes/resultlistctrl.html | 115 +++++++++++++--- dist/api/classes/searchboxctrl.html | 109 ++++++++++++--- dist/api/classes/selectionctrl.html | 93 +++++++++++-- dist/api/classes/statusbarctrl.html | 111 +++++++++++++--- dist/api/classes/toolbarctrl.html | 115 +++++++++++++--- dist/api/classes/uploader.html | 20 +-- dist/api/classes/utils.html | 16 +-- dist/api/enums/frameeventname.html | 62 ++++----- dist/api/index.html | 10 +- dist/api/interfaces/button_options.html | 14 +- dist/api/interfaces/community.html | 8 +- dist/api/interfaces/communitydata.html | 4 +- dist/api/interfaces/event_args_frame.html | 8 +- .../interfaces/event_args_frame_drawing.html | 10 +- .../interfaces/event_args_frame_input.html | 14 +- .../interfaces/event_args_frame_resize.html | 16 +-- .../event_args_frame_show_info.html | 14 +- .../event_args_graph_connected.html | 12 +- .../interfaces/event_args_graph_loaded.html | 14 +- dist/api/interfaces/event_args_relfinder.html | 10 +- dist/api/interfaces/event_args_rellist.html | 12 +- dist/api/interfaces/frame_options.html | 14 +- dist/api/interfaces/graphservice.html | 24 ++-- dist/api/interfaces/gson.html | 10 +- dist/api/interfaces/initdata.html | 6 +- dist/api/interfaces/loadgraphoption.html | 8 +- .../interfaces/loadgraphoptioncallback.html | 4 +- dist/api/interfaces/nodecommunityentry.html | 4 +- dist/api/interfaces/nodeedgeids.html | 4 +- dist/api/interfaces/nodeedgeset.html | 4 +- dist/api/interfaces/nodesedges.html | 4 +- dist/api/interfaces/pair.html | 4 +- dist/api/interfaces/point.html | 4 +- dist/api/interfaces/query_results.html | 4 +- dist/api/interfaces/rect.html | 8 +- dist/api/interfaces/relation_path.html | 4 +- dist/examples/example1.html | 34 ----- dist/examples/example2.html | 32 +---- dist/examples/example3.html | 49 +------ .../interactive-graph.min.css | 2 +- .../interactive-graph.min.js | 30 ++--- dist/igraph.war | Bin 22266238 -> 8868796 bytes dist/igraph/interactive-graph.min.css | 2 +- dist/igraph/interactive-graph.min.js | 30 ++--- 71 files changed, 2015 insertions(+), 914 deletions(-) diff --git a/dist/api/assets/js/search.js b/dist/api/assets/js/search.js index 3e202e3..fa25f0b 100644 --- a/dist/api/assets/js/search.js +++ b/dist/api/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"4":"Enumeration","16":"Enumeration member","32":"Variable","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","2097152":"Object literal"},"rows":[{"id":0,"kind":256,"name":"NodesEdges","url":"interfaces/nodesedges.html","classes":"tsd-kind-interface"},{"id":1,"kind":1024,"name":"nodes","url":"interfaces/nodesedges.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodesEdges"},{"id":2,"kind":1024,"name":"edges","url":"interfaces/nodesedges.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodesEdges"},{"id":3,"kind":256,"name":"NodeEdgeIds","url":"interfaces/nodeedgeids.html","classes":"tsd-kind-interface"},{"id":4,"kind":1024,"name":"nodes","url":"interfaces/nodeedgeids.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeIds"},{"id":5,"kind":1024,"name":"edges","url":"interfaces/nodeedgeids.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeIds"},{"id":6,"kind":128,"name":"GraphNodeSet","url":"classes/graphnodeset.html","classes":"tsd-kind-class"},{"id":7,"kind":512,"name":"constructor","url":"classes/graphnodeset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":8,"kind":1024,"name":"length","url":"classes/graphnodeset.html#length","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":9,"kind":2048,"name":"add","url":"classes/graphnodeset.html#add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":10,"kind":2048,"name":"clear","url":"classes/graphnodeset.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":11,"kind":2048,"name":"distinct","url":"classes/graphnodeset.html#distinct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":12,"kind":2048,"name":"flush","url":"classes/graphnodeset.html#flush","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":13,"kind":2048,"name":"forEach","url":"classes/graphnodeset.html#foreach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":14,"kind":2048,"name":"get","url":"classes/graphnodeset.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":15,"kind":2048,"name":"getDataSet","url":"classes/graphnodeset.html#getdataset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":16,"kind":2048,"name":"getIds","url":"classes/graphnodeset.html#getids","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":17,"kind":2048,"name":"map","url":"classes/graphnodeset.html#map","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":18,"kind":2048,"name":"max","url":"classes/graphnodeset.html#max","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":19,"kind":2048,"name":"min","url":"classes/graphnodeset.html#min","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":20,"kind":2048,"name":"on","url":"classes/graphnodeset.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":21,"kind":2048,"name":"off","url":"classes/graphnodeset.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":22,"kind":2048,"name":"remove","url":"classes/graphnodeset.html#remove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":23,"kind":2048,"name":"setOptions","url":"classes/graphnodeset.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":24,"kind":2048,"name":"update","url":"classes/graphnodeset.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":25,"kind":128,"name":"GraphEdgeSet","url":"classes/graphedgeset.html","classes":"tsd-kind-class"},{"id":26,"kind":512,"name":"constructor","url":"classes/graphedgeset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":27,"kind":1024,"name":"length","url":"classes/graphedgeset.html#length","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":28,"kind":2048,"name":"add","url":"classes/graphedgeset.html#add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":29,"kind":2048,"name":"clear","url":"classes/graphedgeset.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":30,"kind":2048,"name":"distinct","url":"classes/graphedgeset.html#distinct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":31,"kind":2048,"name":"flush","url":"classes/graphedgeset.html#flush","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":32,"kind":2048,"name":"forEach","url":"classes/graphedgeset.html#foreach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":33,"kind":2048,"name":"get","url":"classes/graphedgeset.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":34,"kind":2048,"name":"getDataSet","url":"classes/graphedgeset.html#getdataset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":35,"kind":2048,"name":"getIds","url":"classes/graphedgeset.html#getids","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":36,"kind":2048,"name":"map","url":"classes/graphedgeset.html#map","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":37,"kind":2048,"name":"max","url":"classes/graphedgeset.html#max","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":38,"kind":2048,"name":"min","url":"classes/graphedgeset.html#min","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":39,"kind":2048,"name":"on","url":"classes/graphedgeset.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":40,"kind":2048,"name":"off","url":"classes/graphedgeset.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":41,"kind":2048,"name":"remove","url":"classes/graphedgeset.html#remove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":42,"kind":2048,"name":"setOptions","url":"classes/graphedgeset.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":43,"kind":2048,"name":"update","url":"classes/graphedgeset.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":44,"kind":256,"name":"NodeEdgeSet","url":"interfaces/nodeedgeset.html","classes":"tsd-kind-interface"},{"id":45,"kind":1024,"name":"nodes","url":"interfaces/nodeedgeset.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeSet"},{"id":46,"kind":1024,"name":"edges","url":"interfaces/nodeedgeset.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeSet"},{"id":47,"kind":256,"name":"Community","url":"interfaces/community.html","classes":"tsd-kind-interface"},{"id":48,"kind":1024,"name":"id","url":"interfaces/community.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":49,"kind":1024,"name":"fillColor","url":"interfaces/community.html#fillcolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":50,"kind":1024,"name":"borderColor","url":"interfaces/community.html#bordercolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":51,"kind":1024,"name":"outline","url":"interfaces/community.html#outline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":52,"kind":256,"name":"GSON","url":"interfaces/gson.html","classes":"tsd-kind-interface"},{"id":53,"kind":1024,"name":"option","url":"interfaces/gson.html#option","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":54,"kind":65536,"name":"__type","url":"interfaces/gson.html#option.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GSON.option"},{"id":55,"kind":32,"name":"autoLayout","url":"interfaces/gson.html#option.__type-1.autolayout","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.option.__type"},{"id":56,"kind":1024,"name":"data","url":"interfaces/gson.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":57,"kind":65536,"name":"__type","url":"interfaces/gson.html#data.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GSON.data"},{"id":58,"kind":32,"name":"nodes","url":"interfaces/gson.html#data.__type.nodes","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.data.__type"},{"id":59,"kind":32,"name":"edges","url":"interfaces/gson.html#data.__type.edges","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.data.__type"},{"id":60,"kind":32,"name":"communities","url":"interfaces/gson.html#data.__type.communities","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.data.__type"},{"id":61,"kind":1024,"name":"dbinfo","url":"interfaces/gson.html#dbinfo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":62,"kind":1024,"name":"categories","url":"interfaces/gson.html#categories","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":63,"kind":1024,"name":"translator","url":"interfaces/gson.html#translator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":64,"kind":65536,"name":"__type","url":"interfaces/gson.html#translator.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GSON.translator"},{"id":65,"kind":32,"name":"nodes","url":"interfaces/gson.html#translator.__type-2.nodes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.translator.__type"},{"id":66,"kind":65536,"name":"__type","url":"interfaces/gson.html#translator.__type-2.nodes-1.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"GSON.translator.__type.nodes"},{"id":67,"kind":32,"name":"edges","url":"interfaces/gson.html#translator.__type-2.edges-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.translator.__type"},{"id":68,"kind":65536,"name":"__type","url":"interfaces/gson.html#translator.__type-2.edges-1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"GSON.translator.__type.edges"},{"id":69,"kind":256,"name":"BUTTON_OPTIONS","url":"interfaces/button_options.html","classes":"tsd-kind-interface"},{"id":70,"kind":1024,"name":"disabled","url":"interfaces/button_options.html#disabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":71,"kind":1024,"name":"icon","url":"interfaces/button_options.html#icon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":72,"kind":1024,"name":"iconPosition","url":"interfaces/button_options.html#iconposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":73,"kind":1024,"name":"caption","url":"interfaces/button_options.html#caption","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":74,"kind":1024,"name":"tooltip","url":"interfaces/button_options.html#tooltip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":75,"kind":1024,"name":"checked","url":"interfaces/button_options.html#checked","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":76,"kind":1024,"name":"click","url":"interfaces/button_options.html#click","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":77,"kind":256,"name":"GraphNode","url":"interfaces/graphnode.html","classes":"tsd-kind-interface"},{"id":78,"kind":1024,"name":"group","url":"interfaces/graphnode.html#group","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":79,"kind":1024,"name":"id","url":"interfaces/graphnode.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":80,"kind":1024,"name":"label","url":"interfaces/graphnode.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":81,"kind":1024,"name":"x","url":"interfaces/graphnode.html#x","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":82,"kind":1024,"name":"y","url":"interfaces/graphnode.html#y","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":83,"kind":1024,"name":"fixed","url":"interfaces/graphnode.html#fixed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":84,"kind":1024,"name":"image","url":"interfaces/graphnode.html#image","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":85,"kind":1024,"name":"shape","url":"interfaces/graphnode.html#shape","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":86,"kind":1024,"name":"color","url":"interfaces/graphnode.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":87,"kind":256,"name":"LoadGraphOption","url":"interfaces/loadgraphoption.html","classes":"tsd-kind-interface"},{"id":88,"kind":1024,"name":"dynamic","url":"interfaces/loadgraphoption.html#dynamic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":89,"kind":1024,"name":"centerPointX","url":"interfaces/loadgraphoption.html#centerpointx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":90,"kind":1024,"name":"centerPointY","url":"interfaces/loadgraphoption.html#centerpointy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":91,"kind":1024,"name":"scale","url":"interfaces/loadgraphoption.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":92,"kind":256,"name":"LoadGraphOptionCallback","url":"interfaces/loadgraphoptioncallback.html","classes":"tsd-kind-interface"},{"id":93,"kind":1024,"name":"width","url":"interfaces/loadgraphoptioncallback.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOptionCallback"},{"id":94,"kind":1024,"name":"height","url":"interfaces/loadgraphoptioncallback.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOptionCallback"},{"id":95,"kind":256,"name":"NodeCommunityEntry","url":"interfaces/nodecommunityentry.html","classes":"tsd-kind-interface"},{"id":96,"kind":1024,"name":"node","url":"interfaces/nodecommunityentry.html#node","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeCommunityEntry"},{"id":97,"kind":1024,"name":"community","url":"interfaces/nodecommunityentry.html#community","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeCommunityEntry"},{"id":98,"kind":256,"name":"InitData","url":"interfaces/initdata.html","classes":"tsd-kind-interface"},{"id":99,"kind":1024,"name":"nodesNum","url":"interfaces/initdata.html#nodesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitData"},{"id":100,"kind":1024,"name":"edgesNum","url":"interfaces/initdata.html#edgesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitData"},{"id":101,"kind":1024,"name":"autoLayout","url":"interfaces/initdata.html#autolayout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitData"},{"id":102,"kind":256,"name":"CommunityData","url":"interfaces/communitydata.html","classes":"tsd-kind-interface"},{"id":103,"kind":1024,"name":"communities","url":"interfaces/communitydata.html#communities","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommunityData"},{"id":104,"kind":1024,"name":"nodeMap","url":"interfaces/communitydata.html#nodemap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommunityData"},{"id":105,"kind":256,"name":"GraphEdge","url":"interfaces/graphedge.html","classes":"tsd-kind-interface"},{"id":106,"kind":1024,"name":"from","url":"interfaces/graphedge.html#from","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphEdge"},{"id":107,"kind":1024,"name":"to","url":"interfaces/graphedge.html#to","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphEdge"},{"id":108,"kind":1024,"name":"id","url":"interfaces/graphedge.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphEdge"},{"id":109,"kind":128,"name":"GraphNetwork","url":"classes/graphnetwork.html","classes":"tsd-kind-class"},{"id":110,"kind":512,"name":"constructor","url":"classes/graphnetwork.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":111,"kind":2048,"name":"destroy","url":"classes/graphnetwork.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":112,"kind":2048,"name":"setData","url":"classes/graphnetwork.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":113,"kind":2048,"name":"setOptions","url":"classes/graphnetwork.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":114,"kind":2048,"name":"on","url":"classes/graphnetwork.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":115,"kind":2048,"name":"off","url":"classes/graphnetwork.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":116,"kind":2048,"name":"once","url":"classes/graphnetwork.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":117,"kind":2048,"name":"canvasToDOM","url":"classes/graphnetwork.html#canvastodom","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":118,"kind":2048,"name":"DOMtoCanvas","url":"classes/graphnetwork.html#domtocanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":119,"kind":2048,"name":"redraw","url":"classes/graphnetwork.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":120,"kind":2048,"name":"setSize","url":"classes/graphnetwork.html#setsize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":121,"kind":2048,"name":"cluster","url":"classes/graphnetwork.html#cluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":122,"kind":2048,"name":"clusterByConnection","url":"classes/graphnetwork.html#clusterbyconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":123,"kind":2048,"name":"clusterByHubsize","url":"classes/graphnetwork.html#clusterbyhubsize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":124,"kind":2048,"name":"clusterOutliers","url":"classes/graphnetwork.html#clusteroutliers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":125,"kind":2048,"name":"findNode","url":"classes/graphnetwork.html#findnode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":126,"kind":2048,"name":"getClusteredEdges","url":"classes/graphnetwork.html#getclusterededges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":127,"kind":2048,"name":"getBaseEdge","url":"classes/graphnetwork.html#getbaseedge","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":128,"kind":2048,"name":"updateEdge","url":"classes/graphnetwork.html#updateedge","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":129,"kind":2048,"name":"updateClusteredNode","url":"classes/graphnetwork.html#updateclusterednode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":130,"kind":2048,"name":"isCluster","url":"classes/graphnetwork.html#iscluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":131,"kind":2048,"name":"getNodesInCluster","url":"classes/graphnetwork.html#getnodesincluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":132,"kind":2048,"name":"openCluster","url":"classes/graphnetwork.html#opencluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":133,"kind":2048,"name":"getSeed","url":"classes/graphnetwork.html#getseed","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":134,"kind":2048,"name":"enableEditMode","url":"classes/graphnetwork.html#enableeditmode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":135,"kind":2048,"name":"disableEditMode","url":"classes/graphnetwork.html#disableeditmode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":136,"kind":2048,"name":"addNodeMode","url":"classes/graphnetwork.html#addnodemode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":137,"kind":2048,"name":"editNode","url":"classes/graphnetwork.html#editnode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":138,"kind":2048,"name":"addEdgeMode","url":"classes/graphnetwork.html#addedgemode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":139,"kind":2048,"name":"editEdgeMode","url":"classes/graphnetwork.html#editedgemode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":140,"kind":2048,"name":"deleteSelected","url":"classes/graphnetwork.html#deleteselected","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":141,"kind":2048,"name":"getPositions","url":"classes/graphnetwork.html#getpositions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":142,"kind":2048,"name":"storePositions","url":"classes/graphnetwork.html#storepositions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":143,"kind":2048,"name":"moveNode","url":"classes/graphnetwork.html#movenode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":144,"kind":2048,"name":"getBoundingBox","url":"classes/graphnetwork.html#getboundingbox","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":145,"kind":2048,"name":"getConnectedNodes","url":"classes/graphnetwork.html#getconnectednodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":146,"kind":2048,"name":"getConnectedEdges","url":"classes/graphnetwork.html#getconnectededges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":147,"kind":2048,"name":"startSimulation","url":"classes/graphnetwork.html#startsimulation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":148,"kind":2048,"name":"stopSimulation","url":"classes/graphnetwork.html#stopsimulation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":149,"kind":2048,"name":"stabilize","url":"classes/graphnetwork.html#stabilize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":150,"kind":2048,"name":"getSelection","url":"classes/graphnetwork.html#getselection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":151,"kind":2048,"name":"getSelectedNodes","url":"classes/graphnetwork.html#getselectednodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":152,"kind":2048,"name":"getSelectedEdges","url":"classes/graphnetwork.html#getselectededges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":153,"kind":2048,"name":"getNodeAt","url":"classes/graphnetwork.html#getnodeat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":154,"kind":2048,"name":"getEdgeAt","url":"classes/graphnetwork.html#getedgeat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":155,"kind":2048,"name":"selectNodes","url":"classes/graphnetwork.html#selectnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":156,"kind":2048,"name":"selectEdges","url":"classes/graphnetwork.html#selectedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":157,"kind":2048,"name":"setSelection","url":"classes/graphnetwork.html#setselection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":158,"kind":2048,"name":"unselectAll","url":"classes/graphnetwork.html#unselectall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":159,"kind":2048,"name":"getScale","url":"classes/graphnetwork.html#getscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":160,"kind":2048,"name":"getViewPosition","url":"classes/graphnetwork.html#getviewposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":161,"kind":2048,"name":"fit","url":"classes/graphnetwork.html#fit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":162,"kind":2048,"name":"focus","url":"classes/graphnetwork.html#focus","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":163,"kind":2048,"name":"moveTo","url":"classes/graphnetwork.html#moveto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":164,"kind":2048,"name":"releaseNode","url":"classes/graphnetwork.html#releasenode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":165,"kind":2048,"name":"getOptionsFromConfigurator","url":"classes/graphnetwork.html#getoptionsfromconfigurator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":166,"kind":256,"name":"NETWORK_OPTIONS","url":"interfaces/network_options.html","classes":"tsd-kind-interface"},{"id":167,"kind":1024,"name":"autoResize","url":"interfaces/network_options.html#autoresize","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":168,"kind":1024,"name":"width","url":"interfaces/network_options.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":169,"kind":1024,"name":"height","url":"interfaces/network_options.html#height","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":170,"kind":1024,"name":"locale","url":"interfaces/network_options.html#locale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":171,"kind":1024,"name":"locales","url":"interfaces/network_options.html#locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":172,"kind":1024,"name":"clickToUse","url":"interfaces/network_options.html#clicktouse","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":173,"kind":1024,"name":"configure","url":"interfaces/network_options.html#configure","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":174,"kind":1024,"name":"edges","url":"interfaces/network_options.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":175,"kind":1024,"name":"nodes","url":"interfaces/network_options.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":176,"kind":1024,"name":"groups","url":"interfaces/network_options.html#groups","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":177,"kind":1024,"name":"layout","url":"interfaces/network_options.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":178,"kind":1024,"name":"interaction","url":"interfaces/network_options.html#interaction","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":179,"kind":1024,"name":"manipulation","url":"interfaces/network_options.html#manipulation","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":180,"kind":1024,"name":"physics","url":"interfaces/network_options.html#physics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":181,"kind":256,"name":"FRAME_OPTIONS","url":"interfaces/frame_options.html","classes":"tsd-kind-interface"},{"id":182,"kind":1024,"name":"showFaces","url":"interfaces/frame_options.html#showfaces","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":183,"kind":1024,"name":"showGroups","url":"interfaces/frame_options.html#showgroups","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":184,"kind":1024,"name":"showNodes","url":"interfaces/frame_options.html#shownodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":185,"kind":1024,"name":"showDegrees","url":"interfaces/frame_options.html#showdegrees","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":186,"kind":1024,"name":"showEdges","url":"interfaces/frame_options.html#showedges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":187,"kind":1024,"name":"showLabels","url":"interfaces/frame_options.html#showlabels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":188,"kind":1024,"name":"showTitles","url":"interfaces/frame_options.html#showtitles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":189,"kind":256,"name":"EVENT_ARGS_FRAME","url":"interfaces/event_args_frame.html","classes":"tsd-kind-interface"},{"id":190,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":191,"kind":1024,"name":"network","url":"interfaces/event_args_frame.html#network","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":192,"kind":1024,"name":"theme","url":"interfaces/event_args_frame.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":193,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":194,"kind":256,"name":"EVENT_ARGS_FRAME_DRAWING","url":"interfaces/event_args_frame_drawing.html","classes":"tsd-kind-interface"},{"id":195,"kind":1024,"name":"context2d","url":"interfaces/event_args_frame_drawing.html#context2d","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":196,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_drawing.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":197,"kind":1024,"name":"network","url":"interfaces/event_args_frame_drawing.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":198,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_drawing.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":199,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_drawing.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":200,"kind":256,"name":"EVENT_ARGS_GRAPH_LOADED","url":"interfaces/event_args_graph_loaded.html","classes":"tsd-kind-interface"},{"id":201,"kind":1024,"name":"nodes","url":"interfaces/event_args_graph_loaded.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":202,"kind":1024,"name":"edges","url":"interfaces/event_args_graph_loaded.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":203,"kind":1024,"name":"option","url":"interfaces/event_args_graph_loaded.html#option","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":204,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_graph_loaded.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":205,"kind":1024,"name":"network","url":"interfaces/event_args_graph_loaded.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":206,"kind":1024,"name":"theme","url":"interfaces/event_args_graph_loaded.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":207,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_graph_loaded.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":208,"kind":256,"name":"EVENT_ARGS_GRAPH_CONNECTED","url":"interfaces/event_args_graph_connected.html","classes":"tsd-kind-interface"},{"id":209,"kind":1024,"name":"nodesNum","url":"interfaces/event_args_graph_connected.html#nodesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":210,"kind":1024,"name":"edgesNum","url":"interfaces/event_args_graph_connected.html#edgesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":211,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_graph_connected.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":212,"kind":1024,"name":"network","url":"interfaces/event_args_graph_connected.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":213,"kind":1024,"name":"theme","url":"interfaces/event_args_graph_connected.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":214,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_graph_connected.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":215,"kind":256,"name":"EVENT_ARGS_FRAME_INPUT","url":"interfaces/event_args_frame_input.html","classes":"tsd-kind-interface"},{"id":216,"kind":1024,"name":"previousSelection","url":"interfaces/event_args_frame_input.html#previousselection","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":217,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_input.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":218,"kind":1024,"name":"network","url":"interfaces/event_args_frame_input.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":219,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_input.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":220,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_input.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":221,"kind":1024,"name":"nodes","url":"interfaces/event_args_frame_input.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":222,"kind":1024,"name":"edges","url":"interfaces/event_args_frame_input.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":223,"kind":256,"name":"EVENT_ARGS_FRAME_SHOW_INFO","url":"interfaces/event_args_frame_show_info.html","classes":"tsd-kind-interface"},{"id":224,"kind":1024,"name":"htmlInfoBox","url":"interfaces/event_args_frame_show_info.html#htmlinfobox","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":225,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_show_info.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":226,"kind":1024,"name":"network","url":"interfaces/event_args_frame_show_info.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":227,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_show_info.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":228,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_show_info.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":229,"kind":1024,"name":"nodes","url":"interfaces/event_args_frame_show_info.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":230,"kind":1024,"name":"edges","url":"interfaces/event_args_frame_show_info.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":231,"kind":256,"name":"EVENT_ARGS_FRAME_RESIZE","url":"interfaces/event_args_frame_resize.html","classes":"tsd-kind-interface"},{"id":232,"kind":1024,"name":"width","url":"interfaces/event_args_frame_resize.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":233,"kind":1024,"name":"height","url":"interfaces/event_args_frame_resize.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":234,"kind":1024,"name":"oldWidth","url":"interfaces/event_args_frame_resize.html#oldwidth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":235,"kind":1024,"name":"oldHeight","url":"interfaces/event_args_frame_resize.html#oldheight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":236,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_resize.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":237,"kind":1024,"name":"network","url":"interfaces/event_args_frame_resize.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":238,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_resize.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":239,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_resize.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":240,"kind":256,"name":"EVENT_ARGS_RELFINDER","url":"interfaces/event_args_relfinder.html","classes":"tsd-kind-interface"},{"id":241,"kind":1024,"name":"maxDepth","url":"interfaces/event_args_relfinder.html#maxdepth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_RELFINDER"},{"id":242,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_relfinder.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":243,"kind":1024,"name":"network","url":"interfaces/event_args_relfinder.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":244,"kind":1024,"name":"theme","url":"interfaces/event_args_relfinder.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":245,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_relfinder.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":246,"kind":256,"name":"EVENT_ARGS_RELLIST","url":"interfaces/event_args_rellist.html","classes":"tsd-kind-interface"},{"id":247,"kind":1024,"name":"path","url":"interfaces/event_args_rellist.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_RELLIST"},{"id":248,"kind":1024,"name":"startNodes","url":"interfaces/event_args_rellist.html#startnodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_RELLIST"},{"id":249,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_rellist.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":250,"kind":1024,"name":"network","url":"interfaces/event_args_rellist.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":251,"kind":1024,"name":"theme","url":"interfaces/event_args_rellist.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":252,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_rellist.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":253,"kind":4,"name":"FrameEventName","url":"enums/frameeventname.html","classes":"tsd-kind-enum"},{"id":254,"kind":16,"name":"FRAME_CLEAR_ALL_FLAGS","url":"enums/frameeventname.html#frame_clear_all_flags","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":255,"kind":16,"name":"THEME_CHANGED","url":"enums/frameeventname.html#theme_changed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":256,"kind":16,"name":"DESTROY_CONTROL","url":"enums/frameeventname.html#destroy_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":257,"kind":16,"name":"REMOVE_CONTROL","url":"enums/frameeventname.html#remove_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":258,"kind":16,"name":"CREATE_CONTROL","url":"enums/frameeventname.html#create_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":259,"kind":16,"name":"ADD_CONTROL","url":"enums/frameeventname.html#add_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":260,"kind":16,"name":"GRAPH_CONNECTED","url":"enums/frameeventname.html#graph_connected","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":261,"kind":16,"name":"GRAPH_LOADED","url":"enums/frameeventname.html#graph_loaded","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":262,"kind":16,"name":"FRAME_CREATED","url":"enums/frameeventname.html#frame_created","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":263,"kind":16,"name":"FOCUS_NODES","url":"enums/frameeventname.html#focus_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":264,"kind":16,"name":"INSERT_NODES","url":"enums/frameeventname.html#insert_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":265,"kind":16,"name":"NETWORK_SELECT_NODES","url":"enums/frameeventname.html#network_select_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":266,"kind":16,"name":"NETWORK_DESELECT_NODES","url":"enums/frameeventname.html#network_deselect_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":267,"kind":16,"name":"NETWORK_SELECT_EDGES","url":"enums/frameeventname.html#network_select_edges","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":268,"kind":16,"name":"NETWORK_DESELECT_EDGES","url":"enums/frameeventname.html#network_deselect_edges","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":269,"kind":16,"name":"NETWORK_BEFORE_DRAWING","url":"enums/frameeventname.html#network_before_drawing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":270,"kind":16,"name":"NETWORK_AFTER_DRAWING","url":"enums/frameeventname.html#network_after_drawing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":271,"kind":16,"name":"NETWORK_DBLCLICK","url":"enums/frameeventname.html#network_dblclick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":272,"kind":16,"name":"NETWORK_CLICK","url":"enums/frameeventname.html#network_click","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":273,"kind":16,"name":"NETWORK_ONCONTEXT","url":"enums/frameeventname.html#network_oncontext","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":274,"kind":16,"name":"NETWORK_DRAGGING","url":"enums/frameeventname.html#network_dragging","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":275,"kind":16,"name":"NETWORK_DRAGEND","url":"enums/frameeventname.html#network_dragend","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":276,"kind":16,"name":"FRAME_RESIZE","url":"enums/frameeventname.html#frame_resize","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":277,"kind":16,"name":"RELFINDER_START","url":"enums/frameeventname.html#relfinder_start","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":278,"kind":16,"name":"RELFINDER_STOP","url":"enums/frameeventname.html#relfinder_stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":279,"kind":16,"name":"RELFINDER_STARTED","url":"enums/frameeventname.html#relfinder_started","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":280,"kind":16,"name":"RELFINDER_STOPPED","url":"enums/frameeventname.html#relfinder_stopped","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":281,"kind":16,"name":"RELLIST_PUT","url":"enums/frameeventname.html#rellist_put","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":282,"kind":16,"name":"RESULTLISTPUT","url":"enums/frameeventname.html#resultlistput","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":283,"kind":16,"name":"IMAGEBOXOPEN","url":"enums/frameeventname.html#imageboxopen","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":284,"kind":16,"name":"SHOW_INFO","url":"enums/frameeventname.html#show_info","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":285,"kind":256,"name":"RELATION_PATH","url":"interfaces/relation_path.html","classes":"tsd-kind-interface"},{"id":286,"kind":1024,"name":"nodes","url":"interfaces/relation_path.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RELATION_PATH"},{"id":287,"kind":1024,"name":"edges","url":"interfaces/relation_path.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RELATION_PATH"},{"id":288,"kind":256,"name":"QUERY_RESULTS","url":"interfaces/query_results.html","classes":"tsd-kind-interface"},{"id":289,"kind":1024,"name":"completed","url":"interfaces/query_results.html#completed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QUERY_RESULTS"},{"id":290,"kind":1024,"name":"paths","url":"interfaces/query_results.html#paths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QUERY_RESULTS"},{"id":291,"kind":256,"name":"PAIR","url":"interfaces/pair.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":292,"kind":1024,"name":"_1","url":"interfaces/pair.html#_1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PAIR"},{"id":293,"kind":1024,"name":"_2","url":"interfaces/pair.html#_2","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PAIR"},{"id":294,"kind":256,"name":"RECT","url":"interfaces/rect.html","classes":"tsd-kind-interface"},{"id":295,"kind":1024,"name":"left","url":"interfaces/rect.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":296,"kind":1024,"name":"top","url":"interfaces/rect.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":297,"kind":1024,"name":"right","url":"interfaces/rect.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":298,"kind":1024,"name":"bottom","url":"interfaces/rect.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":299,"kind":256,"name":"POINT","url":"interfaces/point.html","classes":"tsd-kind-interface"},{"id":300,"kind":1024,"name":"x","url":"interfaces/point.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"POINT"},{"id":301,"kind":1024,"name":"y","url":"interfaces/point.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"POINT"},{"id":302,"kind":256,"name":"GraphService","url":"interfaces/graphservice.html","classes":"tsd-kind-interface"},{"id":303,"kind":2048,"name":"requestConnect","url":"interfaces/graphservice.html#requestconnect","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":304,"kind":2048,"name":"requestGetCommunityData","url":"interfaces/graphservice.html#requestgetcommunitydata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":305,"kind":2048,"name":"requestGetNodeInfos","url":"interfaces/graphservice.html#requestgetnodeinfos","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":306,"kind":2048,"name":"requestLoadGraph","url":"interfaces/graphservice.html#requestloadgraph","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":307,"kind":2048,"name":"requestSearch","url":"interfaces/graphservice.html#requestsearch","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":308,"kind":2048,"name":"requestImageSearch","url":"interfaces/graphservice.html#requestimagesearch","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":309,"kind":2048,"name":"requestGetNeighbours","url":"interfaces/graphservice.html#requestgetneighbours","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":310,"kind":2048,"name":"requestGetNodeCategories","url":"interfaces/graphservice.html#requestgetnodecategories","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":311,"kind":2048,"name":"requestFilterNodesByCategory","url":"interfaces/graphservice.html#requestfilternodesbycategory","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":312,"kind":2048,"name":"requestFindRelations","url":"interfaces/graphservice.html#requestfindrelations","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":313,"kind":2048,"name":"requestGetMoreRelations","url":"interfaces/graphservice.html#requestgetmorerelations","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":314,"kind":2048,"name":"requestStopFindRelations","url":"interfaces/graphservice.html#requeststopfindrelations","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":315,"kind":128,"name":"Utils","url":"classes/utils.html","classes":"tsd-kind-class"},{"id":316,"kind":2048,"name":"distinct","url":"classes/utils.html#distinct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":317,"kind":2048,"name":"partOf","url":"classes/utils.html#partof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":318,"kind":2048,"name":"flatMap","url":"classes/utils.html#flatmap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":319,"kind":2048,"name":"toArray","url":"classes/utils.html#toarray","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"Utils"},{"id":320,"kind":2048,"name":"deepClone","url":"classes/utils.html#deepclone","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":321,"kind":2048,"name":"deepExtend","url":"classes/utils.html#deepextend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":322,"kind":2048,"name":"evaluate","url":"classes/utils.html#evaluate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":323,"kind":2048,"name":"toMap","url":"classes/utils.html#tomap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":324,"kind":128,"name":"Point","url":"classes/point.html","classes":"tsd-kind-class"},{"id":325,"kind":1024,"name":"x","url":"classes/point.html#x","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Point"},{"id":326,"kind":1024,"name":"y","url":"classes/point.html#y","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Point"},{"id":327,"kind":512,"name":"constructor","url":"classes/point.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Point"},{"id":328,"kind":2048,"name":"delta","url":"classes/point.html#delta","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Point"},{"id":329,"kind":2048,"name":"expand","url":"classes/point.html#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Point"},{"id":330,"kind":128,"name":"Rect","url":"classes/rect.html","classes":"tsd-kind-class"},{"id":331,"kind":1024,"name":"x1","url":"classes/rect.html#x1","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":332,"kind":1024,"name":"y1","url":"classes/rect.html#y1","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":333,"kind":1024,"name":"x2","url":"classes/rect.html#x2","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":334,"kind":1024,"name":"y2","url":"classes/rect.html#y2","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":335,"kind":512,"name":"constructor","url":"classes/rect.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Rect"},{"id":336,"kind":2048,"name":"center","url":"classes/rect.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Rect"},{"id":337,"kind":2048,"name":"width","url":"classes/rect.html#width","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Rect"},{"id":338,"kind":2048,"name":"height","url":"classes/rect.html#height","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Rect"},{"id":339,"kind":128,"name":"ToolbarCtrl","url":"classes/toolbarctrl.html","classes":"tsd-kind-class"},{"id":340,"kind":2048,"name":"getTypeName","url":"classes/toolbarctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToolbarCtrl"},{"id":341,"kind":2048,"name":"addTool","url":"classes/toolbarctrl.html#addtool","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ToolbarCtrl"},{"id":342,"kind":2048,"name":"addButton","url":"classes/toolbarctrl.html#addbutton","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ToolbarCtrl"},{"id":343,"kind":2048,"name":"addButtons","url":"classes/toolbarctrl.html#addbuttons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ToolbarCtrl"},{"id":344,"kind":2048,"name":"onDestroy","url":"classes/toolbarctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToolbarCtrl"},{"id":345,"kind":1024,"name":"_htmlContainer","url":"classes/toolbarctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":346,"kind":1024,"name":"_position","url":"classes/toolbarctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":347,"kind":65536,"name":"__type","url":"classes/toolbarctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ToolbarCtrl._position"},{"id":348,"kind":512,"name":"constructor","url":"classes/toolbarctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":349,"kind":2048,"name":"onBindElement","url":"classes/toolbarctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":350,"kind":2048,"name":"bindElement","url":"classes/toolbarctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":351,"kind":2048,"name":"createContainerIfAbsent","url":"classes/toolbarctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":352,"kind":2048,"name":"onCreate","url":"classes/toolbarctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":353,"kind":2048,"name":"show","url":"classes/toolbarctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":354,"kind":2048,"name":"setPosition","url":"classes/toolbarctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":355,"kind":2048,"name":"hide","url":"classes/toolbarctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":356,"kind":2048,"name":"onResize","url":"classes/toolbarctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":357,"kind":1024,"name":"_disabled","url":"classes/toolbarctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":358,"kind":2048,"name":"enable","url":"classes/toolbarctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":359,"kind":2048,"name":"disable","url":"classes/toolbarctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":360,"kind":2048,"name":"listenerCount","url":"classes/toolbarctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ToolbarCtrl"},{"id":361,"kind":1024,"name":"defaultMaxListeners","url":"classes/toolbarctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ToolbarCtrl"},{"id":362,"kind":2048,"name":"addListener","url":"classes/toolbarctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":363,"kind":2048,"name":"on","url":"classes/toolbarctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":364,"kind":2048,"name":"once","url":"classes/toolbarctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":365,"kind":2048,"name":"prependListener","url":"classes/toolbarctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":366,"kind":2048,"name":"prependOnceListener","url":"classes/toolbarctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":367,"kind":2048,"name":"removeListener","url":"classes/toolbarctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":368,"kind":2048,"name":"removeAllListeners","url":"classes/toolbarctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":369,"kind":2048,"name":"setMaxListeners","url":"classes/toolbarctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":370,"kind":2048,"name":"getMaxListeners","url":"classes/toolbarctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":371,"kind":2048,"name":"listeners","url":"classes/toolbarctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":372,"kind":2048,"name":"rawListeners","url":"classes/toolbarctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":373,"kind":2048,"name":"emit","url":"classes/toolbarctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":374,"kind":2048,"name":"eventNames","url":"classes/toolbarctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":375,"kind":2048,"name":"listenerCount","url":"classes/toolbarctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":376,"kind":128,"name":"InfoBoxCtrl","url":"classes/infoboxctrl.html","classes":"tsd-kind-class"},{"id":377,"kind":2048,"name":"getTypeName","url":"classes/infoboxctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InfoBoxCtrl"},{"id":378,"kind":2048,"name":"onBindElement","url":"classes/infoboxctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InfoBoxCtrl"},{"id":379,"kind":1024,"name":"_htmlContainer","url":"classes/infoboxctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":380,"kind":1024,"name":"_position","url":"classes/infoboxctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":381,"kind":65536,"name":"__type","url":"classes/infoboxctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"InfoBoxCtrl._position"},{"id":382,"kind":512,"name":"constructor","url":"classes/infoboxctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":383,"kind":2048,"name":"bindElement","url":"classes/infoboxctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":384,"kind":2048,"name":"createContainerIfAbsent","url":"classes/infoboxctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":385,"kind":2048,"name":"onCreate","url":"classes/infoboxctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":386,"kind":2048,"name":"show","url":"classes/infoboxctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":387,"kind":2048,"name":"setPosition","url":"classes/infoboxctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":388,"kind":2048,"name":"hide","url":"classes/infoboxctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":389,"kind":2048,"name":"onResize","url":"classes/infoboxctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":390,"kind":2048,"name":"onDestroy","url":"classes/infoboxctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":391,"kind":1024,"name":"_disabled","url":"classes/infoboxctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":392,"kind":2048,"name":"enable","url":"classes/infoboxctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":393,"kind":2048,"name":"disable","url":"classes/infoboxctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":394,"kind":2048,"name":"listenerCount","url":"classes/infoboxctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"InfoBoxCtrl"},{"id":395,"kind":1024,"name":"defaultMaxListeners","url":"classes/infoboxctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"InfoBoxCtrl"},{"id":396,"kind":2048,"name":"addListener","url":"classes/infoboxctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":397,"kind":2048,"name":"on","url":"classes/infoboxctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":398,"kind":2048,"name":"once","url":"classes/infoboxctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":399,"kind":2048,"name":"prependListener","url":"classes/infoboxctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":400,"kind":2048,"name":"prependOnceListener","url":"classes/infoboxctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":401,"kind":2048,"name":"removeListener","url":"classes/infoboxctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":402,"kind":2048,"name":"removeAllListeners","url":"classes/infoboxctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":403,"kind":2048,"name":"setMaxListeners","url":"classes/infoboxctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":404,"kind":2048,"name":"getMaxListeners","url":"classes/infoboxctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":405,"kind":2048,"name":"listeners","url":"classes/infoboxctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":406,"kind":2048,"name":"rawListeners","url":"classes/infoboxctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":407,"kind":2048,"name":"emit","url":"classes/infoboxctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":408,"kind":2048,"name":"eventNames","url":"classes/infoboxctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":409,"kind":2048,"name":"listenerCount","url":"classes/infoboxctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":410,"kind":128,"name":"SearchBoxCtrl","url":"classes/searchboxctrl.html","classes":"tsd-kind-class"},{"id":411,"kind":1024,"name":"_input","url":"classes/searchboxctrl.html#_input","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SearchBoxCtrl"},{"id":412,"kind":1024,"name":"_image","url":"classes/searchboxctrl.html#_image","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SearchBoxCtrl"},{"id":413,"kind":2048,"name":"getTypeName","url":"classes/searchboxctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SearchBoxCtrl"},{"id":414,"kind":2048,"name":"onBindElement","url":"classes/searchboxctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SearchBoxCtrl"},{"id":415,"kind":1024,"name":"_htmlContainer","url":"classes/searchboxctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":416,"kind":1024,"name":"_position","url":"classes/searchboxctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":417,"kind":65536,"name":"__type","url":"classes/searchboxctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"SearchBoxCtrl._position"},{"id":418,"kind":512,"name":"constructor","url":"classes/searchboxctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":419,"kind":2048,"name":"bindElement","url":"classes/searchboxctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":420,"kind":2048,"name":"createContainerIfAbsent","url":"classes/searchboxctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":421,"kind":2048,"name":"onCreate","url":"classes/searchboxctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":422,"kind":2048,"name":"show","url":"classes/searchboxctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":423,"kind":2048,"name":"setPosition","url":"classes/searchboxctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":424,"kind":2048,"name":"hide","url":"classes/searchboxctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":425,"kind":2048,"name":"onResize","url":"classes/searchboxctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":426,"kind":2048,"name":"onDestroy","url":"classes/searchboxctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":427,"kind":1024,"name":"_disabled","url":"classes/searchboxctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":428,"kind":2048,"name":"enable","url":"classes/searchboxctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":429,"kind":2048,"name":"disable","url":"classes/searchboxctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":430,"kind":2048,"name":"listenerCount","url":"classes/searchboxctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SearchBoxCtrl"},{"id":431,"kind":1024,"name":"defaultMaxListeners","url":"classes/searchboxctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SearchBoxCtrl"},{"id":432,"kind":2048,"name":"addListener","url":"classes/searchboxctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":433,"kind":2048,"name":"on","url":"classes/searchboxctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":434,"kind":2048,"name":"once","url":"classes/searchboxctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":435,"kind":2048,"name":"prependListener","url":"classes/searchboxctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":436,"kind":2048,"name":"prependOnceListener","url":"classes/searchboxctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":437,"kind":2048,"name":"removeListener","url":"classes/searchboxctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":438,"kind":2048,"name":"removeAllListeners","url":"classes/searchboxctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":439,"kind":2048,"name":"setMaxListeners","url":"classes/searchboxctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":440,"kind":2048,"name":"getMaxListeners","url":"classes/searchboxctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":441,"kind":2048,"name":"listeners","url":"classes/searchboxctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":442,"kind":2048,"name":"rawListeners","url":"classes/searchboxctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":443,"kind":2048,"name":"emit","url":"classes/searchboxctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":444,"kind":2048,"name":"eventNames","url":"classes/searchboxctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":445,"kind":2048,"name":"listenerCount","url":"classes/searchboxctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":446,"kind":128,"name":"RelFinderDialogCtrl","url":"classes/relfinderdialogctrl.html","classes":"tsd-kind-class"},{"id":447,"kind":2048,"name":"getTypeName","url":"classes/relfinderdialogctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderDialogCtrl"},{"id":448,"kind":2048,"name":"onBindElement","url":"classes/relfinderdialogctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderDialogCtrl"},{"id":449,"kind":2048,"name":"getSelectedNodeIds","url":"classes/relfinderdialogctrl.html#getselectednodeids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderDialogCtrl"},{"id":450,"kind":2048,"name":"selectNodes","url":"classes/relfinderdialogctrl.html#selectnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderDialogCtrl"},{"id":451,"kind":1024,"name":"_htmlContainer","url":"classes/relfinderdialogctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":452,"kind":1024,"name":"_position","url":"classes/relfinderdialogctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":453,"kind":65536,"name":"__type","url":"classes/relfinderdialogctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"RelFinderDialogCtrl._position"},{"id":454,"kind":512,"name":"constructor","url":"classes/relfinderdialogctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":455,"kind":2048,"name":"bindElement","url":"classes/relfinderdialogctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":456,"kind":2048,"name":"createContainerIfAbsent","url":"classes/relfinderdialogctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":457,"kind":2048,"name":"onCreate","url":"classes/relfinderdialogctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":458,"kind":2048,"name":"show","url":"classes/relfinderdialogctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":459,"kind":2048,"name":"setPosition","url":"classes/relfinderdialogctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":460,"kind":2048,"name":"hide","url":"classes/relfinderdialogctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":461,"kind":2048,"name":"onResize","url":"classes/relfinderdialogctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":462,"kind":2048,"name":"onDestroy","url":"classes/relfinderdialogctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":463,"kind":1024,"name":"_disabled","url":"classes/relfinderdialogctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":464,"kind":2048,"name":"enable","url":"classes/relfinderdialogctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":465,"kind":2048,"name":"disable","url":"classes/relfinderdialogctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":466,"kind":2048,"name":"listenerCount","url":"classes/relfinderdialogctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderDialogCtrl"},{"id":467,"kind":1024,"name":"defaultMaxListeners","url":"classes/relfinderdialogctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderDialogCtrl"},{"id":468,"kind":2048,"name":"addListener","url":"classes/relfinderdialogctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":469,"kind":2048,"name":"on","url":"classes/relfinderdialogctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":470,"kind":2048,"name":"once","url":"classes/relfinderdialogctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":471,"kind":2048,"name":"prependListener","url":"classes/relfinderdialogctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":472,"kind":2048,"name":"prependOnceListener","url":"classes/relfinderdialogctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":473,"kind":2048,"name":"removeListener","url":"classes/relfinderdialogctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":474,"kind":2048,"name":"removeAllListeners","url":"classes/relfinderdialogctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":475,"kind":2048,"name":"setMaxListeners","url":"classes/relfinderdialogctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":476,"kind":2048,"name":"getMaxListeners","url":"classes/relfinderdialogctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":477,"kind":2048,"name":"listeners","url":"classes/relfinderdialogctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":478,"kind":2048,"name":"rawListeners","url":"classes/relfinderdialogctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":479,"kind":2048,"name":"emit","url":"classes/relfinderdialogctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":480,"kind":2048,"name":"eventNames","url":"classes/relfinderdialogctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":481,"kind":2048,"name":"listenerCount","url":"classes/relfinderdialogctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":482,"kind":128,"name":"i18n","url":"classes/i18n.html","classes":"tsd-kind-class"},{"id":483,"kind":1024,"name":"RESOURCE_BUNDLE","url":"classes/i18n.html#resource_bundle","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":484,"kind":2097152,"name":"MESSAGES_EN","url":"classes/i18n.html#messages_en","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":485,"kind":32,"name":"INITIALING","url":"classes/i18n.html#messages_en.initialing-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES_EN"},{"id":486,"kind":32,"name":"LOADING_GRAPH","url":"classes/i18n.html#messages_en.loading_graph-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES_EN"},{"id":487,"kind":2097152,"name":"MESSAGES","url":"classes/i18n.html#messages","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":488,"kind":32,"name":"default","url":"classes/i18n.html#messages.default","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES"},{"id":489,"kind":65536,"name":"__type","url":"classes/i18n.html#messages.default.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"i18n.MESSAGES.default"},{"id":490,"kind":32,"name":"INITIALING","url":"classes/i18n.html#messages.default.__type.initialing","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.default.__type"},{"id":491,"kind":32,"name":"LOADING_GRAPH","url":"classes/i18n.html#messages.default.__type.loading_graph","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.default.__type"},{"id":492,"kind":32,"name":"en","url":"classes/i18n.html#messages.en","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES"},{"id":493,"kind":65536,"name":"__type","url":"classes/i18n.html#messages.en.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"i18n.MESSAGES.en"},{"id":494,"kind":32,"name":"INITIALING","url":"classes/i18n.html#messages.en.__type-1.initialing-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.en.__type"},{"id":495,"kind":32,"name":"LOADING_GRAPH","url":"classes/i18n.html#messages.en.__type-1.loading_graph-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.en.__type"},{"id":496,"kind":2048,"name":"setLanguage","url":"classes/i18n.html#setlanguage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":497,"kind":2048,"name":"getMessage","url":"classes/i18n.html#getmessage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":498,"kind":128,"name":"MessageBoxCtrl","url":"classes/messageboxctrl.html","classes":"tsd-kind-class"},{"id":499,"kind":2048,"name":"getTypeName","url":"classes/messageboxctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MessageBoxCtrl"},{"id":500,"kind":2048,"name":"onBindElement","url":"classes/messageboxctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MessageBoxCtrl"},{"id":501,"kind":2048,"name":"showMessage","url":"classes/messageboxctrl.html#showmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MessageBoxCtrl"},{"id":502,"kind":2048,"name":"hideMessage","url":"classes/messageboxctrl.html#hidemessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MessageBoxCtrl"},{"id":503,"kind":2048,"name":"onResize","url":"classes/messageboxctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MessageBoxCtrl"},{"id":504,"kind":1024,"name":"_htmlContainer","url":"classes/messageboxctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":505,"kind":1024,"name":"_position","url":"classes/messageboxctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":506,"kind":65536,"name":"__type","url":"classes/messageboxctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MessageBoxCtrl._position"},{"id":507,"kind":512,"name":"constructor","url":"classes/messageboxctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":508,"kind":2048,"name":"bindElement","url":"classes/messageboxctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":509,"kind":2048,"name":"createContainerIfAbsent","url":"classes/messageboxctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":510,"kind":2048,"name":"onCreate","url":"classes/messageboxctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":511,"kind":2048,"name":"show","url":"classes/messageboxctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":512,"kind":2048,"name":"setPosition","url":"classes/messageboxctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":513,"kind":2048,"name":"hide","url":"classes/messageboxctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":514,"kind":2048,"name":"onDestroy","url":"classes/messageboxctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":515,"kind":1024,"name":"_disabled","url":"classes/messageboxctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":516,"kind":2048,"name":"enable","url":"classes/messageboxctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":517,"kind":2048,"name":"disable","url":"classes/messageboxctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":518,"kind":2048,"name":"listenerCount","url":"classes/messageboxctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"MessageBoxCtrl"},{"id":519,"kind":1024,"name":"defaultMaxListeners","url":"classes/messageboxctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"MessageBoxCtrl"},{"id":520,"kind":2048,"name":"addListener","url":"classes/messageboxctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":521,"kind":2048,"name":"on","url":"classes/messageboxctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":522,"kind":2048,"name":"once","url":"classes/messageboxctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":523,"kind":2048,"name":"prependListener","url":"classes/messageboxctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":524,"kind":2048,"name":"prependOnceListener","url":"classes/messageboxctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":525,"kind":2048,"name":"removeListener","url":"classes/messageboxctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":526,"kind":2048,"name":"removeAllListeners","url":"classes/messageboxctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":527,"kind":2048,"name":"setMaxListeners","url":"classes/messageboxctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":528,"kind":2048,"name":"getMaxListeners","url":"classes/messageboxctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":529,"kind":2048,"name":"listeners","url":"classes/messageboxctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":530,"kind":2048,"name":"rawListeners","url":"classes/messageboxctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":531,"kind":2048,"name":"emit","url":"classes/messageboxctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":532,"kind":2048,"name":"eventNames","url":"classes/messageboxctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":533,"kind":2048,"name":"listenerCount","url":"classes/messageboxctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":534,"kind":128,"name":"StatusBarCtrl","url":"classes/statusbarctrl.html","classes":"tsd-kind-class"},{"id":535,"kind":2048,"name":"getTypeName","url":"classes/statusbarctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"StatusBarCtrl"},{"id":536,"kind":2048,"name":"showMessage","url":"classes/statusbarctrl.html#showmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"StatusBarCtrl"},{"id":537,"kind":1024,"name":"_htmlContainer","url":"classes/statusbarctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":538,"kind":1024,"name":"_position","url":"classes/statusbarctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":539,"kind":65536,"name":"__type","url":"classes/statusbarctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"StatusBarCtrl._position"},{"id":540,"kind":512,"name":"constructor","url":"classes/statusbarctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":541,"kind":2048,"name":"onBindElement","url":"classes/statusbarctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":542,"kind":2048,"name":"bindElement","url":"classes/statusbarctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":543,"kind":2048,"name":"createContainerIfAbsent","url":"classes/statusbarctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":544,"kind":2048,"name":"onCreate","url":"classes/statusbarctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":545,"kind":2048,"name":"show","url":"classes/statusbarctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":546,"kind":2048,"name":"setPosition","url":"classes/statusbarctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":547,"kind":2048,"name":"hide","url":"classes/statusbarctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":548,"kind":2048,"name":"onResize","url":"classes/statusbarctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":549,"kind":2048,"name":"onDestroy","url":"classes/statusbarctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":550,"kind":1024,"name":"_disabled","url":"classes/statusbarctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":551,"kind":2048,"name":"enable","url":"classes/statusbarctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":552,"kind":2048,"name":"disable","url":"classes/statusbarctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":553,"kind":2048,"name":"listenerCount","url":"classes/statusbarctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"StatusBarCtrl"},{"id":554,"kind":1024,"name":"defaultMaxListeners","url":"classes/statusbarctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"StatusBarCtrl"},{"id":555,"kind":2048,"name":"addListener","url":"classes/statusbarctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":556,"kind":2048,"name":"on","url":"classes/statusbarctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":557,"kind":2048,"name":"once","url":"classes/statusbarctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":558,"kind":2048,"name":"prependListener","url":"classes/statusbarctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":559,"kind":2048,"name":"prependOnceListener","url":"classes/statusbarctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":560,"kind":2048,"name":"removeListener","url":"classes/statusbarctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":561,"kind":2048,"name":"removeAllListeners","url":"classes/statusbarctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":562,"kind":2048,"name":"setMaxListeners","url":"classes/statusbarctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":563,"kind":2048,"name":"getMaxListeners","url":"classes/statusbarctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":564,"kind":2048,"name":"listeners","url":"classes/statusbarctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":565,"kind":2048,"name":"rawListeners","url":"classes/statusbarctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":566,"kind":2048,"name":"emit","url":"classes/statusbarctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":567,"kind":2048,"name":"eventNames","url":"classes/statusbarctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":568,"kind":2048,"name":"listenerCount","url":"classes/statusbarctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":569,"kind":128,"name":"RelListCtrl","url":"classes/rellistctrl.html","classes":"tsd-kind-class"},{"id":570,"kind":2048,"name":"getTypeName","url":"classes/rellistctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelListCtrl"},{"id":571,"kind":2048,"name":"onBindElement","url":"classes/rellistctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelListCtrl"},{"id":572,"kind":1024,"name":"_htmlContainer","url":"classes/rellistctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":573,"kind":1024,"name":"_position","url":"classes/rellistctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":574,"kind":65536,"name":"__type","url":"classes/rellistctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"RelListCtrl._position"},{"id":575,"kind":512,"name":"constructor","url":"classes/rellistctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":576,"kind":2048,"name":"bindElement","url":"classes/rellistctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":577,"kind":2048,"name":"createContainerIfAbsent","url":"classes/rellistctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":578,"kind":2048,"name":"onCreate","url":"classes/rellistctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":579,"kind":2048,"name":"show","url":"classes/rellistctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":580,"kind":2048,"name":"setPosition","url":"classes/rellistctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":581,"kind":2048,"name":"hide","url":"classes/rellistctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":582,"kind":2048,"name":"onResize","url":"classes/rellistctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":583,"kind":2048,"name":"onDestroy","url":"classes/rellistctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":584,"kind":1024,"name":"_disabled","url":"classes/rellistctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":585,"kind":2048,"name":"enable","url":"classes/rellistctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":586,"kind":2048,"name":"disable","url":"classes/rellistctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":587,"kind":2048,"name":"listenerCount","url":"classes/rellistctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelListCtrl"},{"id":588,"kind":1024,"name":"defaultMaxListeners","url":"classes/rellistctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelListCtrl"},{"id":589,"kind":2048,"name":"addListener","url":"classes/rellistctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":590,"kind":2048,"name":"on","url":"classes/rellistctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":591,"kind":2048,"name":"once","url":"classes/rellistctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":592,"kind":2048,"name":"prependListener","url":"classes/rellistctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":593,"kind":2048,"name":"prependOnceListener","url":"classes/rellistctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":594,"kind":2048,"name":"removeListener","url":"classes/rellistctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":595,"kind":2048,"name":"removeAllListeners","url":"classes/rellistctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":596,"kind":2048,"name":"setMaxListeners","url":"classes/rellistctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":597,"kind":2048,"name":"getMaxListeners","url":"classes/rellistctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":598,"kind":2048,"name":"listeners","url":"classes/rellistctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":599,"kind":2048,"name":"rawListeners","url":"classes/rellistctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":600,"kind":2048,"name":"emit","url":"classes/rellistctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":601,"kind":2048,"name":"eventNames","url":"classes/rellistctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":602,"kind":2048,"name":"listenerCount","url":"classes/rellistctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":603,"kind":128,"name":"ImageUploadCtrl","url":"classes/imageuploadctrl.html","classes":"tsd-kind-class"},{"id":604,"kind":1024,"name":"_frame","url":"classes/imageuploadctrl.html#_frame","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":605,"kind":1024,"name":"_modal","url":"classes/imageuploadctrl.html#_modal","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":606,"kind":1024,"name":"_modalCloser","url":"classes/imageuploadctrl.html#_modalcloser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":607,"kind":1024,"name":"_tabs","url":"classes/imageuploadctrl.html#_tabs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":608,"kind":1024,"name":"_tabContents","url":"classes/imageuploadctrl.html#_tabcontents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":609,"kind":1024,"name":"_fileUploader","url":"classes/imageuploadctrl.html#_fileuploader","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":610,"kind":1024,"name":"_uploadBtns","url":"classes/imageuploadctrl.html#_uploadbtns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":611,"kind":1024,"name":"_deleteBtns","url":"classes/imageuploadctrl.html#_deletebtns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":612,"kind":1024,"name":"_url","url":"classes/imageuploadctrl.html#_url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":613,"kind":1024,"name":"_cam","url":"classes/imageuploadctrl.html#_cam","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":614,"kind":2048,"name":"getTypeName","url":"classes/imageuploadctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageUploadCtrl"},{"id":615,"kind":2048,"name":"onBindElement","url":"classes/imageuploadctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageUploadCtrl"},{"id":616,"kind":1024,"name":"_htmlContainer","url":"classes/imageuploadctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":617,"kind":1024,"name":"_position","url":"classes/imageuploadctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":618,"kind":65536,"name":"__type","url":"classes/imageuploadctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ImageUploadCtrl._position"},{"id":619,"kind":512,"name":"constructor","url":"classes/imageuploadctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":620,"kind":2048,"name":"bindElement","url":"classes/imageuploadctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":621,"kind":2048,"name":"createContainerIfAbsent","url":"classes/imageuploadctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":622,"kind":2048,"name":"onCreate","url":"classes/imageuploadctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":623,"kind":2048,"name":"show","url":"classes/imageuploadctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":624,"kind":2048,"name":"setPosition","url":"classes/imageuploadctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":625,"kind":2048,"name":"hide","url":"classes/imageuploadctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":626,"kind":2048,"name":"onResize","url":"classes/imageuploadctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":627,"kind":2048,"name":"onDestroy","url":"classes/imageuploadctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":628,"kind":1024,"name":"_disabled","url":"classes/imageuploadctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":629,"kind":2048,"name":"enable","url":"classes/imageuploadctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":630,"kind":2048,"name":"disable","url":"classes/imageuploadctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":631,"kind":2048,"name":"listenerCount","url":"classes/imageuploadctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ImageUploadCtrl"},{"id":632,"kind":1024,"name":"defaultMaxListeners","url":"classes/imageuploadctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ImageUploadCtrl"},{"id":633,"kind":2048,"name":"addListener","url":"classes/imageuploadctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":634,"kind":2048,"name":"on","url":"classes/imageuploadctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":635,"kind":2048,"name":"once","url":"classes/imageuploadctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":636,"kind":2048,"name":"prependListener","url":"classes/imageuploadctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":637,"kind":2048,"name":"prependOnceListener","url":"classes/imageuploadctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":638,"kind":2048,"name":"removeListener","url":"classes/imageuploadctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":639,"kind":2048,"name":"removeAllListeners","url":"classes/imageuploadctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":640,"kind":2048,"name":"setMaxListeners","url":"classes/imageuploadctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":641,"kind":2048,"name":"getMaxListeners","url":"classes/imageuploadctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":642,"kind":2048,"name":"listeners","url":"classes/imageuploadctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":643,"kind":2048,"name":"rawListeners","url":"classes/imageuploadctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":644,"kind":2048,"name":"emit","url":"classes/imageuploadctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":645,"kind":2048,"name":"eventNames","url":"classes/imageuploadctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":646,"kind":2048,"name":"listenerCount","url":"classes/imageuploadctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":647,"kind":128,"name":"Uploader","url":"classes/uploader.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":648,"kind":512,"name":"constructor","url":"classes/uploader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":649,"kind":2048,"name":"init","url":"classes/uploader.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":650,"kind":2048,"name":"onDragover","url":"classes/uploader.html#ondragover","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static tsd-is-not-exported","parent":"Uploader"},{"id":651,"kind":2048,"name":"onDrop","url":"classes/uploader.html#ondrop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":652,"kind":2048,"name":"eventClickInit","url":"classes/uploader.html#eventclickinit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":653,"kind":2048,"name":"onChangeUploadFile","url":"classes/uploader.html#onchangeuploadfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":654,"kind":2048,"name":"createImageUploadDialog","url":"classes/uploader.html#createimageuploaddialog","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":655,"kind":2048,"name":"preview","url":"classes/uploader.html#preview","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":656,"kind":2048,"name":"cleanFile","url":"classes/uploader.html#cleanfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":657,"kind":262144,"name":"file","url":"classes/uploader.html#file","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":658,"kind":128,"name":"Camera","url":"classes/camera.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":659,"kind":512,"name":"constructor","url":"classes/camera.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":660,"kind":262144,"name":"photo","url":"classes/camera.html#photo","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":661,"kind":262144,"name":"opening","url":"classes/camera.html#opening","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":662,"kind":2048,"name":"initCam","url":"classes/camera.html#initcam","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":663,"kind":2048,"name":"closeCam","url":"classes/camera.html#closecam","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":664,"kind":2048,"name":"takePhoto","url":"classes/camera.html#takephoto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":665,"kind":2048,"name":"reTake","url":"classes/camera.html#retake","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":666,"kind":128,"name":"ResultListCtrl","url":"classes/resultlistctrl.html","classes":"tsd-kind-class"},{"id":667,"kind":2048,"name":"getTypeName","url":"classes/resultlistctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":668,"kind":2048,"name":"onBindElement","url":"classes/resultlistctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":669,"kind":2048,"name":"hide","url":"classes/resultlistctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":670,"kind":2048,"name":"show","url":"classes/resultlistctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":671,"kind":2048,"name":"addNodes","url":"classes/resultlistctrl.html#addnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ResultListCtrl"},{"id":672,"kind":2048,"name":"delNodes","url":"classes/resultlistctrl.html#delnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ResultListCtrl"},{"id":673,"kind":2048,"name":"clearList","url":"classes/resultlistctrl.html#clearlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ResultListCtrl"},{"id":674,"kind":1024,"name":"_htmlContainer","url":"classes/resultlistctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":675,"kind":1024,"name":"_position","url":"classes/resultlistctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":676,"kind":65536,"name":"__type","url":"classes/resultlistctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ResultListCtrl._position"},{"id":677,"kind":512,"name":"constructor","url":"classes/resultlistctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":678,"kind":2048,"name":"bindElement","url":"classes/resultlistctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":679,"kind":2048,"name":"createContainerIfAbsent","url":"classes/resultlistctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":680,"kind":2048,"name":"onCreate","url":"classes/resultlistctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":681,"kind":2048,"name":"setPosition","url":"classes/resultlistctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":682,"kind":2048,"name":"onResize","url":"classes/resultlistctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":683,"kind":2048,"name":"onDestroy","url":"classes/resultlistctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":684,"kind":1024,"name":"_disabled","url":"classes/resultlistctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":685,"kind":2048,"name":"enable","url":"classes/resultlistctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":686,"kind":2048,"name":"disable","url":"classes/resultlistctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":687,"kind":2048,"name":"listenerCount","url":"classes/resultlistctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ResultListCtrl"},{"id":688,"kind":1024,"name":"defaultMaxListeners","url":"classes/resultlistctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ResultListCtrl"},{"id":689,"kind":2048,"name":"addListener","url":"classes/resultlistctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":690,"kind":2048,"name":"on","url":"classes/resultlistctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":691,"kind":2048,"name":"once","url":"classes/resultlistctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":692,"kind":2048,"name":"prependListener","url":"classes/resultlistctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":693,"kind":2048,"name":"prependOnceListener","url":"classes/resultlistctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":694,"kind":2048,"name":"removeListener","url":"classes/resultlistctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":695,"kind":2048,"name":"removeAllListeners","url":"classes/resultlistctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":696,"kind":2048,"name":"setMaxListeners","url":"classes/resultlistctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":697,"kind":2048,"name":"getMaxListeners","url":"classes/resultlistctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":698,"kind":2048,"name":"listeners","url":"classes/resultlistctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":699,"kind":2048,"name":"rawListeners","url":"classes/resultlistctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":700,"kind":2048,"name":"emit","url":"classes/resultlistctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":701,"kind":2048,"name":"eventNames","url":"classes/resultlistctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":702,"kind":2048,"name":"listenerCount","url":"classes/resultlistctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":703,"kind":128,"name":"ContextCtrl","url":"classes/contextctrl.html","classes":"tsd-kind-class"},{"id":704,"kind":2048,"name":"getTypeName","url":"classes/contextctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContextCtrl"},{"id":705,"kind":2048,"name":"onCreate","url":"classes/contextctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContextCtrl"},{"id":706,"kind":2048,"name":"onDestroy","url":"classes/contextctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContextCtrl"},{"id":707,"kind":1024,"name":"_disabled","url":"classes/contextctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":708,"kind":512,"name":"constructor","url":"classes/contextctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ContextCtrl"},{"id":709,"kind":2048,"name":"enable","url":"classes/contextctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextCtrl"},{"id":710,"kind":2048,"name":"disable","url":"classes/contextctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextCtrl"},{"id":711,"kind":2048,"name":"listenerCount","url":"classes/contextctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ContextCtrl"},{"id":712,"kind":1024,"name":"defaultMaxListeners","url":"classes/contextctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ContextCtrl"},{"id":713,"kind":2048,"name":"addListener","url":"classes/contextctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":714,"kind":2048,"name":"on","url":"classes/contextctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":715,"kind":2048,"name":"once","url":"classes/contextctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":716,"kind":2048,"name":"prependListener","url":"classes/contextctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":717,"kind":2048,"name":"prependOnceListener","url":"classes/contextctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":718,"kind":2048,"name":"removeListener","url":"classes/contextctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":719,"kind":2048,"name":"removeAllListeners","url":"classes/contextctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":720,"kind":2048,"name":"setMaxListeners","url":"classes/contextctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":721,"kind":2048,"name":"getMaxListeners","url":"classes/contextctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":722,"kind":2048,"name":"listeners","url":"classes/contextctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":723,"kind":2048,"name":"rawListeners","url":"classes/contextctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":724,"kind":2048,"name":"emit","url":"classes/contextctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":725,"kind":2048,"name":"eventNames","url":"classes/contextctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":726,"kind":2048,"name":"listenerCount","url":"classes/contextctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":727,"kind":128,"name":"Context","url":"classes/context.html","classes":"tsd-kind-class"},{"id":728,"kind":2048,"name":"dom","url":"classes/context.html#dom","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":729,"kind":2048,"name":"valid","url":"classes/context.html#valid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":730,"kind":2048,"name":"buildItem","url":"classes/context.html#builditem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":731,"kind":2048,"name":"build","url":"classes/context.html#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":732,"kind":2048,"name":"getNormalizedEvent","url":"classes/context.html#getnormalizedevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":733,"kind":2048,"name":"getPosition","url":"classes/context.html#getposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":734,"kind":2048,"name":"bind","url":"classes/context.html#bind","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":735,"kind":2048,"name":"show","url":"classes/context.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":736,"kind":2048,"name":"visible","url":"classes/context.html#visible","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":737,"kind":2048,"name":"close","url":"classes/context.html#close","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":738,"kind":128,"name":"MainFrame","url":"classes/mainframe.html","classes":"tsd-kind-class"},{"id":739,"kind":1024,"name":"_ctrls","url":"classes/mainframe.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"MainFrame"},{"id":740,"kind":512,"name":"constructor","url":"classes/mainframe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MainFrame"},{"id":741,"kind":2048,"name":"emit","url":"classes/mainframe.html#emit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":742,"kind":2048,"name":"fire","url":"classes/mainframe.html#fire","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":743,"kind":2048,"name":"on","url":"classes/mainframe.html#on","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":744,"kind":2048,"name":"off","url":"classes/mainframe.html#off","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":745,"kind":2048,"name":"getGraphService","url":"classes/mainframe.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":746,"kind":2048,"name":"getScreenData","url":"classes/mainframe.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":747,"kind":2048,"name":"removeControlLike","url":"classes/mainframe.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MainFrame"},{"id":748,"kind":2048,"name":"getRequiredControl","url":"classes/mainframe.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":749,"kind":2048,"name":"getRequiredControlLike","url":"classes/mainframe.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MainFrame"},{"id":750,"kind":2048,"name":"addControl","url":"classes/mainframe.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MainFrame"},{"id":751,"kind":2048,"name":"addDocumentControls","url":"classes/mainframe.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MainFrame"},{"id":752,"kind":2048,"name":"connectService","url":"classes/mainframe.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":753,"kind":2048,"name":"updateTheme","url":"classes/mainframe.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":754,"kind":2048,"name":"updateNetworkOptions","url":"classes/mainframe.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":755,"kind":2048,"name":"scaleTo","url":"classes/mainframe.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":756,"kind":2048,"name":"fits","url":"classes/mainframe.html#fits","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":757,"kind":2048,"name":"redraw","url":"classes/mainframe.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":758,"kind":2048,"name":"search","url":"classes/mainframe.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":759,"kind":2048,"name":"searchImage","url":"classes/mainframe.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":760,"kind":2048,"name":"updateGraph","url":"classes/mainframe.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":761,"kind":2048,"name":"updateNodes","url":"classes/mainframe.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":762,"kind":2048,"name":"updateEdges","url":"classes/mainframe.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":763,"kind":2048,"name":"showNodesOfCategory","url":"classes/mainframe.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":764,"kind":2048,"name":"clearScreen","url":"classes/mainframe.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":765,"kind":2048,"name":"setDynamic","url":"classes/mainframe.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":766,"kind":2048,"name":"loadGraph","url":"classes/mainframe.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":767,"kind":2048,"name":"lockScale","url":"classes/mainframe.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":768,"kind":2048,"name":"insertNodes","url":"classes/mainframe.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":769,"kind":2048,"name":"deleteNodes","url":"classes/mainframe.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":770,"kind":2048,"name":"focusNodes","url":"classes/mainframe.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":771,"kind":2048,"name":"highlightNodes","url":"classes/mainframe.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":772,"kind":2048,"name":"focusEdges","url":"classes/mainframe.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":773,"kind":2048,"name":"insertEdges","url":"classes/mainframe.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":774,"kind":2048,"name":"getNodeById","url":"classes/mainframe.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":775,"kind":2048,"name":"placeNodes","url":"classes/mainframe.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":776,"kind":2048,"name":"_notifyControls","url":"classes/mainframe.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MainFrame"},{"id":777,"kind":2048,"name":"notifyClearAll","url":"classes/mainframe.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":778,"kind":128,"name":"ControlFactory","url":"classes/controlfactory.html","classes":"tsd-kind-class"},{"id":779,"kind":512,"name":"constructor","url":"classes/controlfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ControlFactory"},{"id":780,"kind":2048,"name":"createControl","url":"classes/controlfactory.html#createcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ControlFactory"},{"id":781,"kind":32,"name":"CANVAS_PADDING","url":"index.html#canvas_padding","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":782,"kind":32,"name":"MAX_EDGES_COUNT","url":"index.html#max_edges_count","classes":"tsd-kind-variable"},{"id":783,"kind":32,"name":"MAX_NODES_COUNT","url":"index.html#max_nodes_count","classes":"tsd-kind-variable"},{"id":784,"kind":128,"name":"LocalGraph","url":"classes/localgraph.html","classes":"tsd-kind-class"},{"id":785,"kind":2048,"name":"fromGson","url":"classes/localgraph.html#fromgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LocalGraph"},{"id":786,"kind":2048,"name":"fromGsonString","url":"classes/localgraph.html#fromgsonstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LocalGraph"},{"id":787,"kind":2048,"name":"fromGsonFile","url":"classes/localgraph.html#fromgsonfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LocalGraph"},{"id":788,"kind":2048,"name":"requestGetNodeCategories","url":"classes/localgraph.html#requestgetnodecategories","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":789,"kind":2048,"name":"_async","url":"classes/localgraph.html#_async","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":790,"kind":2048,"name":"requestConnect","url":"classes/localgraph.html#requestconnect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":791,"kind":2048,"name":"requestGetCommunityData","url":"classes/localgraph.html#requestgetcommunitydata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":792,"kind":2048,"name":"requestGetNodeInfos","url":"classes/localgraph.html#requestgetnodeinfos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":793,"kind":2048,"name":"requestLoadGraph","url":"classes/localgraph.html#requestloadgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":794,"kind":2048,"name":"requestSearch","url":"classes/localgraph.html#requestsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":795,"kind":2048,"name":"requestGetNeighbours","url":"classes/localgraph.html#requestgetneighbours","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":796,"kind":2048,"name":"requestFilterNodesByCategory","url":"classes/localgraph.html#requestfilternodesbycategory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":797,"kind":2048,"name":"requestFindRelations","url":"classes/localgraph.html#requestfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":798,"kind":2048,"name":"requestGetMoreRelations","url":"classes/localgraph.html#requestgetmorerelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":799,"kind":2048,"name":"requestStopFindRelations","url":"classes/localgraph.html#requeststopfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":800,"kind":2048,"name":"findRelations","url":"classes/localgraph.html#findrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":801,"kind":2048,"name":"requestImageSearch","url":"classes/localgraph.html#requestimagesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":802,"kind":128,"name":"FindRelationsTask","url":"classes/findrelationstask.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":803,"kind":1024,"name":"_taskId","url":"classes/findrelationstask.html#_taskid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":804,"kind":1024,"name":"_pointer","url":"classes/findrelationstask.html#_pointer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":805,"kind":1024,"name":"_completed","url":"classes/findrelationstask.html#_completed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":806,"kind":1024,"name":"_timerId","url":"classes/findrelationstask.html#_timerid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":807,"kind":1024,"name":"paths","url":"classes/findrelationstask.html#paths","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":808,"kind":512,"name":"constructor","url":"classes/findrelationstask.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":809,"kind":2048,"name":"start","url":"classes/findrelationstask.html#start","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":810,"kind":2048,"name":"readMore","url":"classes/findrelationstask.html#readmore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":811,"kind":2048,"name":"stop","url":"classes/findrelationstask.html#stop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":812,"kind":128,"name":"FindRelationsTaskManager","url":"classes/findrelationstaskmanager.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":813,"kind":2048,"name":"createTask","url":"classes/findrelationstaskmanager.html#createtask","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTaskManager"},{"id":814,"kind":2048,"name":"getTask","url":"classes/findrelationstaskmanager.html#gettask","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTaskManager"},{"id":815,"kind":128,"name":"RemoteGraph","url":"classes/remotegraph.html","classes":"tsd-kind-class"},{"id":816,"kind":512,"name":"constructor","url":"classes/remotegraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RemoteGraph"},{"id":817,"kind":2048,"name":"requestConnect","url":"classes/remotegraph.html#requestconnect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":818,"kind":2048,"name":"requestGetNodeInfos","url":"classes/remotegraph.html#requestgetnodeinfos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":819,"kind":2048,"name":"requestLoadGraph","url":"classes/remotegraph.html#requestloadgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":820,"kind":2048,"name":"requestSearch","url":"classes/remotegraph.html#requestsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":821,"kind":2048,"name":"requestGetNeighbours","url":"classes/remotegraph.html#requestgetneighbours","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":822,"kind":2048,"name":"requestGetNodeCategories","url":"classes/remotegraph.html#requestgetnodecategories","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":823,"kind":2048,"name":"requestGetCommunityData","url":"classes/remotegraph.html#requestgetcommunitydata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":824,"kind":2048,"name":"requestFilterNodesByCategory","url":"classes/remotegraph.html#requestfilternodesbycategory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":825,"kind":2048,"name":"requestFindRelations","url":"classes/remotegraph.html#requestfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":826,"kind":2048,"name":"requestGetMoreRelations","url":"classes/remotegraph.html#requestgetmorerelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":827,"kind":2048,"name":"requestStopFindRelations","url":"classes/remotegraph.html#requeststopfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":828,"kind":2048,"name":"requestImageSearch","url":"classes/remotegraph.html#requestimagesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":829,"kind":128,"name":"SelectionCtrl","url":"classes/selectionctrl.html","classes":"tsd-kind-class"},{"id":830,"kind":2048,"name":"getTypeName","url":"classes/selectionctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SelectionCtrl"},{"id":831,"kind":2048,"name":"flagNodes","url":"classes/selectionctrl.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SelectionCtrl"},{"id":832,"kind":2048,"name":"unflagNodes","url":"classes/selectionctrl.html#unflagnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SelectionCtrl"},{"id":833,"kind":2048,"name":"clear","url":"classes/selectionctrl.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SelectionCtrl"},{"id":834,"kind":2048,"name":"onCreate","url":"classes/selectionctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SelectionCtrl"},{"id":835,"kind":2048,"name":"onDestroy","url":"classes/selectionctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SelectionCtrl"},{"id":836,"kind":1024,"name":"_disabled","url":"classes/selectionctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":837,"kind":512,"name":"constructor","url":"classes/selectionctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SelectionCtrl"},{"id":838,"kind":2048,"name":"enable","url":"classes/selectionctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SelectionCtrl"},{"id":839,"kind":2048,"name":"disable","url":"classes/selectionctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SelectionCtrl"},{"id":840,"kind":2048,"name":"listenerCount","url":"classes/selectionctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SelectionCtrl"},{"id":841,"kind":1024,"name":"defaultMaxListeners","url":"classes/selectionctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SelectionCtrl"},{"id":842,"kind":2048,"name":"addListener","url":"classes/selectionctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":843,"kind":2048,"name":"on","url":"classes/selectionctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":844,"kind":2048,"name":"once","url":"classes/selectionctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":845,"kind":2048,"name":"prependListener","url":"classes/selectionctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":846,"kind":2048,"name":"prependOnceListener","url":"classes/selectionctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":847,"kind":2048,"name":"removeListener","url":"classes/selectionctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":848,"kind":2048,"name":"removeAllListeners","url":"classes/selectionctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":849,"kind":2048,"name":"setMaxListeners","url":"classes/selectionctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":850,"kind":2048,"name":"getMaxListeners","url":"classes/selectionctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":851,"kind":2048,"name":"listeners","url":"classes/selectionctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":852,"kind":2048,"name":"rawListeners","url":"classes/selectionctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":853,"kind":2048,"name":"emit","url":"classes/selectionctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":854,"kind":2048,"name":"eventNames","url":"classes/selectionctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":855,"kind":2048,"name":"listenerCount","url":"classes/selectionctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":856,"kind":128,"name":"BaseApp","url":"classes/baseapp.html","classes":"tsd-kind-class"},{"id":857,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/baseapp.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":858,"kind":1024,"name":"_messageBox","url":"classes/baseapp.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":859,"kind":1024,"name":"_selector","url":"classes/baseapp.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":860,"kind":1024,"name":"_context","url":"classes/baseapp.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":861,"kind":512,"name":"constructor","url":"classes/baseapp.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"BaseApp"},{"id":862,"kind":2048,"name":"flagNodes","url":"classes/baseapp.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":863,"kind":2048,"name":"onCreateFrame","url":"classes/baseapp.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":864,"kind":2048,"name":"loadGson","url":"classes/baseapp.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":865,"kind":2048,"name":"connect","url":"classes/baseapp.html#connect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":866,"kind":2048,"name":"showGraph","url":"classes/baseapp.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":867,"kind":2048,"name":"pickup","url":"classes/baseapp.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":868,"kind":2048,"name":"toggleWeights","url":"classes/baseapp.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":869,"kind":2048,"name":"toggleEdges","url":"classes/baseapp.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":870,"kind":2048,"name":"toggleFaces","url":"classes/baseapp.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":871,"kind":2048,"name":"toggleShadow","url":"classes/baseapp.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":872,"kind":2048,"name":"toggleNavigationButtons","url":"classes/baseapp.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":873,"kind":2048,"name":"toggleNodeBorder","url":"classes/baseapp.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":874,"kind":2048,"name":"togglePhysics","url":"classes/baseapp.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":875,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/baseapp.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":876,"kind":2048,"name":"toggleEdgeColor","url":"classes/baseapp.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":877,"kind":2048,"name":"toggleDraggable","url":"classes/baseapp.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":878,"kind":2048,"name":"updateTheme","url":"classes/baseapp.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BaseApp"},{"id":879,"kind":1024,"name":"_ctrls","url":"classes/baseapp.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"BaseApp"},{"id":880,"kind":2048,"name":"emit","url":"classes/baseapp.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":881,"kind":2048,"name":"fire","url":"classes/baseapp.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":882,"kind":2048,"name":"on","url":"classes/baseapp.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":883,"kind":2048,"name":"off","url":"classes/baseapp.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":884,"kind":2048,"name":"getGraphService","url":"classes/baseapp.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":885,"kind":2048,"name":"getScreenData","url":"classes/baseapp.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":886,"kind":2048,"name":"removeControlLike","url":"classes/baseapp.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"BaseApp"},{"id":887,"kind":2048,"name":"getRequiredControl","url":"classes/baseapp.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":888,"kind":2048,"name":"getRequiredControlLike","url":"classes/baseapp.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"BaseApp"},{"id":889,"kind":2048,"name":"addControl","url":"classes/baseapp.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"BaseApp"},{"id":890,"kind":2048,"name":"addDocumentControls","url":"classes/baseapp.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"BaseApp"},{"id":891,"kind":2048,"name":"connectService","url":"classes/baseapp.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":892,"kind":2048,"name":"updateNetworkOptions","url":"classes/baseapp.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":893,"kind":2048,"name":"scaleTo","url":"classes/baseapp.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":894,"kind":2048,"name":"fits","url":"classes/baseapp.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":895,"kind":2048,"name":"redraw","url":"classes/baseapp.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":896,"kind":2048,"name":"search","url":"classes/baseapp.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":897,"kind":2048,"name":"searchImage","url":"classes/baseapp.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":898,"kind":2048,"name":"updateGraph","url":"classes/baseapp.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":899,"kind":2048,"name":"updateNodes","url":"classes/baseapp.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":900,"kind":2048,"name":"updateEdges","url":"classes/baseapp.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":901,"kind":2048,"name":"showNodesOfCategory","url":"classes/baseapp.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":902,"kind":2048,"name":"clearScreen","url":"classes/baseapp.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":903,"kind":2048,"name":"setDynamic","url":"classes/baseapp.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":904,"kind":2048,"name":"loadGraph","url":"classes/baseapp.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":905,"kind":2048,"name":"lockScale","url":"classes/baseapp.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":906,"kind":2048,"name":"insertNodes","url":"classes/baseapp.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":907,"kind":2048,"name":"deleteNodes","url":"classes/baseapp.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":908,"kind":2048,"name":"focusNodes","url":"classes/baseapp.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":909,"kind":2048,"name":"highlightNodes","url":"classes/baseapp.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":910,"kind":2048,"name":"focusEdges","url":"classes/baseapp.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":911,"kind":2048,"name":"insertEdges","url":"classes/baseapp.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":912,"kind":2048,"name":"getNodeById","url":"classes/baseapp.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":913,"kind":2048,"name":"placeNodes","url":"classes/baseapp.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":914,"kind":2048,"name":"_notifyControls","url":"classes/baseapp.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"BaseApp"},{"id":915,"kind":2048,"name":"notifyClearAll","url":"classes/baseapp.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":916,"kind":128,"name":"ConnectCtrl","url":"classes/connectctrl.html","classes":"tsd-kind-class"},{"id":917,"kind":2048,"name":"getTypeName","url":"classes/connectctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConnectCtrl"},{"id":918,"kind":2048,"name":"onBindElement","url":"classes/connectctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConnectCtrl"},{"id":919,"kind":2048,"name":"loadGsonString","url":"classes/connectctrl.html#loadgsonstring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConnectCtrl"},{"id":920,"kind":2048,"name":"loadGsonUrl","url":"classes/connectctrl.html#loadgsonurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConnectCtrl"},{"id":921,"kind":2048,"name":"loadRemoteServer","url":"classes/connectctrl.html#loadremoteserver","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConnectCtrl"},{"id":922,"kind":2048,"name":"onResize","url":"classes/connectctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConnectCtrl"},{"id":923,"kind":1024,"name":"_htmlContainer","url":"classes/connectctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":924,"kind":1024,"name":"_position","url":"classes/connectctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":925,"kind":65536,"name":"__type","url":"classes/connectctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ConnectCtrl._position"},{"id":926,"kind":512,"name":"constructor","url":"classes/connectctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":927,"kind":2048,"name":"bindElement","url":"classes/connectctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":928,"kind":2048,"name":"createContainerIfAbsent","url":"classes/connectctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":929,"kind":2048,"name":"onCreate","url":"classes/connectctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":930,"kind":2048,"name":"show","url":"classes/connectctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":931,"kind":2048,"name":"setPosition","url":"classes/connectctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":932,"kind":2048,"name":"hide","url":"classes/connectctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":933,"kind":2048,"name":"onDestroy","url":"classes/connectctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":934,"kind":1024,"name":"_disabled","url":"classes/connectctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":935,"kind":2048,"name":"enable","url":"classes/connectctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":936,"kind":2048,"name":"disable","url":"classes/connectctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":937,"kind":2048,"name":"listenerCount","url":"classes/connectctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ConnectCtrl"},{"id":938,"kind":1024,"name":"defaultMaxListeners","url":"classes/connectctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ConnectCtrl"},{"id":939,"kind":2048,"name":"addListener","url":"classes/connectctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":940,"kind":2048,"name":"on","url":"classes/connectctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":941,"kind":2048,"name":"once","url":"classes/connectctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":942,"kind":2048,"name":"prependListener","url":"classes/connectctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":943,"kind":2048,"name":"prependOnceListener","url":"classes/connectctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":944,"kind":2048,"name":"removeListener","url":"classes/connectctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":945,"kind":2048,"name":"removeAllListeners","url":"classes/connectctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":946,"kind":2048,"name":"setMaxListeners","url":"classes/connectctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":947,"kind":2048,"name":"getMaxListeners","url":"classes/connectctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":948,"kind":2048,"name":"listeners","url":"classes/connectctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":949,"kind":2048,"name":"rawListeners","url":"classes/connectctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":950,"kind":2048,"name":"emit","url":"classes/connectctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":951,"kind":2048,"name":"eventNames","url":"classes/connectctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":952,"kind":2048,"name":"listenerCount","url":"classes/connectctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":953,"kind":128,"name":"ExpansionCtrl","url":"classes/expansionctrl.html","classes":"tsd-kind-class"},{"id":954,"kind":2048,"name":"getTypeName","url":"classes/expansionctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpansionCtrl"},{"id":955,"kind":2048,"name":"collapse","url":"classes/expansionctrl.html#collapse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":956,"kind":2048,"name":"isExpanded","url":"classes/expansionctrl.html#isexpanded","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":957,"kind":2048,"name":"clear","url":"classes/expansionctrl.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":958,"kind":2048,"name":"expand","url":"classes/expansionctrl.html#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":959,"kind":2048,"name":"onCreate","url":"classes/expansionctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpansionCtrl"},{"id":960,"kind":2048,"name":"onDestroy","url":"classes/expansionctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpansionCtrl"},{"id":961,"kind":1024,"name":"_disabled","url":"classes/expansionctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":962,"kind":512,"name":"constructor","url":"classes/expansionctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ExpansionCtrl"},{"id":963,"kind":2048,"name":"enable","url":"classes/expansionctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ExpansionCtrl"},{"id":964,"kind":2048,"name":"disable","url":"classes/expansionctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ExpansionCtrl"},{"id":965,"kind":2048,"name":"listenerCount","url":"classes/expansionctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ExpansionCtrl"},{"id":966,"kind":1024,"name":"defaultMaxListeners","url":"classes/expansionctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ExpansionCtrl"},{"id":967,"kind":2048,"name":"addListener","url":"classes/expansionctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":968,"kind":2048,"name":"on","url":"classes/expansionctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":969,"kind":2048,"name":"once","url":"classes/expansionctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":970,"kind":2048,"name":"prependListener","url":"classes/expansionctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":971,"kind":2048,"name":"prependOnceListener","url":"classes/expansionctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":972,"kind":2048,"name":"removeListener","url":"classes/expansionctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":973,"kind":2048,"name":"removeAllListeners","url":"classes/expansionctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":974,"kind":2048,"name":"setMaxListeners","url":"classes/expansionctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":975,"kind":2048,"name":"getMaxListeners","url":"classes/expansionctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":976,"kind":2048,"name":"listeners","url":"classes/expansionctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":977,"kind":2048,"name":"rawListeners","url":"classes/expansionctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":978,"kind":2048,"name":"emit","url":"classes/expansionctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":979,"kind":2048,"name":"eventNames","url":"classes/expansionctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":980,"kind":2048,"name":"listenerCount","url":"classes/expansionctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":981,"kind":128,"name":"GraphExplorer","url":"classes/graphexplorer.html","classes":"tsd-kind-class"},{"id":982,"kind":512,"name":"constructor","url":"classes/graphexplorer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GraphExplorer"},{"id":983,"kind":2048,"name":"onCreateFrame","url":"classes/graphexplorer.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"GraphExplorer"},{"id":984,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/graphexplorer.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":985,"kind":1024,"name":"_messageBox","url":"classes/graphexplorer.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":986,"kind":1024,"name":"_selector","url":"classes/graphexplorer.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":987,"kind":1024,"name":"_context","url":"classes/graphexplorer.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":988,"kind":2048,"name":"flagNodes","url":"classes/graphexplorer.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":989,"kind":2048,"name":"loadGson","url":"classes/graphexplorer.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":990,"kind":2048,"name":"connect","url":"classes/graphexplorer.html#connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":991,"kind":2048,"name":"showGraph","url":"classes/graphexplorer.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":992,"kind":2048,"name":"pickup","url":"classes/graphexplorer.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":993,"kind":2048,"name":"toggleWeights","url":"classes/graphexplorer.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":994,"kind":2048,"name":"toggleEdges","url":"classes/graphexplorer.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":995,"kind":2048,"name":"toggleFaces","url":"classes/graphexplorer.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":996,"kind":2048,"name":"toggleShadow","url":"classes/graphexplorer.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":997,"kind":2048,"name":"toggleNavigationButtons","url":"classes/graphexplorer.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":998,"kind":2048,"name":"toggleNodeBorder","url":"classes/graphexplorer.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":999,"kind":2048,"name":"togglePhysics","url":"classes/graphexplorer.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1000,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/graphexplorer.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1001,"kind":2048,"name":"toggleEdgeColor","url":"classes/graphexplorer.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1002,"kind":2048,"name":"toggleDraggable","url":"classes/graphexplorer.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1003,"kind":2048,"name":"updateTheme","url":"classes/graphexplorer.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GraphExplorer"},{"id":1004,"kind":1024,"name":"_ctrls","url":"classes/graphexplorer.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1005,"kind":2048,"name":"emit","url":"classes/graphexplorer.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1006,"kind":2048,"name":"fire","url":"classes/graphexplorer.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1007,"kind":2048,"name":"on","url":"classes/graphexplorer.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1008,"kind":2048,"name":"off","url":"classes/graphexplorer.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1009,"kind":2048,"name":"getGraphService","url":"classes/graphexplorer.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1010,"kind":2048,"name":"getScreenData","url":"classes/graphexplorer.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1011,"kind":2048,"name":"removeControlLike","url":"classes/graphexplorer.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphExplorer"},{"id":1012,"kind":2048,"name":"getRequiredControl","url":"classes/graphexplorer.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1013,"kind":2048,"name":"getRequiredControlLike","url":"classes/graphexplorer.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphExplorer"},{"id":1014,"kind":2048,"name":"addControl","url":"classes/graphexplorer.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphExplorer"},{"id":1015,"kind":2048,"name":"addDocumentControls","url":"classes/graphexplorer.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1016,"kind":2048,"name":"connectService","url":"classes/graphexplorer.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1017,"kind":2048,"name":"updateNetworkOptions","url":"classes/graphexplorer.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1018,"kind":2048,"name":"scaleTo","url":"classes/graphexplorer.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1019,"kind":2048,"name":"fits","url":"classes/graphexplorer.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1020,"kind":2048,"name":"redraw","url":"classes/graphexplorer.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1021,"kind":2048,"name":"search","url":"classes/graphexplorer.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1022,"kind":2048,"name":"searchImage","url":"classes/graphexplorer.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1023,"kind":2048,"name":"updateGraph","url":"classes/graphexplorer.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1024,"kind":2048,"name":"updateNodes","url":"classes/graphexplorer.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1025,"kind":2048,"name":"updateEdges","url":"classes/graphexplorer.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1026,"kind":2048,"name":"showNodesOfCategory","url":"classes/graphexplorer.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1027,"kind":2048,"name":"clearScreen","url":"classes/graphexplorer.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1028,"kind":2048,"name":"setDynamic","url":"classes/graphexplorer.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1029,"kind":2048,"name":"loadGraph","url":"classes/graphexplorer.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1030,"kind":2048,"name":"lockScale","url":"classes/graphexplorer.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1031,"kind":2048,"name":"insertNodes","url":"classes/graphexplorer.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1032,"kind":2048,"name":"deleteNodes","url":"classes/graphexplorer.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1033,"kind":2048,"name":"focusNodes","url":"classes/graphexplorer.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1034,"kind":2048,"name":"highlightNodes","url":"classes/graphexplorer.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1035,"kind":2048,"name":"focusEdges","url":"classes/graphexplorer.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1036,"kind":2048,"name":"insertEdges","url":"classes/graphexplorer.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1037,"kind":2048,"name":"getNodeById","url":"classes/graphexplorer.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1038,"kind":2048,"name":"placeNodes","url":"classes/graphexplorer.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1039,"kind":2048,"name":"_notifyControls","url":"classes/graphexplorer.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1040,"kind":2048,"name":"notifyClearAll","url":"classes/graphexplorer.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1041,"kind":128,"name":"CommunityCtrl","url":"classes/communityctrl.html","classes":"tsd-kind-class"},{"id":1042,"kind":2048,"name":"getTypeName","url":"classes/communityctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommunityCtrl"},{"id":1043,"kind":2048,"name":"bind","url":"classes/communityctrl.html#bind","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommunityCtrl"},{"id":1044,"kind":2048,"name":"toggle","url":"classes/communityctrl.html#toggle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommunityCtrl"},{"id":1045,"kind":2048,"name":"onCreate","url":"classes/communityctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommunityCtrl"},{"id":1046,"kind":2048,"name":"onDestroy","url":"classes/communityctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommunityCtrl"},{"id":1047,"kind":1024,"name":"_disabled","url":"classes/communityctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1048,"kind":512,"name":"constructor","url":"classes/communityctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"CommunityCtrl"},{"id":1049,"kind":2048,"name":"enable","url":"classes/communityctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CommunityCtrl"},{"id":1050,"kind":2048,"name":"disable","url":"classes/communityctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CommunityCtrl"},{"id":1051,"kind":2048,"name":"listenerCount","url":"classes/communityctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"CommunityCtrl"},{"id":1052,"kind":1024,"name":"defaultMaxListeners","url":"classes/communityctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"CommunityCtrl"},{"id":1053,"kind":2048,"name":"addListener","url":"classes/communityctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1054,"kind":2048,"name":"on","url":"classes/communityctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1055,"kind":2048,"name":"once","url":"classes/communityctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1056,"kind":2048,"name":"prependListener","url":"classes/communityctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1057,"kind":2048,"name":"prependOnceListener","url":"classes/communityctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1058,"kind":2048,"name":"removeListener","url":"classes/communityctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1059,"kind":2048,"name":"removeAllListeners","url":"classes/communityctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1060,"kind":2048,"name":"setMaxListeners","url":"classes/communityctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1061,"kind":2048,"name":"getMaxListeners","url":"classes/communityctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1062,"kind":2048,"name":"listeners","url":"classes/communityctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1063,"kind":2048,"name":"rawListeners","url":"classes/communityctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1064,"kind":2048,"name":"emit","url":"classes/communityctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1065,"kind":2048,"name":"eventNames","url":"classes/communityctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1066,"kind":2048,"name":"listenerCount","url":"classes/communityctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1067,"kind":128,"name":"HighlightCtrl","url":"classes/highlightctrl.html","classes":"tsd-kind-class"},{"id":1068,"kind":2048,"name":"getTypeName","url":"classes/highlightctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HighlightCtrl"},{"id":1069,"kind":2048,"name":"highlightNodes","url":"classes/highlightctrl.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1070,"kind":2048,"name":"toggleNode","url":"classes/highlightctrl.html#togglenode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1071,"kind":2048,"name":"unhighlightNodes","url":"classes/highlightctrl.html#unhighlightnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1072,"kind":2048,"name":"clear","url":"classes/highlightctrl.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1073,"kind":2048,"name":"onCreate","url":"classes/highlightctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HighlightCtrl"},{"id":1074,"kind":2048,"name":"onDestroy","url":"classes/highlightctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HighlightCtrl"},{"id":1075,"kind":1024,"name":"_disabled","url":"classes/highlightctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1076,"kind":512,"name":"constructor","url":"classes/highlightctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"HighlightCtrl"},{"id":1077,"kind":2048,"name":"enable","url":"classes/highlightctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HighlightCtrl"},{"id":1078,"kind":2048,"name":"disable","url":"classes/highlightctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HighlightCtrl"},{"id":1079,"kind":2048,"name":"listenerCount","url":"classes/highlightctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"HighlightCtrl"},{"id":1080,"kind":1024,"name":"defaultMaxListeners","url":"classes/highlightctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"HighlightCtrl"},{"id":1081,"kind":2048,"name":"addListener","url":"classes/highlightctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1082,"kind":2048,"name":"on","url":"classes/highlightctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1083,"kind":2048,"name":"once","url":"classes/highlightctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1084,"kind":2048,"name":"prependListener","url":"classes/highlightctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1085,"kind":2048,"name":"prependOnceListener","url":"classes/highlightctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1086,"kind":2048,"name":"removeListener","url":"classes/highlightctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1087,"kind":2048,"name":"removeAllListeners","url":"classes/highlightctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1088,"kind":2048,"name":"setMaxListeners","url":"classes/highlightctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1089,"kind":2048,"name":"getMaxListeners","url":"classes/highlightctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1090,"kind":2048,"name":"listeners","url":"classes/highlightctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1091,"kind":2048,"name":"rawListeners","url":"classes/highlightctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1092,"kind":2048,"name":"emit","url":"classes/highlightctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1093,"kind":2048,"name":"eventNames","url":"classes/highlightctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1094,"kind":2048,"name":"listenerCount","url":"classes/highlightctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1095,"kind":128,"name":"GraphNavigator","url":"classes/graphnavigator.html","classes":"tsd-kind-class"},{"id":1096,"kind":512,"name":"constructor","url":"classes/graphnavigator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GraphNavigator"},{"id":1097,"kind":2048,"name":"onCreateFrame","url":"classes/graphnavigator.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"GraphNavigator"},{"id":1098,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/graphnavigator.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1099,"kind":1024,"name":"_messageBox","url":"classes/graphnavigator.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1100,"kind":1024,"name":"_selector","url":"classes/graphnavigator.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1101,"kind":1024,"name":"_context","url":"classes/graphnavigator.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1102,"kind":2048,"name":"flagNodes","url":"classes/graphnavigator.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1103,"kind":2048,"name":"loadGson","url":"classes/graphnavigator.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1104,"kind":2048,"name":"connect","url":"classes/graphnavigator.html#connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1105,"kind":2048,"name":"showGraph","url":"classes/graphnavigator.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1106,"kind":2048,"name":"pickup","url":"classes/graphnavigator.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1107,"kind":2048,"name":"toggleWeights","url":"classes/graphnavigator.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1108,"kind":2048,"name":"toggleEdges","url":"classes/graphnavigator.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1109,"kind":2048,"name":"toggleFaces","url":"classes/graphnavigator.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1110,"kind":2048,"name":"toggleShadow","url":"classes/graphnavigator.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1111,"kind":2048,"name":"toggleNavigationButtons","url":"classes/graphnavigator.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1112,"kind":2048,"name":"toggleNodeBorder","url":"classes/graphnavigator.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1113,"kind":2048,"name":"togglePhysics","url":"classes/graphnavigator.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1114,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/graphnavigator.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1115,"kind":2048,"name":"toggleEdgeColor","url":"classes/graphnavigator.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1116,"kind":2048,"name":"toggleDraggable","url":"classes/graphnavigator.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1117,"kind":2048,"name":"updateTheme","url":"classes/graphnavigator.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GraphNavigator"},{"id":1118,"kind":1024,"name":"_ctrls","url":"classes/graphnavigator.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1119,"kind":2048,"name":"emit","url":"classes/graphnavigator.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1120,"kind":2048,"name":"fire","url":"classes/graphnavigator.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1121,"kind":2048,"name":"on","url":"classes/graphnavigator.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1122,"kind":2048,"name":"off","url":"classes/graphnavigator.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1123,"kind":2048,"name":"getGraphService","url":"classes/graphnavigator.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1124,"kind":2048,"name":"getScreenData","url":"classes/graphnavigator.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1125,"kind":2048,"name":"removeControlLike","url":"classes/graphnavigator.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphNavigator"},{"id":1126,"kind":2048,"name":"getRequiredControl","url":"classes/graphnavigator.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1127,"kind":2048,"name":"getRequiredControlLike","url":"classes/graphnavigator.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphNavigator"},{"id":1128,"kind":2048,"name":"addControl","url":"classes/graphnavigator.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphNavigator"},{"id":1129,"kind":2048,"name":"addDocumentControls","url":"classes/graphnavigator.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1130,"kind":2048,"name":"connectService","url":"classes/graphnavigator.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1131,"kind":2048,"name":"updateNetworkOptions","url":"classes/graphnavigator.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1132,"kind":2048,"name":"scaleTo","url":"classes/graphnavigator.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1133,"kind":2048,"name":"fits","url":"classes/graphnavigator.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1134,"kind":2048,"name":"redraw","url":"classes/graphnavigator.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1135,"kind":2048,"name":"search","url":"classes/graphnavigator.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1136,"kind":2048,"name":"searchImage","url":"classes/graphnavigator.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1137,"kind":2048,"name":"updateGraph","url":"classes/graphnavigator.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1138,"kind":2048,"name":"updateNodes","url":"classes/graphnavigator.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1139,"kind":2048,"name":"updateEdges","url":"classes/graphnavigator.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1140,"kind":2048,"name":"showNodesOfCategory","url":"classes/graphnavigator.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1141,"kind":2048,"name":"clearScreen","url":"classes/graphnavigator.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1142,"kind":2048,"name":"setDynamic","url":"classes/graphnavigator.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1143,"kind":2048,"name":"loadGraph","url":"classes/graphnavigator.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1144,"kind":2048,"name":"lockScale","url":"classes/graphnavigator.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1145,"kind":2048,"name":"insertNodes","url":"classes/graphnavigator.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1146,"kind":2048,"name":"deleteNodes","url":"classes/graphnavigator.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1147,"kind":2048,"name":"focusNodes","url":"classes/graphnavigator.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1148,"kind":2048,"name":"highlightNodes","url":"classes/graphnavigator.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1149,"kind":2048,"name":"focusEdges","url":"classes/graphnavigator.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1150,"kind":2048,"name":"insertEdges","url":"classes/graphnavigator.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1151,"kind":2048,"name":"getNodeById","url":"classes/graphnavigator.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1152,"kind":2048,"name":"placeNodes","url":"classes/graphnavigator.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1153,"kind":2048,"name":"_notifyControls","url":"classes/graphnavigator.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1154,"kind":2048,"name":"notifyClearAll","url":"classes/graphnavigator.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1155,"kind":128,"name":"RelFinderCtrl","url":"classes/relfinderctrl.html","classes":"tsd-kind-class"},{"id":1156,"kind":2048,"name":"getTypeName","url":"classes/relfinderctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderCtrl"},{"id":1157,"kind":2048,"name":"onCreate","url":"classes/relfinderctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderCtrl"},{"id":1158,"kind":2048,"name":"startQuery","url":"classes/relfinderctrl.html#startquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderCtrl"},{"id":1159,"kind":2048,"name":"stopQuery","url":"classes/relfinderctrl.html#stopquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderCtrl"},{"id":1160,"kind":2048,"name":"onDestroy","url":"classes/relfinderctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderCtrl"},{"id":1161,"kind":1024,"name":"_disabled","url":"classes/relfinderctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1162,"kind":512,"name":"constructor","url":"classes/relfinderctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1163,"kind":2048,"name":"enable","url":"classes/relfinderctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1164,"kind":2048,"name":"disable","url":"classes/relfinderctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1165,"kind":2048,"name":"listenerCount","url":"classes/relfinderctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderCtrl"},{"id":1166,"kind":1024,"name":"defaultMaxListeners","url":"classes/relfinderctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderCtrl"},{"id":1167,"kind":2048,"name":"addListener","url":"classes/relfinderctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1168,"kind":2048,"name":"on","url":"classes/relfinderctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1169,"kind":2048,"name":"once","url":"classes/relfinderctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1170,"kind":2048,"name":"prependListener","url":"classes/relfinderctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1171,"kind":2048,"name":"prependOnceListener","url":"classes/relfinderctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1172,"kind":2048,"name":"removeListener","url":"classes/relfinderctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1173,"kind":2048,"name":"removeAllListeners","url":"classes/relfinderctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1174,"kind":2048,"name":"setMaxListeners","url":"classes/relfinderctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1175,"kind":2048,"name":"getMaxListeners","url":"classes/relfinderctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1176,"kind":2048,"name":"listeners","url":"classes/relfinderctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1177,"kind":2048,"name":"rawListeners","url":"classes/relfinderctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1178,"kind":2048,"name":"emit","url":"classes/relfinderctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1179,"kind":2048,"name":"eventNames","url":"classes/relfinderctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1180,"kind":2048,"name":"listenerCount","url":"classes/relfinderctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1181,"kind":128,"name":"RelFinder","url":"classes/relfinder.html","classes":"tsd-kind-class"},{"id":1182,"kind":512,"name":"constructor","url":"classes/relfinder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinder"},{"id":1183,"kind":2048,"name":"onCreateFrame","url":"classes/relfinder.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelFinder"},{"id":1184,"kind":2048,"name":"startQueryWithPrompt","url":"classes/relfinder.html#startquerywithprompt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinder"},{"id":1185,"kind":2048,"name":"startQuery","url":"classes/relfinder.html#startquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinder"},{"id":1186,"kind":2048,"name":"stopQuery","url":"classes/relfinder.html#stopquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinder"},{"id":1187,"kind":2048,"name":"pickup","url":"classes/relfinder.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinder"},{"id":1188,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/relfinder.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1189,"kind":1024,"name":"_messageBox","url":"classes/relfinder.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1190,"kind":1024,"name":"_selector","url":"classes/relfinder.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1191,"kind":1024,"name":"_context","url":"classes/relfinder.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1192,"kind":2048,"name":"flagNodes","url":"classes/relfinder.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1193,"kind":2048,"name":"loadGson","url":"classes/relfinder.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1194,"kind":2048,"name":"connect","url":"classes/relfinder.html#connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1195,"kind":2048,"name":"showGraph","url":"classes/relfinder.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1196,"kind":2048,"name":"toggleWeights","url":"classes/relfinder.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1197,"kind":2048,"name":"toggleEdges","url":"classes/relfinder.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1198,"kind":2048,"name":"toggleFaces","url":"classes/relfinder.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1199,"kind":2048,"name":"toggleShadow","url":"classes/relfinder.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1200,"kind":2048,"name":"toggleNavigationButtons","url":"classes/relfinder.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1201,"kind":2048,"name":"toggleNodeBorder","url":"classes/relfinder.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1202,"kind":2048,"name":"togglePhysics","url":"classes/relfinder.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1203,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/relfinder.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1204,"kind":2048,"name":"toggleEdgeColor","url":"classes/relfinder.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1205,"kind":2048,"name":"toggleDraggable","url":"classes/relfinder.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1206,"kind":2048,"name":"updateTheme","url":"classes/relfinder.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinder"},{"id":1207,"kind":1024,"name":"_ctrls","url":"classes/relfinder.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1208,"kind":2048,"name":"emit","url":"classes/relfinder.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1209,"kind":2048,"name":"fire","url":"classes/relfinder.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1210,"kind":2048,"name":"on","url":"classes/relfinder.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1211,"kind":2048,"name":"off","url":"classes/relfinder.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1212,"kind":2048,"name":"getGraphService","url":"classes/relfinder.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1213,"kind":2048,"name":"getScreenData","url":"classes/relfinder.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1214,"kind":2048,"name":"removeControlLike","url":"classes/relfinder.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"RelFinder"},{"id":1215,"kind":2048,"name":"getRequiredControl","url":"classes/relfinder.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1216,"kind":2048,"name":"getRequiredControlLike","url":"classes/relfinder.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"RelFinder"},{"id":1217,"kind":2048,"name":"addControl","url":"classes/relfinder.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"RelFinder"},{"id":1218,"kind":2048,"name":"addDocumentControls","url":"classes/relfinder.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1219,"kind":2048,"name":"connectService","url":"classes/relfinder.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1220,"kind":2048,"name":"updateNetworkOptions","url":"classes/relfinder.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1221,"kind":2048,"name":"scaleTo","url":"classes/relfinder.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1222,"kind":2048,"name":"fits","url":"classes/relfinder.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1223,"kind":2048,"name":"redraw","url":"classes/relfinder.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1224,"kind":2048,"name":"search","url":"classes/relfinder.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1225,"kind":2048,"name":"searchImage","url":"classes/relfinder.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1226,"kind":2048,"name":"updateGraph","url":"classes/relfinder.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1227,"kind":2048,"name":"updateNodes","url":"classes/relfinder.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1228,"kind":2048,"name":"updateEdges","url":"classes/relfinder.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1229,"kind":2048,"name":"showNodesOfCategory","url":"classes/relfinder.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1230,"kind":2048,"name":"clearScreen","url":"classes/relfinder.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1231,"kind":2048,"name":"setDynamic","url":"classes/relfinder.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1232,"kind":2048,"name":"loadGraph","url":"classes/relfinder.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1233,"kind":2048,"name":"lockScale","url":"classes/relfinder.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1234,"kind":2048,"name":"insertNodes","url":"classes/relfinder.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1235,"kind":2048,"name":"deleteNodes","url":"classes/relfinder.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1236,"kind":2048,"name":"focusNodes","url":"classes/relfinder.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1237,"kind":2048,"name":"highlightNodes","url":"classes/relfinder.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1238,"kind":2048,"name":"focusEdges","url":"classes/relfinder.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1239,"kind":2048,"name":"insertEdges","url":"classes/relfinder.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1240,"kind":2048,"name":"getNodeById","url":"classes/relfinder.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1241,"kind":2048,"name":"placeNodes","url":"classes/relfinder.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1242,"kind":2048,"name":"_notifyControls","url":"classes/relfinder.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1243,"kind":2048,"name":"notifyClearAll","url":"classes/relfinder.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"4":"Enumeration","16":"Enumeration member","32":"Variable","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","2097152":"Object literal"},"rows":[{"id":0,"kind":256,"name":"NodesEdges","url":"interfaces/nodesedges.html","classes":"tsd-kind-interface"},{"id":1,"kind":1024,"name":"nodes","url":"interfaces/nodesedges.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodesEdges"},{"id":2,"kind":1024,"name":"edges","url":"interfaces/nodesedges.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodesEdges"},{"id":3,"kind":256,"name":"NodeEdgeIds","url":"interfaces/nodeedgeids.html","classes":"tsd-kind-interface"},{"id":4,"kind":1024,"name":"nodes","url":"interfaces/nodeedgeids.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeIds"},{"id":5,"kind":1024,"name":"edges","url":"interfaces/nodeedgeids.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeIds"},{"id":6,"kind":128,"name":"GraphNodeSet","url":"classes/graphnodeset.html","classes":"tsd-kind-class"},{"id":7,"kind":512,"name":"constructor","url":"classes/graphnodeset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":8,"kind":1024,"name":"length","url":"classes/graphnodeset.html#length","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":9,"kind":2048,"name":"add","url":"classes/graphnodeset.html#add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":10,"kind":2048,"name":"clear","url":"classes/graphnodeset.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":11,"kind":2048,"name":"distinct","url":"classes/graphnodeset.html#distinct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":12,"kind":2048,"name":"flush","url":"classes/graphnodeset.html#flush","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":13,"kind":2048,"name":"forEach","url":"classes/graphnodeset.html#foreach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":14,"kind":2048,"name":"get","url":"classes/graphnodeset.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":15,"kind":2048,"name":"getDataSet","url":"classes/graphnodeset.html#getdataset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":16,"kind":2048,"name":"getIds","url":"classes/graphnodeset.html#getids","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":17,"kind":2048,"name":"map","url":"classes/graphnodeset.html#map","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":18,"kind":2048,"name":"max","url":"classes/graphnodeset.html#max","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":19,"kind":2048,"name":"min","url":"classes/graphnodeset.html#min","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":20,"kind":2048,"name":"on","url":"classes/graphnodeset.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":21,"kind":2048,"name":"off","url":"classes/graphnodeset.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":22,"kind":2048,"name":"remove","url":"classes/graphnodeset.html#remove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":23,"kind":2048,"name":"setOptions","url":"classes/graphnodeset.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":24,"kind":2048,"name":"update","url":"classes/graphnodeset.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNodeSet"},{"id":25,"kind":128,"name":"GraphEdgeSet","url":"classes/graphedgeset.html","classes":"tsd-kind-class"},{"id":26,"kind":512,"name":"constructor","url":"classes/graphedgeset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":27,"kind":1024,"name":"length","url":"classes/graphedgeset.html#length","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":28,"kind":2048,"name":"add","url":"classes/graphedgeset.html#add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":29,"kind":2048,"name":"clear","url":"classes/graphedgeset.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":30,"kind":2048,"name":"distinct","url":"classes/graphedgeset.html#distinct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":31,"kind":2048,"name":"flush","url":"classes/graphedgeset.html#flush","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":32,"kind":2048,"name":"forEach","url":"classes/graphedgeset.html#foreach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":33,"kind":2048,"name":"get","url":"classes/graphedgeset.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":34,"kind":2048,"name":"getDataSet","url":"classes/graphedgeset.html#getdataset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":35,"kind":2048,"name":"getIds","url":"classes/graphedgeset.html#getids","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":36,"kind":2048,"name":"map","url":"classes/graphedgeset.html#map","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":37,"kind":2048,"name":"max","url":"classes/graphedgeset.html#max","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":38,"kind":2048,"name":"min","url":"classes/graphedgeset.html#min","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":39,"kind":2048,"name":"on","url":"classes/graphedgeset.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":40,"kind":2048,"name":"off","url":"classes/graphedgeset.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":41,"kind":2048,"name":"remove","url":"classes/graphedgeset.html#remove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":42,"kind":2048,"name":"setOptions","url":"classes/graphedgeset.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":43,"kind":2048,"name":"update","url":"classes/graphedgeset.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphEdgeSet"},{"id":44,"kind":256,"name":"NodeEdgeSet","url":"interfaces/nodeedgeset.html","classes":"tsd-kind-interface"},{"id":45,"kind":1024,"name":"nodes","url":"interfaces/nodeedgeset.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeSet"},{"id":46,"kind":1024,"name":"edges","url":"interfaces/nodeedgeset.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeEdgeSet"},{"id":47,"kind":256,"name":"Community","url":"interfaces/community.html","classes":"tsd-kind-interface"},{"id":48,"kind":1024,"name":"id","url":"interfaces/community.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":49,"kind":1024,"name":"fillColor","url":"interfaces/community.html#fillcolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":50,"kind":1024,"name":"borderColor","url":"interfaces/community.html#bordercolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":51,"kind":1024,"name":"outline","url":"interfaces/community.html#outline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Community"},{"id":52,"kind":256,"name":"GSON","url":"interfaces/gson.html","classes":"tsd-kind-interface"},{"id":53,"kind":1024,"name":"option","url":"interfaces/gson.html#option","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":54,"kind":65536,"name":"__type","url":"interfaces/gson.html#option.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GSON.option"},{"id":55,"kind":32,"name":"autoLayout","url":"interfaces/gson.html#option.__type-1.autolayout","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.option.__type"},{"id":56,"kind":1024,"name":"data","url":"interfaces/gson.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":57,"kind":65536,"name":"__type","url":"interfaces/gson.html#data.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GSON.data"},{"id":58,"kind":32,"name":"nodes","url":"interfaces/gson.html#data.__type.nodes","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.data.__type"},{"id":59,"kind":32,"name":"edges","url":"interfaces/gson.html#data.__type.edges","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.data.__type"},{"id":60,"kind":32,"name":"communities","url":"interfaces/gson.html#data.__type.communities","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.data.__type"},{"id":61,"kind":1024,"name":"dbinfo","url":"interfaces/gson.html#dbinfo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":62,"kind":1024,"name":"categories","url":"interfaces/gson.html#categories","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":63,"kind":1024,"name":"translator","url":"interfaces/gson.html#translator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GSON"},{"id":64,"kind":65536,"name":"__type","url":"interfaces/gson.html#translator.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GSON.translator"},{"id":65,"kind":32,"name":"nodes","url":"interfaces/gson.html#translator.__type-2.nodes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.translator.__type"},{"id":66,"kind":65536,"name":"__type","url":"interfaces/gson.html#translator.__type-2.nodes-1.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"GSON.translator.__type.nodes"},{"id":67,"kind":32,"name":"edges","url":"interfaces/gson.html#translator.__type-2.edges-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"GSON.translator.__type"},{"id":68,"kind":65536,"name":"__type","url":"interfaces/gson.html#translator.__type-2.edges-1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"GSON.translator.__type.edges"},{"id":69,"kind":256,"name":"BUTTON_OPTIONS","url":"interfaces/button_options.html","classes":"tsd-kind-interface"},{"id":70,"kind":1024,"name":"disabled","url":"interfaces/button_options.html#disabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":71,"kind":1024,"name":"icon","url":"interfaces/button_options.html#icon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":72,"kind":1024,"name":"iconPosition","url":"interfaces/button_options.html#iconposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":73,"kind":1024,"name":"caption","url":"interfaces/button_options.html#caption","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":74,"kind":1024,"name":"tooltip","url":"interfaces/button_options.html#tooltip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":75,"kind":1024,"name":"checked","url":"interfaces/button_options.html#checked","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":76,"kind":1024,"name":"click","url":"interfaces/button_options.html#click","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BUTTON_OPTIONS"},{"id":77,"kind":256,"name":"GraphNode","url":"interfaces/graphnode.html","classes":"tsd-kind-interface"},{"id":78,"kind":1024,"name":"group","url":"interfaces/graphnode.html#group","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":79,"kind":1024,"name":"id","url":"interfaces/graphnode.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":80,"kind":1024,"name":"label","url":"interfaces/graphnode.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":81,"kind":1024,"name":"x","url":"interfaces/graphnode.html#x","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":82,"kind":1024,"name":"y","url":"interfaces/graphnode.html#y","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":83,"kind":1024,"name":"fixed","url":"interfaces/graphnode.html#fixed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":84,"kind":1024,"name":"image","url":"interfaces/graphnode.html#image","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":85,"kind":1024,"name":"shape","url":"interfaces/graphnode.html#shape","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":86,"kind":1024,"name":"color","url":"interfaces/graphnode.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphNode"},{"id":87,"kind":256,"name":"LoadGraphOption","url":"interfaces/loadgraphoption.html","classes":"tsd-kind-interface"},{"id":88,"kind":1024,"name":"dynamic","url":"interfaces/loadgraphoption.html#dynamic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":89,"kind":1024,"name":"centerPointX","url":"interfaces/loadgraphoption.html#centerpointx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":90,"kind":1024,"name":"centerPointY","url":"interfaces/loadgraphoption.html#centerpointy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":91,"kind":1024,"name":"scale","url":"interfaces/loadgraphoption.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOption"},{"id":92,"kind":256,"name":"LoadGraphOptionCallback","url":"interfaces/loadgraphoptioncallback.html","classes":"tsd-kind-interface"},{"id":93,"kind":1024,"name":"width","url":"interfaces/loadgraphoptioncallback.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOptionCallback"},{"id":94,"kind":1024,"name":"height","url":"interfaces/loadgraphoptioncallback.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadGraphOptionCallback"},{"id":95,"kind":256,"name":"NodeCommunityEntry","url":"interfaces/nodecommunityentry.html","classes":"tsd-kind-interface"},{"id":96,"kind":1024,"name":"node","url":"interfaces/nodecommunityentry.html#node","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeCommunityEntry"},{"id":97,"kind":1024,"name":"community","url":"interfaces/nodecommunityentry.html#community","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodeCommunityEntry"},{"id":98,"kind":256,"name":"InitData","url":"interfaces/initdata.html","classes":"tsd-kind-interface"},{"id":99,"kind":1024,"name":"nodesNum","url":"interfaces/initdata.html#nodesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitData"},{"id":100,"kind":1024,"name":"edgesNum","url":"interfaces/initdata.html#edgesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitData"},{"id":101,"kind":1024,"name":"autoLayout","url":"interfaces/initdata.html#autolayout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitData"},{"id":102,"kind":256,"name":"CommunityData","url":"interfaces/communitydata.html","classes":"tsd-kind-interface"},{"id":103,"kind":1024,"name":"communities","url":"interfaces/communitydata.html#communities","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommunityData"},{"id":104,"kind":1024,"name":"nodeMap","url":"interfaces/communitydata.html#nodemap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommunityData"},{"id":105,"kind":256,"name":"GraphEdge","url":"interfaces/graphedge.html","classes":"tsd-kind-interface"},{"id":106,"kind":1024,"name":"from","url":"interfaces/graphedge.html#from","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphEdge"},{"id":107,"kind":1024,"name":"to","url":"interfaces/graphedge.html#to","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphEdge"},{"id":108,"kind":1024,"name":"id","url":"interfaces/graphedge.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphEdge"},{"id":109,"kind":128,"name":"GraphNetwork","url":"classes/graphnetwork.html","classes":"tsd-kind-class"},{"id":110,"kind":512,"name":"constructor","url":"classes/graphnetwork.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":111,"kind":2048,"name":"destroy","url":"classes/graphnetwork.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":112,"kind":2048,"name":"setData","url":"classes/graphnetwork.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":113,"kind":2048,"name":"setOptions","url":"classes/graphnetwork.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":114,"kind":2048,"name":"on","url":"classes/graphnetwork.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":115,"kind":2048,"name":"off","url":"classes/graphnetwork.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":116,"kind":2048,"name":"once","url":"classes/graphnetwork.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":117,"kind":2048,"name":"canvasToDOM","url":"classes/graphnetwork.html#canvastodom","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":118,"kind":2048,"name":"DOMtoCanvas","url":"classes/graphnetwork.html#domtocanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":119,"kind":2048,"name":"redraw","url":"classes/graphnetwork.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":120,"kind":2048,"name":"setSize","url":"classes/graphnetwork.html#setsize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":121,"kind":2048,"name":"cluster","url":"classes/graphnetwork.html#cluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":122,"kind":2048,"name":"clusterByConnection","url":"classes/graphnetwork.html#clusterbyconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":123,"kind":2048,"name":"clusterByHubsize","url":"classes/graphnetwork.html#clusterbyhubsize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":124,"kind":2048,"name":"clusterOutliers","url":"classes/graphnetwork.html#clusteroutliers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":125,"kind":2048,"name":"findNode","url":"classes/graphnetwork.html#findnode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":126,"kind":2048,"name":"getClusteredEdges","url":"classes/graphnetwork.html#getclusterededges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":127,"kind":2048,"name":"getBaseEdge","url":"classes/graphnetwork.html#getbaseedge","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":128,"kind":2048,"name":"updateEdge","url":"classes/graphnetwork.html#updateedge","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":129,"kind":2048,"name":"updateClusteredNode","url":"classes/graphnetwork.html#updateclusterednode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":130,"kind":2048,"name":"isCluster","url":"classes/graphnetwork.html#iscluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":131,"kind":2048,"name":"getNodesInCluster","url":"classes/graphnetwork.html#getnodesincluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":132,"kind":2048,"name":"openCluster","url":"classes/graphnetwork.html#opencluster","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":133,"kind":2048,"name":"getSeed","url":"classes/graphnetwork.html#getseed","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":134,"kind":2048,"name":"enableEditMode","url":"classes/graphnetwork.html#enableeditmode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":135,"kind":2048,"name":"disableEditMode","url":"classes/graphnetwork.html#disableeditmode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":136,"kind":2048,"name":"addNodeMode","url":"classes/graphnetwork.html#addnodemode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":137,"kind":2048,"name":"editNode","url":"classes/graphnetwork.html#editnode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":138,"kind":2048,"name":"addEdgeMode","url":"classes/graphnetwork.html#addedgemode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":139,"kind":2048,"name":"editEdgeMode","url":"classes/graphnetwork.html#editedgemode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":140,"kind":2048,"name":"deleteSelected","url":"classes/graphnetwork.html#deleteselected","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":141,"kind":2048,"name":"getPositions","url":"classes/graphnetwork.html#getpositions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":142,"kind":2048,"name":"storePositions","url":"classes/graphnetwork.html#storepositions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":143,"kind":2048,"name":"moveNode","url":"classes/graphnetwork.html#movenode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":144,"kind":2048,"name":"getBoundingBox","url":"classes/graphnetwork.html#getboundingbox","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":145,"kind":2048,"name":"getConnectedNodes","url":"classes/graphnetwork.html#getconnectednodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":146,"kind":2048,"name":"getConnectedEdges","url":"classes/graphnetwork.html#getconnectededges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":147,"kind":2048,"name":"startSimulation","url":"classes/graphnetwork.html#startsimulation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":148,"kind":2048,"name":"stopSimulation","url":"classes/graphnetwork.html#stopsimulation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":149,"kind":2048,"name":"stabilize","url":"classes/graphnetwork.html#stabilize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":150,"kind":2048,"name":"getSelection","url":"classes/graphnetwork.html#getselection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":151,"kind":2048,"name":"getSelectedNodes","url":"classes/graphnetwork.html#getselectednodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":152,"kind":2048,"name":"getSelectedEdges","url":"classes/graphnetwork.html#getselectededges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":153,"kind":2048,"name":"getNodeAt","url":"classes/graphnetwork.html#getnodeat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":154,"kind":2048,"name":"getEdgeAt","url":"classes/graphnetwork.html#getedgeat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":155,"kind":2048,"name":"selectNodes","url":"classes/graphnetwork.html#selectnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":156,"kind":2048,"name":"selectEdges","url":"classes/graphnetwork.html#selectedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":157,"kind":2048,"name":"setSelection","url":"classes/graphnetwork.html#setselection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":158,"kind":2048,"name":"unselectAll","url":"classes/graphnetwork.html#unselectall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":159,"kind":2048,"name":"getScale","url":"classes/graphnetwork.html#getscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":160,"kind":2048,"name":"getViewPosition","url":"classes/graphnetwork.html#getviewposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":161,"kind":2048,"name":"fit","url":"classes/graphnetwork.html#fit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":162,"kind":2048,"name":"focus","url":"classes/graphnetwork.html#focus","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":163,"kind":2048,"name":"moveTo","url":"classes/graphnetwork.html#moveto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":164,"kind":2048,"name":"releaseNode","url":"classes/graphnetwork.html#releasenode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":165,"kind":2048,"name":"getOptionsFromConfigurator","url":"classes/graphnetwork.html#getoptionsfromconfigurator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNetwork"},{"id":166,"kind":256,"name":"NETWORK_OPTIONS","url":"interfaces/network_options.html","classes":"tsd-kind-interface"},{"id":167,"kind":1024,"name":"autoResize","url":"interfaces/network_options.html#autoresize","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":168,"kind":1024,"name":"width","url":"interfaces/network_options.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":169,"kind":1024,"name":"height","url":"interfaces/network_options.html#height","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":170,"kind":1024,"name":"locale","url":"interfaces/network_options.html#locale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":171,"kind":1024,"name":"locales","url":"interfaces/network_options.html#locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":172,"kind":1024,"name":"clickToUse","url":"interfaces/network_options.html#clicktouse","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":173,"kind":1024,"name":"configure","url":"interfaces/network_options.html#configure","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":174,"kind":1024,"name":"edges","url":"interfaces/network_options.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":175,"kind":1024,"name":"nodes","url":"interfaces/network_options.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":176,"kind":1024,"name":"groups","url":"interfaces/network_options.html#groups","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":177,"kind":1024,"name":"layout","url":"interfaces/network_options.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":178,"kind":1024,"name":"interaction","url":"interfaces/network_options.html#interaction","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":179,"kind":1024,"name":"manipulation","url":"interfaces/network_options.html#manipulation","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":180,"kind":1024,"name":"physics","url":"interfaces/network_options.html#physics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NETWORK_OPTIONS"},{"id":181,"kind":256,"name":"FRAME_OPTIONS","url":"interfaces/frame_options.html","classes":"tsd-kind-interface"},{"id":182,"kind":1024,"name":"showFaces","url":"interfaces/frame_options.html#showfaces","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":183,"kind":1024,"name":"showGroups","url":"interfaces/frame_options.html#showgroups","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":184,"kind":1024,"name":"showNodes","url":"interfaces/frame_options.html#shownodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":185,"kind":1024,"name":"showDegrees","url":"interfaces/frame_options.html#showdegrees","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":186,"kind":1024,"name":"showEdges","url":"interfaces/frame_options.html#showedges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":187,"kind":1024,"name":"showLabels","url":"interfaces/frame_options.html#showlabels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":188,"kind":1024,"name":"showTitles","url":"interfaces/frame_options.html#showtitles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FRAME_OPTIONS"},{"id":189,"kind":256,"name":"EVENT_ARGS_FRAME","url":"interfaces/event_args_frame.html","classes":"tsd-kind-interface"},{"id":190,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":191,"kind":1024,"name":"network","url":"interfaces/event_args_frame.html#network","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":192,"kind":1024,"name":"theme","url":"interfaces/event_args_frame.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":193,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME"},{"id":194,"kind":256,"name":"EVENT_ARGS_FRAME_DRAWING","url":"interfaces/event_args_frame_drawing.html","classes":"tsd-kind-interface"},{"id":195,"kind":1024,"name":"context2d","url":"interfaces/event_args_frame_drawing.html#context2d","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":196,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_drawing.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":197,"kind":1024,"name":"network","url":"interfaces/event_args_frame_drawing.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":198,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_drawing.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":199,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_drawing.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_DRAWING"},{"id":200,"kind":256,"name":"EVENT_ARGS_GRAPH_LOADED","url":"interfaces/event_args_graph_loaded.html","classes":"tsd-kind-interface"},{"id":201,"kind":1024,"name":"nodes","url":"interfaces/event_args_graph_loaded.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":202,"kind":1024,"name":"edges","url":"interfaces/event_args_graph_loaded.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":203,"kind":1024,"name":"option","url":"interfaces/event_args_graph_loaded.html#option","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":204,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_graph_loaded.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":205,"kind":1024,"name":"network","url":"interfaces/event_args_graph_loaded.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":206,"kind":1024,"name":"theme","url":"interfaces/event_args_graph_loaded.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":207,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_graph_loaded.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_LOADED"},{"id":208,"kind":256,"name":"EVENT_ARGS_GRAPH_CONNECTED","url":"interfaces/event_args_graph_connected.html","classes":"tsd-kind-interface"},{"id":209,"kind":1024,"name":"nodesNum","url":"interfaces/event_args_graph_connected.html#nodesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":210,"kind":1024,"name":"edgesNum","url":"interfaces/event_args_graph_connected.html#edgesnum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":211,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_graph_connected.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":212,"kind":1024,"name":"network","url":"interfaces/event_args_graph_connected.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":213,"kind":1024,"name":"theme","url":"interfaces/event_args_graph_connected.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":214,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_graph_connected.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_GRAPH_CONNECTED"},{"id":215,"kind":256,"name":"EVENT_ARGS_FRAME_INPUT","url":"interfaces/event_args_frame_input.html","classes":"tsd-kind-interface"},{"id":216,"kind":1024,"name":"previousSelection","url":"interfaces/event_args_frame_input.html#previousselection","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":217,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_input.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":218,"kind":1024,"name":"network","url":"interfaces/event_args_frame_input.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":219,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_input.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":220,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_input.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":221,"kind":1024,"name":"nodes","url":"interfaces/event_args_frame_input.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":222,"kind":1024,"name":"edges","url":"interfaces/event_args_frame_input.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_INPUT"},{"id":223,"kind":256,"name":"EVENT_ARGS_FRAME_SHOW_INFO","url":"interfaces/event_args_frame_show_info.html","classes":"tsd-kind-interface"},{"id":224,"kind":1024,"name":"htmlInfoBox","url":"interfaces/event_args_frame_show_info.html#htmlinfobox","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":225,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_show_info.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":226,"kind":1024,"name":"network","url":"interfaces/event_args_frame_show_info.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":227,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_show_info.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":228,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_show_info.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":229,"kind":1024,"name":"nodes","url":"interfaces/event_args_frame_show_info.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":230,"kind":1024,"name":"edges","url":"interfaces/event_args_frame_show_info.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_SHOW_INFO"},{"id":231,"kind":256,"name":"EVENT_ARGS_FRAME_RESIZE","url":"interfaces/event_args_frame_resize.html","classes":"tsd-kind-interface"},{"id":232,"kind":1024,"name":"width","url":"interfaces/event_args_frame_resize.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":233,"kind":1024,"name":"height","url":"interfaces/event_args_frame_resize.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":234,"kind":1024,"name":"oldWidth","url":"interfaces/event_args_frame_resize.html#oldwidth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":235,"kind":1024,"name":"oldHeight","url":"interfaces/event_args_frame_resize.html#oldheight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":236,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_frame_resize.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":237,"kind":1024,"name":"network","url":"interfaces/event_args_frame_resize.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":238,"kind":1024,"name":"theme","url":"interfaces/event_args_frame_resize.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":239,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_frame_resize.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_FRAME_RESIZE"},{"id":240,"kind":256,"name":"EVENT_ARGS_RELFINDER","url":"interfaces/event_args_relfinder.html","classes":"tsd-kind-interface"},{"id":241,"kind":1024,"name":"maxDepth","url":"interfaces/event_args_relfinder.html#maxdepth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_RELFINDER"},{"id":242,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_relfinder.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":243,"kind":1024,"name":"network","url":"interfaces/event_args_relfinder.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":244,"kind":1024,"name":"theme","url":"interfaces/event_args_relfinder.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":245,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_relfinder.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELFINDER"},{"id":246,"kind":256,"name":"EVENT_ARGS_RELLIST","url":"interfaces/event_args_rellist.html","classes":"tsd-kind-interface"},{"id":247,"kind":1024,"name":"path","url":"interfaces/event_args_rellist.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_RELLIST"},{"id":248,"kind":1024,"name":"startNodes","url":"interfaces/event_args_rellist.html#startnodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EVENT_ARGS_RELLIST"},{"id":249,"kind":1024,"name":"mainFrame","url":"interfaces/event_args_rellist.html#mainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":250,"kind":1024,"name":"network","url":"interfaces/event_args_rellist.html#network","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":251,"kind":1024,"name":"theme","url":"interfaces/event_args_rellist.html#theme","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":252,"kind":1024,"name":"htmlMainFrame","url":"interfaces/event_args_rellist.html#htmlmainframe","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"EVENT_ARGS_RELLIST"},{"id":253,"kind":4,"name":"FrameEventName","url":"enums/frameeventname.html","classes":"tsd-kind-enum"},{"id":254,"kind":16,"name":"FRAME_CLEAR_ALL_FLAGS","url":"enums/frameeventname.html#frame_clear_all_flags","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":255,"kind":16,"name":"THEME_CHANGED","url":"enums/frameeventname.html#theme_changed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":256,"kind":16,"name":"DESTROY_CONTROL","url":"enums/frameeventname.html#destroy_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":257,"kind":16,"name":"REMOVE_CONTROL","url":"enums/frameeventname.html#remove_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":258,"kind":16,"name":"CREATE_CONTROL","url":"enums/frameeventname.html#create_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":259,"kind":16,"name":"ADD_CONTROL","url":"enums/frameeventname.html#add_control","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":260,"kind":16,"name":"GRAPH_CONNECTED","url":"enums/frameeventname.html#graph_connected","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":261,"kind":16,"name":"GRAPH_LOADED","url":"enums/frameeventname.html#graph_loaded","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":262,"kind":16,"name":"FRAME_CREATED","url":"enums/frameeventname.html#frame_created","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":263,"kind":16,"name":"FOCUS_NODES","url":"enums/frameeventname.html#focus_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":264,"kind":16,"name":"INSERT_NODES","url":"enums/frameeventname.html#insert_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":265,"kind":16,"name":"NETWORK_SELECT_NODES","url":"enums/frameeventname.html#network_select_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":266,"kind":16,"name":"NETWORK_DESELECT_NODES","url":"enums/frameeventname.html#network_deselect_nodes","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":267,"kind":16,"name":"NETWORK_SELECT_EDGES","url":"enums/frameeventname.html#network_select_edges","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":268,"kind":16,"name":"NETWORK_DESELECT_EDGES","url":"enums/frameeventname.html#network_deselect_edges","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":269,"kind":16,"name":"NETWORK_BEFORE_DRAWING","url":"enums/frameeventname.html#network_before_drawing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":270,"kind":16,"name":"NETWORK_AFTER_DRAWING","url":"enums/frameeventname.html#network_after_drawing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":271,"kind":16,"name":"NETWORK_DBLCLICK","url":"enums/frameeventname.html#network_dblclick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":272,"kind":16,"name":"NETWORK_CLICK","url":"enums/frameeventname.html#network_click","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":273,"kind":16,"name":"NETWORK_ONCONTEXT","url":"enums/frameeventname.html#network_oncontext","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":274,"kind":16,"name":"NETWORK_DRAGGING","url":"enums/frameeventname.html#network_dragging","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":275,"kind":16,"name":"NETWORK_DRAGEND","url":"enums/frameeventname.html#network_dragend","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":276,"kind":16,"name":"FRAME_RESIZE","url":"enums/frameeventname.html#frame_resize","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":277,"kind":16,"name":"RELFINDER_START","url":"enums/frameeventname.html#relfinder_start","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":278,"kind":16,"name":"RELFINDER_STOP","url":"enums/frameeventname.html#relfinder_stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":279,"kind":16,"name":"RELFINDER_STARTED","url":"enums/frameeventname.html#relfinder_started","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":280,"kind":16,"name":"RELFINDER_STOPPED","url":"enums/frameeventname.html#relfinder_stopped","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":281,"kind":16,"name":"RELLIST_PUT","url":"enums/frameeventname.html#rellist_put","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":282,"kind":16,"name":"RESULTLISTPUT","url":"enums/frameeventname.html#resultlistput","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":283,"kind":16,"name":"IMAGEBOXOPEN","url":"enums/frameeventname.html#imageboxopen","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":284,"kind":16,"name":"SHOW_INFO","url":"enums/frameeventname.html#show_info","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameEventName"},{"id":285,"kind":256,"name":"RELATION_PATH","url":"interfaces/relation_path.html","classes":"tsd-kind-interface"},{"id":286,"kind":1024,"name":"nodes","url":"interfaces/relation_path.html#nodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RELATION_PATH"},{"id":287,"kind":1024,"name":"edges","url":"interfaces/relation_path.html#edges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RELATION_PATH"},{"id":288,"kind":256,"name":"QUERY_RESULTS","url":"interfaces/query_results.html","classes":"tsd-kind-interface"},{"id":289,"kind":1024,"name":"completed","url":"interfaces/query_results.html#completed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QUERY_RESULTS"},{"id":290,"kind":1024,"name":"paths","url":"interfaces/query_results.html#paths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QUERY_RESULTS"},{"id":291,"kind":256,"name":"PAIR","url":"interfaces/pair.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":292,"kind":1024,"name":"_1","url":"interfaces/pair.html#_1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PAIR"},{"id":293,"kind":1024,"name":"_2","url":"interfaces/pair.html#_2","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PAIR"},{"id":294,"kind":256,"name":"RECT","url":"interfaces/rect.html","classes":"tsd-kind-interface"},{"id":295,"kind":1024,"name":"left","url":"interfaces/rect.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":296,"kind":1024,"name":"top","url":"interfaces/rect.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":297,"kind":1024,"name":"right","url":"interfaces/rect.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":298,"kind":1024,"name":"bottom","url":"interfaces/rect.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RECT"},{"id":299,"kind":256,"name":"POINT","url":"interfaces/point.html","classes":"tsd-kind-interface"},{"id":300,"kind":1024,"name":"x","url":"interfaces/point.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"POINT"},{"id":301,"kind":1024,"name":"y","url":"interfaces/point.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"POINT"},{"id":302,"kind":256,"name":"GraphService","url":"interfaces/graphservice.html","classes":"tsd-kind-interface"},{"id":303,"kind":2048,"name":"requestConnect","url":"interfaces/graphservice.html#requestconnect","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":304,"kind":2048,"name":"requestGetCommunityData","url":"interfaces/graphservice.html#requestgetcommunitydata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":305,"kind":2048,"name":"requestGetNodeInfos","url":"interfaces/graphservice.html#requestgetnodeinfos","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":306,"kind":2048,"name":"requestLoadGraph","url":"interfaces/graphservice.html#requestloadgraph","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":307,"kind":2048,"name":"requestSearch","url":"interfaces/graphservice.html#requestsearch","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":308,"kind":2048,"name":"requestImageSearch","url":"interfaces/graphservice.html#requestimagesearch","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":309,"kind":2048,"name":"requestGetNeighbours","url":"interfaces/graphservice.html#requestgetneighbours","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":310,"kind":2048,"name":"requestGetNodeCategories","url":"interfaces/graphservice.html#requestgetnodecategories","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":311,"kind":2048,"name":"requestFilterNodesByCategory","url":"interfaces/graphservice.html#requestfilternodesbycategory","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":312,"kind":2048,"name":"requestFindRelations","url":"interfaces/graphservice.html#requestfindrelations","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":313,"kind":2048,"name":"requestGetMoreRelations","url":"interfaces/graphservice.html#requestgetmorerelations","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":314,"kind":2048,"name":"requestStopFindRelations","url":"interfaces/graphservice.html#requeststopfindrelations","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"GraphService"},{"id":315,"kind":128,"name":"Utils","url":"classes/utils.html","classes":"tsd-kind-class"},{"id":316,"kind":2048,"name":"distinct","url":"classes/utils.html#distinct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":317,"kind":2048,"name":"partOf","url":"classes/utils.html#partof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":318,"kind":2048,"name":"flatMap","url":"classes/utils.html#flatmap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":319,"kind":2048,"name":"toArray","url":"classes/utils.html#toarray","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"Utils"},{"id":320,"kind":2048,"name":"deepClone","url":"classes/utils.html#deepclone","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":321,"kind":2048,"name":"deepExtend","url":"classes/utils.html#deepextend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":322,"kind":2048,"name":"evaluate","url":"classes/utils.html#evaluate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":323,"kind":2048,"name":"toMap","url":"classes/utils.html#tomap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utils"},{"id":324,"kind":128,"name":"Point","url":"classes/point.html","classes":"tsd-kind-class"},{"id":325,"kind":1024,"name":"x","url":"classes/point.html#x","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Point"},{"id":326,"kind":1024,"name":"y","url":"classes/point.html#y","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Point"},{"id":327,"kind":512,"name":"constructor","url":"classes/point.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Point"},{"id":328,"kind":2048,"name":"delta","url":"classes/point.html#delta","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Point"},{"id":329,"kind":2048,"name":"expand","url":"classes/point.html#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Point"},{"id":330,"kind":128,"name":"Rect","url":"classes/rect.html","classes":"tsd-kind-class"},{"id":331,"kind":1024,"name":"x1","url":"classes/rect.html#x1","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":332,"kind":1024,"name":"y1","url":"classes/rect.html#y1","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":333,"kind":1024,"name":"x2","url":"classes/rect.html#x2","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":334,"kind":1024,"name":"y2","url":"classes/rect.html#y2","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Rect"},{"id":335,"kind":512,"name":"constructor","url":"classes/rect.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Rect"},{"id":336,"kind":2048,"name":"center","url":"classes/rect.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Rect"},{"id":337,"kind":2048,"name":"width","url":"classes/rect.html#width","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Rect"},{"id":338,"kind":2048,"name":"height","url":"classes/rect.html#height","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Rect"},{"id":339,"kind":128,"name":"ToolbarCtrl","url":"classes/toolbarctrl.html","classes":"tsd-kind-class"},{"id":340,"kind":1024,"name":"_content","url":"classes/toolbarctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolbarCtrl"},{"id":341,"kind":1024,"name":"_classname","url":"classes/toolbarctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolbarCtrl"},{"id":342,"kind":1024,"name":"_dockable","url":"classes/toolbarctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolbarCtrl"},{"id":343,"kind":1024,"name":"_positionStr","url":"classes/toolbarctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolbarCtrl"},{"id":344,"kind":2048,"name":"getTypeName","url":"classes/toolbarctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToolbarCtrl"},{"id":345,"kind":2048,"name":"addTool","url":"classes/toolbarctrl.html#addtool","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ToolbarCtrl"},{"id":346,"kind":2048,"name":"addButton","url":"classes/toolbarctrl.html#addbutton","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ToolbarCtrl"},{"id":347,"kind":2048,"name":"addButtons","url":"classes/toolbarctrl.html#addbuttons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ToolbarCtrl"},{"id":348,"kind":2048,"name":"onDestroy","url":"classes/toolbarctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToolbarCtrl"},{"id":349,"kind":1024,"name":"_htmlContainer","url":"classes/toolbarctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":350,"kind":1024,"name":"_position","url":"classes/toolbarctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":351,"kind":65536,"name":"__type","url":"classes/toolbarctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ToolbarCtrl._position"},{"id":352,"kind":512,"name":"constructor","url":"classes/toolbarctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":353,"kind":2048,"name":"onBindElement","url":"classes/toolbarctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":354,"kind":2048,"name":"bindElement","url":"classes/toolbarctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":355,"kind":2048,"name":"createContainerIfAbsent","url":"classes/toolbarctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":356,"kind":2048,"name":"onCreate","url":"classes/toolbarctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":357,"kind":2048,"name":"show","url":"classes/toolbarctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":358,"kind":2048,"name":"setPosition","url":"classes/toolbarctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":359,"kind":2048,"name":"hide","url":"classes/toolbarctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":360,"kind":2048,"name":"onResize","url":"classes/toolbarctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":361,"kind":1024,"name":"_disabled","url":"classes/toolbarctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":362,"kind":1024,"name":"_draggable","url":"classes/toolbarctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolbarCtrl"},{"id":363,"kind":2048,"name":"enable","url":"classes/toolbarctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":364,"kind":2048,"name":"disable","url":"classes/toolbarctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolbarCtrl"},{"id":365,"kind":2048,"name":"listenerCount","url":"classes/toolbarctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ToolbarCtrl"},{"id":366,"kind":1024,"name":"defaultMaxListeners","url":"classes/toolbarctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ToolbarCtrl"},{"id":367,"kind":2048,"name":"addListener","url":"classes/toolbarctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":368,"kind":2048,"name":"on","url":"classes/toolbarctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":369,"kind":2048,"name":"once","url":"classes/toolbarctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":370,"kind":2048,"name":"prependListener","url":"classes/toolbarctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":371,"kind":2048,"name":"prependOnceListener","url":"classes/toolbarctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":372,"kind":2048,"name":"removeListener","url":"classes/toolbarctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":373,"kind":2048,"name":"removeAllListeners","url":"classes/toolbarctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":374,"kind":2048,"name":"setMaxListeners","url":"classes/toolbarctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":375,"kind":2048,"name":"getMaxListeners","url":"classes/toolbarctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":376,"kind":2048,"name":"listeners","url":"classes/toolbarctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":377,"kind":2048,"name":"rawListeners","url":"classes/toolbarctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":378,"kind":2048,"name":"emit","url":"classes/toolbarctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":379,"kind":2048,"name":"eventNames","url":"classes/toolbarctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":380,"kind":2048,"name":"listenerCount","url":"classes/toolbarctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolbarCtrl"},{"id":381,"kind":128,"name":"InfoBoxCtrl","url":"classes/infoboxctrl.html","classes":"tsd-kind-class"},{"id":382,"kind":1024,"name":"_content","url":"classes/infoboxctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"InfoBoxCtrl"},{"id":383,"kind":1024,"name":"_classname","url":"classes/infoboxctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"InfoBoxCtrl"},{"id":384,"kind":1024,"name":"_dockable","url":"classes/infoboxctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"InfoBoxCtrl"},{"id":385,"kind":1024,"name":"_positionStr","url":"classes/infoboxctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"InfoBoxCtrl"},{"id":386,"kind":2048,"name":"getTypeName","url":"classes/infoboxctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InfoBoxCtrl"},{"id":387,"kind":2048,"name":"onBindElement","url":"classes/infoboxctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InfoBoxCtrl"},{"id":388,"kind":1024,"name":"_htmlContainer","url":"classes/infoboxctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":389,"kind":1024,"name":"_position","url":"classes/infoboxctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":390,"kind":65536,"name":"__type","url":"classes/infoboxctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"InfoBoxCtrl._position"},{"id":391,"kind":512,"name":"constructor","url":"classes/infoboxctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":392,"kind":2048,"name":"bindElement","url":"classes/infoboxctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":393,"kind":2048,"name":"createContainerIfAbsent","url":"classes/infoboxctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":394,"kind":2048,"name":"onCreate","url":"classes/infoboxctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":395,"kind":2048,"name":"show","url":"classes/infoboxctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":396,"kind":2048,"name":"setPosition","url":"classes/infoboxctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":397,"kind":2048,"name":"hide","url":"classes/infoboxctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":398,"kind":2048,"name":"onResize","url":"classes/infoboxctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":399,"kind":2048,"name":"onDestroy","url":"classes/infoboxctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":400,"kind":1024,"name":"_disabled","url":"classes/infoboxctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":401,"kind":1024,"name":"_draggable","url":"classes/infoboxctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InfoBoxCtrl"},{"id":402,"kind":2048,"name":"enable","url":"classes/infoboxctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":403,"kind":2048,"name":"disable","url":"classes/infoboxctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":404,"kind":2048,"name":"listenerCount","url":"classes/infoboxctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"InfoBoxCtrl"},{"id":405,"kind":1024,"name":"defaultMaxListeners","url":"classes/infoboxctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"InfoBoxCtrl"},{"id":406,"kind":2048,"name":"addListener","url":"classes/infoboxctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":407,"kind":2048,"name":"on","url":"classes/infoboxctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":408,"kind":2048,"name":"once","url":"classes/infoboxctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":409,"kind":2048,"name":"prependListener","url":"classes/infoboxctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":410,"kind":2048,"name":"prependOnceListener","url":"classes/infoboxctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":411,"kind":2048,"name":"removeListener","url":"classes/infoboxctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":412,"kind":2048,"name":"removeAllListeners","url":"classes/infoboxctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":413,"kind":2048,"name":"setMaxListeners","url":"classes/infoboxctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":414,"kind":2048,"name":"getMaxListeners","url":"classes/infoboxctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":415,"kind":2048,"name":"listeners","url":"classes/infoboxctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":416,"kind":2048,"name":"rawListeners","url":"classes/infoboxctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":417,"kind":2048,"name":"emit","url":"classes/infoboxctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":418,"kind":2048,"name":"eventNames","url":"classes/infoboxctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":419,"kind":2048,"name":"listenerCount","url":"classes/infoboxctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"InfoBoxCtrl"},{"id":420,"kind":128,"name":"SearchBoxCtrl","url":"classes/searchboxctrl.html","classes":"tsd-kind-class"},{"id":421,"kind":1024,"name":"_input","url":"classes/searchboxctrl.html#_input","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SearchBoxCtrl"},{"id":422,"kind":1024,"name":"_image","url":"classes/searchboxctrl.html#_image","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SearchBoxCtrl"},{"id":423,"kind":1024,"name":"_content","url":"classes/searchboxctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"SearchBoxCtrl"},{"id":424,"kind":1024,"name":"_classname","url":"classes/searchboxctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"SearchBoxCtrl"},{"id":425,"kind":1024,"name":"_dockable","url":"classes/searchboxctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"SearchBoxCtrl"},{"id":426,"kind":1024,"name":"_positionStr","url":"classes/searchboxctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"SearchBoxCtrl"},{"id":427,"kind":2048,"name":"getTypeName","url":"classes/searchboxctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SearchBoxCtrl"},{"id":428,"kind":2048,"name":"onBindElement","url":"classes/searchboxctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SearchBoxCtrl"},{"id":429,"kind":1024,"name":"_htmlContainer","url":"classes/searchboxctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":430,"kind":1024,"name":"_position","url":"classes/searchboxctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":431,"kind":65536,"name":"__type","url":"classes/searchboxctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"SearchBoxCtrl._position"},{"id":432,"kind":512,"name":"constructor","url":"classes/searchboxctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":433,"kind":2048,"name":"bindElement","url":"classes/searchboxctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":434,"kind":2048,"name":"createContainerIfAbsent","url":"classes/searchboxctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":435,"kind":2048,"name":"onCreate","url":"classes/searchboxctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":436,"kind":2048,"name":"show","url":"classes/searchboxctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":437,"kind":2048,"name":"setPosition","url":"classes/searchboxctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":438,"kind":2048,"name":"hide","url":"classes/searchboxctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":439,"kind":2048,"name":"onResize","url":"classes/searchboxctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":440,"kind":2048,"name":"onDestroy","url":"classes/searchboxctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":441,"kind":1024,"name":"_disabled","url":"classes/searchboxctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":442,"kind":1024,"name":"_draggable","url":"classes/searchboxctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SearchBoxCtrl"},{"id":443,"kind":2048,"name":"enable","url":"classes/searchboxctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":444,"kind":2048,"name":"disable","url":"classes/searchboxctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":445,"kind":2048,"name":"listenerCount","url":"classes/searchboxctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SearchBoxCtrl"},{"id":446,"kind":1024,"name":"defaultMaxListeners","url":"classes/searchboxctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SearchBoxCtrl"},{"id":447,"kind":2048,"name":"addListener","url":"classes/searchboxctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":448,"kind":2048,"name":"on","url":"classes/searchboxctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":449,"kind":2048,"name":"once","url":"classes/searchboxctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":450,"kind":2048,"name":"prependListener","url":"classes/searchboxctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":451,"kind":2048,"name":"prependOnceListener","url":"classes/searchboxctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":452,"kind":2048,"name":"removeListener","url":"classes/searchboxctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":453,"kind":2048,"name":"removeAllListeners","url":"classes/searchboxctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":454,"kind":2048,"name":"setMaxListeners","url":"classes/searchboxctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":455,"kind":2048,"name":"getMaxListeners","url":"classes/searchboxctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":456,"kind":2048,"name":"listeners","url":"classes/searchboxctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":457,"kind":2048,"name":"rawListeners","url":"classes/searchboxctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":458,"kind":2048,"name":"emit","url":"classes/searchboxctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":459,"kind":2048,"name":"eventNames","url":"classes/searchboxctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":460,"kind":2048,"name":"listenerCount","url":"classes/searchboxctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SearchBoxCtrl"},{"id":461,"kind":128,"name":"RelFinderDialogCtrl","url":"classes/relfinderdialogctrl.html","classes":"tsd-kind-class"},{"id":462,"kind":1024,"name":"_content","url":"classes/relfinderdialogctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":463,"kind":1024,"name":"_classname","url":"classes/relfinderdialogctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":464,"kind":1024,"name":"_dockable","url":"classes/relfinderdialogctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":465,"kind":1024,"name":"_positionStr","url":"classes/relfinderdialogctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":466,"kind":2048,"name":"getTypeName","url":"classes/relfinderdialogctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderDialogCtrl"},{"id":467,"kind":2048,"name":"onBindElement","url":"classes/relfinderdialogctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderDialogCtrl"},{"id":468,"kind":2048,"name":"getSelectedNodeIds","url":"classes/relfinderdialogctrl.html#getselectednodeids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderDialogCtrl"},{"id":469,"kind":2048,"name":"selectNodes","url":"classes/relfinderdialogctrl.html#selectnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderDialogCtrl"},{"id":470,"kind":1024,"name":"_htmlContainer","url":"classes/relfinderdialogctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":471,"kind":1024,"name":"_position","url":"classes/relfinderdialogctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":472,"kind":65536,"name":"__type","url":"classes/relfinderdialogctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"RelFinderDialogCtrl._position"},{"id":473,"kind":512,"name":"constructor","url":"classes/relfinderdialogctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":474,"kind":2048,"name":"bindElement","url":"classes/relfinderdialogctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":475,"kind":2048,"name":"createContainerIfAbsent","url":"classes/relfinderdialogctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":476,"kind":2048,"name":"onCreate","url":"classes/relfinderdialogctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":477,"kind":2048,"name":"show","url":"classes/relfinderdialogctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":478,"kind":2048,"name":"setPosition","url":"classes/relfinderdialogctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":479,"kind":2048,"name":"hide","url":"classes/relfinderdialogctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":480,"kind":2048,"name":"onResize","url":"classes/relfinderdialogctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":481,"kind":2048,"name":"onDestroy","url":"classes/relfinderdialogctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":482,"kind":1024,"name":"_disabled","url":"classes/relfinderdialogctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":483,"kind":1024,"name":"_draggable","url":"classes/relfinderdialogctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderDialogCtrl"},{"id":484,"kind":2048,"name":"enable","url":"classes/relfinderdialogctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":485,"kind":2048,"name":"disable","url":"classes/relfinderdialogctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":486,"kind":2048,"name":"listenerCount","url":"classes/relfinderdialogctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderDialogCtrl"},{"id":487,"kind":1024,"name":"defaultMaxListeners","url":"classes/relfinderdialogctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderDialogCtrl"},{"id":488,"kind":2048,"name":"addListener","url":"classes/relfinderdialogctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":489,"kind":2048,"name":"on","url":"classes/relfinderdialogctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":490,"kind":2048,"name":"once","url":"classes/relfinderdialogctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":491,"kind":2048,"name":"prependListener","url":"classes/relfinderdialogctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":492,"kind":2048,"name":"prependOnceListener","url":"classes/relfinderdialogctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":493,"kind":2048,"name":"removeListener","url":"classes/relfinderdialogctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":494,"kind":2048,"name":"removeAllListeners","url":"classes/relfinderdialogctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":495,"kind":2048,"name":"setMaxListeners","url":"classes/relfinderdialogctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":496,"kind":2048,"name":"getMaxListeners","url":"classes/relfinderdialogctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":497,"kind":2048,"name":"listeners","url":"classes/relfinderdialogctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":498,"kind":2048,"name":"rawListeners","url":"classes/relfinderdialogctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":499,"kind":2048,"name":"emit","url":"classes/relfinderdialogctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":500,"kind":2048,"name":"eventNames","url":"classes/relfinderdialogctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":501,"kind":2048,"name":"listenerCount","url":"classes/relfinderdialogctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderDialogCtrl"},{"id":502,"kind":128,"name":"i18n","url":"classes/i18n.html","classes":"tsd-kind-class"},{"id":503,"kind":1024,"name":"RESOURCE_BUNDLE","url":"classes/i18n.html#resource_bundle","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":504,"kind":2097152,"name":"MESSAGES_EN","url":"classes/i18n.html#messages_en","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":505,"kind":32,"name":"INITIALING","url":"classes/i18n.html#messages_en.initialing-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES_EN"},{"id":506,"kind":32,"name":"LOADING_GRAPH","url":"classes/i18n.html#messages_en.loading_graph-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES_EN"},{"id":507,"kind":2097152,"name":"MESSAGES","url":"classes/i18n.html#messages","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":508,"kind":32,"name":"default","url":"classes/i18n.html#messages.default","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES"},{"id":509,"kind":65536,"name":"__type","url":"classes/i18n.html#messages.default.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"i18n.MESSAGES.default"},{"id":510,"kind":32,"name":"INITIALING","url":"classes/i18n.html#messages.default.__type.initialing","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.default.__type"},{"id":511,"kind":32,"name":"LOADING_GRAPH","url":"classes/i18n.html#messages.default.__type.loading_graph","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.default.__type"},{"id":512,"kind":32,"name":"en","url":"classes/i18n.html#messages.en","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"i18n.MESSAGES"},{"id":513,"kind":65536,"name":"__type","url":"classes/i18n.html#messages.en.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"i18n.MESSAGES.en"},{"id":514,"kind":32,"name":"INITIALING","url":"classes/i18n.html#messages.en.__type-1.initialing-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.en.__type"},{"id":515,"kind":32,"name":"LOADING_GRAPH","url":"classes/i18n.html#messages.en.__type-1.loading_graph-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"i18n.MESSAGES.en.__type"},{"id":516,"kind":2048,"name":"setLanguage","url":"classes/i18n.html#setlanguage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":517,"kind":2048,"name":"getMessage","url":"classes/i18n.html#getmessage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"i18n"},{"id":518,"kind":128,"name":"MessageBoxCtrl","url":"classes/messageboxctrl.html","classes":"tsd-kind-class"},{"id":519,"kind":2048,"name":"getTypeName","url":"classes/messageboxctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MessageBoxCtrl"},{"id":520,"kind":2048,"name":"onBindElement","url":"classes/messageboxctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MessageBoxCtrl"},{"id":521,"kind":2048,"name":"showMessage","url":"classes/messageboxctrl.html#showmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MessageBoxCtrl"},{"id":522,"kind":2048,"name":"hideMessage","url":"classes/messageboxctrl.html#hidemessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MessageBoxCtrl"},{"id":523,"kind":2048,"name":"onResize","url":"classes/messageboxctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MessageBoxCtrl"},{"id":524,"kind":1024,"name":"_htmlContainer","url":"classes/messageboxctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":525,"kind":1024,"name":"_position","url":"classes/messageboxctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":526,"kind":65536,"name":"__type","url":"classes/messageboxctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MessageBoxCtrl._position"},{"id":527,"kind":512,"name":"constructor","url":"classes/messageboxctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":528,"kind":2048,"name":"bindElement","url":"classes/messageboxctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":529,"kind":2048,"name":"createContainerIfAbsent","url":"classes/messageboxctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":530,"kind":2048,"name":"onCreate","url":"classes/messageboxctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":531,"kind":2048,"name":"show","url":"classes/messageboxctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":532,"kind":2048,"name":"setPosition","url":"classes/messageboxctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":533,"kind":2048,"name":"hide","url":"classes/messageboxctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":534,"kind":2048,"name":"onDestroy","url":"classes/messageboxctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":535,"kind":1024,"name":"_disabled","url":"classes/messageboxctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":536,"kind":1024,"name":"_content","url":"classes/messageboxctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":537,"kind":1024,"name":"_classname","url":"classes/messageboxctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":538,"kind":1024,"name":"_dockable","url":"classes/messageboxctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":539,"kind":1024,"name":"_draggable","url":"classes/messageboxctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":540,"kind":1024,"name":"_positionStr","url":"classes/messageboxctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"MessageBoxCtrl"},{"id":541,"kind":2048,"name":"enable","url":"classes/messageboxctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":542,"kind":2048,"name":"disable","url":"classes/messageboxctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":543,"kind":2048,"name":"listenerCount","url":"classes/messageboxctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"MessageBoxCtrl"},{"id":544,"kind":1024,"name":"defaultMaxListeners","url":"classes/messageboxctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"MessageBoxCtrl"},{"id":545,"kind":2048,"name":"addListener","url":"classes/messageboxctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":546,"kind":2048,"name":"on","url":"classes/messageboxctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":547,"kind":2048,"name":"once","url":"classes/messageboxctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":548,"kind":2048,"name":"prependListener","url":"classes/messageboxctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":549,"kind":2048,"name":"prependOnceListener","url":"classes/messageboxctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":550,"kind":2048,"name":"removeListener","url":"classes/messageboxctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":551,"kind":2048,"name":"removeAllListeners","url":"classes/messageboxctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":552,"kind":2048,"name":"setMaxListeners","url":"classes/messageboxctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":553,"kind":2048,"name":"getMaxListeners","url":"classes/messageboxctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":554,"kind":2048,"name":"listeners","url":"classes/messageboxctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":555,"kind":2048,"name":"rawListeners","url":"classes/messageboxctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":556,"kind":2048,"name":"emit","url":"classes/messageboxctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":557,"kind":2048,"name":"eventNames","url":"classes/messageboxctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":558,"kind":2048,"name":"listenerCount","url":"classes/messageboxctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"MessageBoxCtrl"},{"id":559,"kind":128,"name":"StatusBarCtrl","url":"classes/statusbarctrl.html","classes":"tsd-kind-class"},{"id":560,"kind":1024,"name":"_content","url":"classes/statusbarctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"StatusBarCtrl"},{"id":561,"kind":1024,"name":"_classname","url":"classes/statusbarctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"StatusBarCtrl"},{"id":562,"kind":1024,"name":"_dockable","url":"classes/statusbarctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"StatusBarCtrl"},{"id":563,"kind":1024,"name":"_draggable","url":"classes/statusbarctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"StatusBarCtrl"},{"id":564,"kind":1024,"name":"_positionStr","url":"classes/statusbarctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"StatusBarCtrl"},{"id":565,"kind":2048,"name":"getTypeName","url":"classes/statusbarctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"StatusBarCtrl"},{"id":566,"kind":2048,"name":"showMessage","url":"classes/statusbarctrl.html#showmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"StatusBarCtrl"},{"id":567,"kind":1024,"name":"_htmlContainer","url":"classes/statusbarctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":568,"kind":1024,"name":"_position","url":"classes/statusbarctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":569,"kind":65536,"name":"__type","url":"classes/statusbarctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"StatusBarCtrl._position"},{"id":570,"kind":512,"name":"constructor","url":"classes/statusbarctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":571,"kind":2048,"name":"onBindElement","url":"classes/statusbarctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":572,"kind":2048,"name":"bindElement","url":"classes/statusbarctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":573,"kind":2048,"name":"createContainerIfAbsent","url":"classes/statusbarctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":574,"kind":2048,"name":"onCreate","url":"classes/statusbarctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":575,"kind":2048,"name":"show","url":"classes/statusbarctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":576,"kind":2048,"name":"setPosition","url":"classes/statusbarctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":577,"kind":2048,"name":"hide","url":"classes/statusbarctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":578,"kind":2048,"name":"onResize","url":"classes/statusbarctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":579,"kind":2048,"name":"onDestroy","url":"classes/statusbarctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":580,"kind":1024,"name":"_disabled","url":"classes/statusbarctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"StatusBarCtrl"},{"id":581,"kind":2048,"name":"enable","url":"classes/statusbarctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":582,"kind":2048,"name":"disable","url":"classes/statusbarctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StatusBarCtrl"},{"id":583,"kind":2048,"name":"listenerCount","url":"classes/statusbarctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"StatusBarCtrl"},{"id":584,"kind":1024,"name":"defaultMaxListeners","url":"classes/statusbarctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"StatusBarCtrl"},{"id":585,"kind":2048,"name":"addListener","url":"classes/statusbarctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":586,"kind":2048,"name":"on","url":"classes/statusbarctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":587,"kind":2048,"name":"once","url":"classes/statusbarctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":588,"kind":2048,"name":"prependListener","url":"classes/statusbarctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":589,"kind":2048,"name":"prependOnceListener","url":"classes/statusbarctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":590,"kind":2048,"name":"removeListener","url":"classes/statusbarctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":591,"kind":2048,"name":"removeAllListeners","url":"classes/statusbarctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":592,"kind":2048,"name":"setMaxListeners","url":"classes/statusbarctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":593,"kind":2048,"name":"getMaxListeners","url":"classes/statusbarctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":594,"kind":2048,"name":"listeners","url":"classes/statusbarctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":595,"kind":2048,"name":"rawListeners","url":"classes/statusbarctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":596,"kind":2048,"name":"emit","url":"classes/statusbarctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":597,"kind":2048,"name":"eventNames","url":"classes/statusbarctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":598,"kind":2048,"name":"listenerCount","url":"classes/statusbarctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StatusBarCtrl"},{"id":599,"kind":128,"name":"RelListCtrl","url":"classes/rellistctrl.html","classes":"tsd-kind-class"},{"id":600,"kind":1024,"name":"_content","url":"classes/rellistctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelListCtrl"},{"id":601,"kind":1024,"name":"_classname","url":"classes/rellistctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelListCtrl"},{"id":602,"kind":1024,"name":"_dockable","url":"classes/rellistctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelListCtrl"},{"id":603,"kind":1024,"name":"_draggable","url":"classes/rellistctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelListCtrl"},{"id":604,"kind":1024,"name":"_positionStr","url":"classes/rellistctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelListCtrl"},{"id":605,"kind":2048,"name":"getTypeName","url":"classes/rellistctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelListCtrl"},{"id":606,"kind":2048,"name":"onBindElement","url":"classes/rellistctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelListCtrl"},{"id":607,"kind":1024,"name":"_htmlContainer","url":"classes/rellistctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":608,"kind":1024,"name":"_position","url":"classes/rellistctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":609,"kind":65536,"name":"__type","url":"classes/rellistctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"RelListCtrl._position"},{"id":610,"kind":512,"name":"constructor","url":"classes/rellistctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":611,"kind":2048,"name":"bindElement","url":"classes/rellistctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":612,"kind":2048,"name":"createContainerIfAbsent","url":"classes/rellistctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":613,"kind":2048,"name":"onCreate","url":"classes/rellistctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":614,"kind":2048,"name":"show","url":"classes/rellistctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":615,"kind":2048,"name":"setPosition","url":"classes/rellistctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":616,"kind":2048,"name":"hide","url":"classes/rellistctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":617,"kind":2048,"name":"onResize","url":"classes/rellistctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":618,"kind":2048,"name":"onDestroy","url":"classes/rellistctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":619,"kind":1024,"name":"_disabled","url":"classes/rellistctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelListCtrl"},{"id":620,"kind":2048,"name":"enable","url":"classes/rellistctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":621,"kind":2048,"name":"disable","url":"classes/rellistctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelListCtrl"},{"id":622,"kind":2048,"name":"listenerCount","url":"classes/rellistctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelListCtrl"},{"id":623,"kind":1024,"name":"defaultMaxListeners","url":"classes/rellistctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelListCtrl"},{"id":624,"kind":2048,"name":"addListener","url":"classes/rellistctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":625,"kind":2048,"name":"on","url":"classes/rellistctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":626,"kind":2048,"name":"once","url":"classes/rellistctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":627,"kind":2048,"name":"prependListener","url":"classes/rellistctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":628,"kind":2048,"name":"prependOnceListener","url":"classes/rellistctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":629,"kind":2048,"name":"removeListener","url":"classes/rellistctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":630,"kind":2048,"name":"removeAllListeners","url":"classes/rellistctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":631,"kind":2048,"name":"setMaxListeners","url":"classes/rellistctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":632,"kind":2048,"name":"getMaxListeners","url":"classes/rellistctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":633,"kind":2048,"name":"listeners","url":"classes/rellistctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":634,"kind":2048,"name":"rawListeners","url":"classes/rellistctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":635,"kind":2048,"name":"emit","url":"classes/rellistctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":636,"kind":2048,"name":"eventNames","url":"classes/rellistctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":637,"kind":2048,"name":"listenerCount","url":"classes/rellistctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelListCtrl"},{"id":638,"kind":128,"name":"ImageUploadCtrl","url":"classes/imageuploadctrl.html","classes":"tsd-kind-class"},{"id":639,"kind":1024,"name":"_classname","url":"classes/imageuploadctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ImageUploadCtrl"},{"id":640,"kind":1024,"name":"_dockable","url":"classes/imageuploadctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ImageUploadCtrl"},{"id":641,"kind":1024,"name":"_draggable","url":"classes/imageuploadctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ImageUploadCtrl"},{"id":642,"kind":1024,"name":"_frame","url":"classes/imageuploadctrl.html#_frame","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":643,"kind":1024,"name":"_modal","url":"classes/imageuploadctrl.html#_modal","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":644,"kind":1024,"name":"_modalCloser","url":"classes/imageuploadctrl.html#_modalcloser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":645,"kind":1024,"name":"_tabs","url":"classes/imageuploadctrl.html#_tabs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":646,"kind":1024,"name":"_tabContents","url":"classes/imageuploadctrl.html#_tabcontents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":647,"kind":1024,"name":"_fileUploader","url":"classes/imageuploadctrl.html#_fileuploader","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":648,"kind":1024,"name":"_uploadBtns","url":"classes/imageuploadctrl.html#_uploadbtns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":649,"kind":1024,"name":"_deleteBtns","url":"classes/imageuploadctrl.html#_deletebtns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":650,"kind":1024,"name":"_url","url":"classes/imageuploadctrl.html#_url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":651,"kind":1024,"name":"_cam","url":"classes/imageuploadctrl.html#_cam","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ImageUploadCtrl"},{"id":652,"kind":2048,"name":"getTypeName","url":"classes/imageuploadctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageUploadCtrl"},{"id":653,"kind":2048,"name":"onBindElement","url":"classes/imageuploadctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageUploadCtrl"},{"id":654,"kind":1024,"name":"_htmlContainer","url":"classes/imageuploadctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":655,"kind":1024,"name":"_position","url":"classes/imageuploadctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":656,"kind":65536,"name":"__type","url":"classes/imageuploadctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ImageUploadCtrl._position"},{"id":657,"kind":512,"name":"constructor","url":"classes/imageuploadctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":658,"kind":2048,"name":"bindElement","url":"classes/imageuploadctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":659,"kind":2048,"name":"createContainerIfAbsent","url":"classes/imageuploadctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":660,"kind":2048,"name":"onCreate","url":"classes/imageuploadctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":661,"kind":2048,"name":"show","url":"classes/imageuploadctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":662,"kind":2048,"name":"setPosition","url":"classes/imageuploadctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":663,"kind":2048,"name":"hide","url":"classes/imageuploadctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":664,"kind":2048,"name":"onResize","url":"classes/imageuploadctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":665,"kind":2048,"name":"onDestroy","url":"classes/imageuploadctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":666,"kind":1024,"name":"_disabled","url":"classes/imageuploadctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":667,"kind":1024,"name":"_content","url":"classes/imageuploadctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":668,"kind":1024,"name":"_positionStr","url":"classes/imageuploadctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ImageUploadCtrl"},{"id":669,"kind":2048,"name":"enable","url":"classes/imageuploadctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":670,"kind":2048,"name":"disable","url":"classes/imageuploadctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":671,"kind":2048,"name":"listenerCount","url":"classes/imageuploadctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ImageUploadCtrl"},{"id":672,"kind":1024,"name":"defaultMaxListeners","url":"classes/imageuploadctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ImageUploadCtrl"},{"id":673,"kind":2048,"name":"addListener","url":"classes/imageuploadctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":674,"kind":2048,"name":"on","url":"classes/imageuploadctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":675,"kind":2048,"name":"once","url":"classes/imageuploadctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":676,"kind":2048,"name":"prependListener","url":"classes/imageuploadctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":677,"kind":2048,"name":"prependOnceListener","url":"classes/imageuploadctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":678,"kind":2048,"name":"removeListener","url":"classes/imageuploadctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":679,"kind":2048,"name":"removeAllListeners","url":"classes/imageuploadctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":680,"kind":2048,"name":"setMaxListeners","url":"classes/imageuploadctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":681,"kind":2048,"name":"getMaxListeners","url":"classes/imageuploadctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":682,"kind":2048,"name":"listeners","url":"classes/imageuploadctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":683,"kind":2048,"name":"rawListeners","url":"classes/imageuploadctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":684,"kind":2048,"name":"emit","url":"classes/imageuploadctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":685,"kind":2048,"name":"eventNames","url":"classes/imageuploadctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":686,"kind":2048,"name":"listenerCount","url":"classes/imageuploadctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ImageUploadCtrl"},{"id":687,"kind":128,"name":"Uploader","url":"classes/uploader.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":688,"kind":512,"name":"constructor","url":"classes/uploader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":689,"kind":2048,"name":"init","url":"classes/uploader.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":690,"kind":2048,"name":"onDragover","url":"classes/uploader.html#ondragover","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static tsd-is-not-exported","parent":"Uploader"},{"id":691,"kind":2048,"name":"onDrop","url":"classes/uploader.html#ondrop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":692,"kind":2048,"name":"eventClickInit","url":"classes/uploader.html#eventclickinit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":693,"kind":2048,"name":"onChangeUploadFile","url":"classes/uploader.html#onchangeuploadfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":694,"kind":2048,"name":"createImageUploadDialog","url":"classes/uploader.html#createimageuploaddialog","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":695,"kind":2048,"name":"preview","url":"classes/uploader.html#preview","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":696,"kind":2048,"name":"cleanFile","url":"classes/uploader.html#cleanfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":697,"kind":262144,"name":"file","url":"classes/uploader.html#file","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"Uploader"},{"id":698,"kind":128,"name":"Camera","url":"classes/camera.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":699,"kind":512,"name":"constructor","url":"classes/camera.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":700,"kind":262144,"name":"photo","url":"classes/camera.html#photo","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":701,"kind":262144,"name":"opening","url":"classes/camera.html#opening","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":702,"kind":2048,"name":"initCam","url":"classes/camera.html#initcam","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":703,"kind":2048,"name":"closeCam","url":"classes/camera.html#closecam","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":704,"kind":2048,"name":"takePhoto","url":"classes/camera.html#takephoto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":705,"kind":2048,"name":"reTake","url":"classes/camera.html#retake","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"Camera"},{"id":706,"kind":128,"name":"ResultListCtrl","url":"classes/resultlistctrl.html","classes":"tsd-kind-class"},{"id":707,"kind":1024,"name":"_content","url":"classes/resultlistctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ResultListCtrl"},{"id":708,"kind":1024,"name":"_classname","url":"classes/resultlistctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ResultListCtrl"},{"id":709,"kind":1024,"name":"_dockable","url":"classes/resultlistctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ResultListCtrl"},{"id":710,"kind":1024,"name":"_positionStr","url":"classes/resultlistctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ResultListCtrl"},{"id":711,"kind":2048,"name":"getTypeName","url":"classes/resultlistctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":712,"kind":2048,"name":"onBindElement","url":"classes/resultlistctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":713,"kind":2048,"name":"hide","url":"classes/resultlistctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":714,"kind":2048,"name":"show","url":"classes/resultlistctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResultListCtrl"},{"id":715,"kind":2048,"name":"addNodes","url":"classes/resultlistctrl.html#addnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ResultListCtrl"},{"id":716,"kind":2048,"name":"delNodes","url":"classes/resultlistctrl.html#delnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ResultListCtrl"},{"id":717,"kind":2048,"name":"clearList","url":"classes/resultlistctrl.html#clearlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ResultListCtrl"},{"id":718,"kind":1024,"name":"_htmlContainer","url":"classes/resultlistctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":719,"kind":1024,"name":"_position","url":"classes/resultlistctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":720,"kind":65536,"name":"__type","url":"classes/resultlistctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ResultListCtrl._position"},{"id":721,"kind":512,"name":"constructor","url":"classes/resultlistctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":722,"kind":2048,"name":"bindElement","url":"classes/resultlistctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":723,"kind":2048,"name":"createContainerIfAbsent","url":"classes/resultlistctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":724,"kind":2048,"name":"onCreate","url":"classes/resultlistctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":725,"kind":2048,"name":"setPosition","url":"classes/resultlistctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":726,"kind":2048,"name":"onResize","url":"classes/resultlistctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":727,"kind":2048,"name":"onDestroy","url":"classes/resultlistctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":728,"kind":1024,"name":"_disabled","url":"classes/resultlistctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":729,"kind":1024,"name":"_draggable","url":"classes/resultlistctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ResultListCtrl"},{"id":730,"kind":2048,"name":"enable","url":"classes/resultlistctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":731,"kind":2048,"name":"disable","url":"classes/resultlistctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResultListCtrl"},{"id":732,"kind":2048,"name":"listenerCount","url":"classes/resultlistctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ResultListCtrl"},{"id":733,"kind":1024,"name":"defaultMaxListeners","url":"classes/resultlistctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ResultListCtrl"},{"id":734,"kind":2048,"name":"addListener","url":"classes/resultlistctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":735,"kind":2048,"name":"on","url":"classes/resultlistctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":736,"kind":2048,"name":"once","url":"classes/resultlistctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":737,"kind":2048,"name":"prependListener","url":"classes/resultlistctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":738,"kind":2048,"name":"prependOnceListener","url":"classes/resultlistctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":739,"kind":2048,"name":"removeListener","url":"classes/resultlistctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":740,"kind":2048,"name":"removeAllListeners","url":"classes/resultlistctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":741,"kind":2048,"name":"setMaxListeners","url":"classes/resultlistctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":742,"kind":2048,"name":"getMaxListeners","url":"classes/resultlistctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":743,"kind":2048,"name":"listeners","url":"classes/resultlistctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":744,"kind":2048,"name":"rawListeners","url":"classes/resultlistctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":745,"kind":2048,"name":"emit","url":"classes/resultlistctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":746,"kind":2048,"name":"eventNames","url":"classes/resultlistctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":747,"kind":2048,"name":"listenerCount","url":"classes/resultlistctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ResultListCtrl"},{"id":748,"kind":128,"name":"ContextCtrl","url":"classes/contextctrl.html","classes":"tsd-kind-class"},{"id":749,"kind":2048,"name":"getTypeName","url":"classes/contextctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContextCtrl"},{"id":750,"kind":2048,"name":"onCreate","url":"classes/contextctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContextCtrl"},{"id":751,"kind":2048,"name":"onDestroy","url":"classes/contextctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContextCtrl"},{"id":752,"kind":1024,"name":"_disabled","url":"classes/contextctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":753,"kind":1024,"name":"_content","url":"classes/contextctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":754,"kind":1024,"name":"_classname","url":"classes/contextctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":755,"kind":1024,"name":"_dockable","url":"classes/contextctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":756,"kind":1024,"name":"_draggable","url":"classes/contextctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":757,"kind":1024,"name":"_positionStr","url":"classes/contextctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ContextCtrl"},{"id":758,"kind":512,"name":"constructor","url":"classes/contextctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ContextCtrl"},{"id":759,"kind":2048,"name":"enable","url":"classes/contextctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextCtrl"},{"id":760,"kind":2048,"name":"disable","url":"classes/contextctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextCtrl"},{"id":761,"kind":2048,"name":"listenerCount","url":"classes/contextctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ContextCtrl"},{"id":762,"kind":1024,"name":"defaultMaxListeners","url":"classes/contextctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ContextCtrl"},{"id":763,"kind":2048,"name":"addListener","url":"classes/contextctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":764,"kind":2048,"name":"on","url":"classes/contextctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":765,"kind":2048,"name":"once","url":"classes/contextctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":766,"kind":2048,"name":"prependListener","url":"classes/contextctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":767,"kind":2048,"name":"prependOnceListener","url":"classes/contextctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":768,"kind":2048,"name":"removeListener","url":"classes/contextctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":769,"kind":2048,"name":"removeAllListeners","url":"classes/contextctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":770,"kind":2048,"name":"setMaxListeners","url":"classes/contextctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":771,"kind":2048,"name":"getMaxListeners","url":"classes/contextctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":772,"kind":2048,"name":"listeners","url":"classes/contextctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":773,"kind":2048,"name":"rawListeners","url":"classes/contextctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":774,"kind":2048,"name":"emit","url":"classes/contextctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":775,"kind":2048,"name":"eventNames","url":"classes/contextctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":776,"kind":2048,"name":"listenerCount","url":"classes/contextctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ContextCtrl"},{"id":777,"kind":128,"name":"Context","url":"classes/context.html","classes":"tsd-kind-class"},{"id":778,"kind":2048,"name":"dom","url":"classes/context.html#dom","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":779,"kind":2048,"name":"valid","url":"classes/context.html#valid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":780,"kind":2048,"name":"buildItem","url":"classes/context.html#builditem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":781,"kind":2048,"name":"build","url":"classes/context.html#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":782,"kind":2048,"name":"getNormalizedEvent","url":"classes/context.html#getnormalizedevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":783,"kind":2048,"name":"getPosition","url":"classes/context.html#getposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":784,"kind":2048,"name":"bind","url":"classes/context.html#bind","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":785,"kind":2048,"name":"show","url":"classes/context.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":786,"kind":2048,"name":"visible","url":"classes/context.html#visible","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":787,"kind":2048,"name":"close","url":"classes/context.html#close","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Context"},{"id":788,"kind":128,"name":"MainFrame","url":"classes/mainframe.html","classes":"tsd-kind-class"},{"id":789,"kind":1024,"name":"_ctrls","url":"classes/mainframe.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"MainFrame"},{"id":790,"kind":512,"name":"constructor","url":"classes/mainframe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MainFrame"},{"id":791,"kind":2048,"name":"emit","url":"classes/mainframe.html#emit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":792,"kind":2048,"name":"fire","url":"classes/mainframe.html#fire","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":793,"kind":2048,"name":"on","url":"classes/mainframe.html#on","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":794,"kind":2048,"name":"off","url":"classes/mainframe.html#off","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":795,"kind":2048,"name":"getGraphService","url":"classes/mainframe.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":796,"kind":2048,"name":"getScreenData","url":"classes/mainframe.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":797,"kind":2048,"name":"removeControlLike","url":"classes/mainframe.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MainFrame"},{"id":798,"kind":2048,"name":"getRequiredControl","url":"classes/mainframe.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":799,"kind":2048,"name":"getRequiredControlLike","url":"classes/mainframe.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MainFrame"},{"id":800,"kind":2048,"name":"addControl","url":"classes/mainframe.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MainFrame"},{"id":801,"kind":2048,"name":"addDocumentControls","url":"classes/mainframe.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MainFrame"},{"id":802,"kind":2048,"name":"connectService","url":"classes/mainframe.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":803,"kind":2048,"name":"updateTheme","url":"classes/mainframe.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":804,"kind":2048,"name":"updateNetworkOptions","url":"classes/mainframe.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":805,"kind":2048,"name":"scaleTo","url":"classes/mainframe.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":806,"kind":2048,"name":"fits","url":"classes/mainframe.html#fits","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":807,"kind":2048,"name":"redraw","url":"classes/mainframe.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":808,"kind":2048,"name":"search","url":"classes/mainframe.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":809,"kind":2048,"name":"searchImage","url":"classes/mainframe.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":810,"kind":2048,"name":"updateGraph","url":"classes/mainframe.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":811,"kind":2048,"name":"updateNodes","url":"classes/mainframe.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":812,"kind":2048,"name":"updateEdges","url":"classes/mainframe.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":813,"kind":2048,"name":"showNodesOfCategory","url":"classes/mainframe.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":814,"kind":2048,"name":"clearScreen","url":"classes/mainframe.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":815,"kind":2048,"name":"setDynamic","url":"classes/mainframe.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":816,"kind":2048,"name":"loadGraph","url":"classes/mainframe.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":817,"kind":2048,"name":"lockScale","url":"classes/mainframe.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":818,"kind":2048,"name":"insertNodes","url":"classes/mainframe.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":819,"kind":2048,"name":"deleteNodes","url":"classes/mainframe.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":820,"kind":2048,"name":"focusNodes","url":"classes/mainframe.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":821,"kind":2048,"name":"highlightNodes","url":"classes/mainframe.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":822,"kind":2048,"name":"focusEdges","url":"classes/mainframe.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":823,"kind":2048,"name":"insertEdges","url":"classes/mainframe.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":824,"kind":2048,"name":"getNodeById","url":"classes/mainframe.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":825,"kind":2048,"name":"placeNodes","url":"classes/mainframe.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":826,"kind":2048,"name":"_notifyControls","url":"classes/mainframe.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MainFrame"},{"id":827,"kind":2048,"name":"notifyClearAll","url":"classes/mainframe.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MainFrame"},{"id":828,"kind":128,"name":"ControlFactory","url":"classes/controlfactory.html","classes":"tsd-kind-class"},{"id":829,"kind":512,"name":"constructor","url":"classes/controlfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ControlFactory"},{"id":830,"kind":2048,"name":"createControl","url":"classes/controlfactory.html#createcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ControlFactory"},{"id":831,"kind":32,"name":"CANVAS_PADDING","url":"index.html#canvas_padding","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":832,"kind":32,"name":"MAX_EDGES_COUNT","url":"index.html#max_edges_count","classes":"tsd-kind-variable"},{"id":833,"kind":32,"name":"MAX_NODES_COUNT","url":"index.html#max_nodes_count","classes":"tsd-kind-variable"},{"id":834,"kind":128,"name":"LocalGraph","url":"classes/localgraph.html","classes":"tsd-kind-class"},{"id":835,"kind":2048,"name":"fromGson","url":"classes/localgraph.html#fromgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LocalGraph"},{"id":836,"kind":2048,"name":"fromGsonString","url":"classes/localgraph.html#fromgsonstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LocalGraph"},{"id":837,"kind":2048,"name":"fromGsonFile","url":"classes/localgraph.html#fromgsonfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LocalGraph"},{"id":838,"kind":2048,"name":"requestGetNodeCategories","url":"classes/localgraph.html#requestgetnodecategories","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":839,"kind":2048,"name":"_async","url":"classes/localgraph.html#_async","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":840,"kind":2048,"name":"requestConnect","url":"classes/localgraph.html#requestconnect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":841,"kind":2048,"name":"requestGetCommunityData","url":"classes/localgraph.html#requestgetcommunitydata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":842,"kind":2048,"name":"requestGetNodeInfos","url":"classes/localgraph.html#requestgetnodeinfos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":843,"kind":2048,"name":"requestLoadGraph","url":"classes/localgraph.html#requestloadgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":844,"kind":2048,"name":"requestSearch","url":"classes/localgraph.html#requestsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":845,"kind":2048,"name":"requestGetNeighbours","url":"classes/localgraph.html#requestgetneighbours","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":846,"kind":2048,"name":"requestFilterNodesByCategory","url":"classes/localgraph.html#requestfilternodesbycategory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":847,"kind":2048,"name":"requestFindRelations","url":"classes/localgraph.html#requestfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":848,"kind":2048,"name":"requestGetMoreRelations","url":"classes/localgraph.html#requestgetmorerelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":849,"kind":2048,"name":"requestStopFindRelations","url":"classes/localgraph.html#requeststopfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":850,"kind":2048,"name":"findRelations","url":"classes/localgraph.html#findrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":851,"kind":2048,"name":"requestImageSearch","url":"classes/localgraph.html#requestimagesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LocalGraph"},{"id":852,"kind":128,"name":"FindRelationsTask","url":"classes/findrelationstask.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":853,"kind":1024,"name":"_taskId","url":"classes/findrelationstask.html#_taskid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":854,"kind":1024,"name":"_pointer","url":"classes/findrelationstask.html#_pointer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":855,"kind":1024,"name":"_completed","url":"classes/findrelationstask.html#_completed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":856,"kind":1024,"name":"_timerId","url":"classes/findrelationstask.html#_timerid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":857,"kind":1024,"name":"paths","url":"classes/findrelationstask.html#paths","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":858,"kind":512,"name":"constructor","url":"classes/findrelationstask.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":859,"kind":2048,"name":"start","url":"classes/findrelationstask.html#start","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":860,"kind":2048,"name":"readMore","url":"classes/findrelationstask.html#readmore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":861,"kind":2048,"name":"stop","url":"classes/findrelationstask.html#stop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTask"},{"id":862,"kind":128,"name":"FindRelationsTaskManager","url":"classes/findrelationstaskmanager.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":863,"kind":2048,"name":"createTask","url":"classes/findrelationstaskmanager.html#createtask","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTaskManager"},{"id":864,"kind":2048,"name":"getTask","url":"classes/findrelationstaskmanager.html#gettask","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"FindRelationsTaskManager"},{"id":865,"kind":128,"name":"RemoteGraph","url":"classes/remotegraph.html","classes":"tsd-kind-class"},{"id":866,"kind":512,"name":"constructor","url":"classes/remotegraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RemoteGraph"},{"id":867,"kind":2048,"name":"requestConnect","url":"classes/remotegraph.html#requestconnect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":868,"kind":2048,"name":"requestGetNodeInfos","url":"classes/remotegraph.html#requestgetnodeinfos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":869,"kind":2048,"name":"requestLoadGraph","url":"classes/remotegraph.html#requestloadgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":870,"kind":2048,"name":"requestSearch","url":"classes/remotegraph.html#requestsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":871,"kind":2048,"name":"requestGetNeighbours","url":"classes/remotegraph.html#requestgetneighbours","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":872,"kind":2048,"name":"requestGetNodeCategories","url":"classes/remotegraph.html#requestgetnodecategories","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":873,"kind":2048,"name":"requestGetCommunityData","url":"classes/remotegraph.html#requestgetcommunitydata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":874,"kind":2048,"name":"requestFilterNodesByCategory","url":"classes/remotegraph.html#requestfilternodesbycategory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":875,"kind":2048,"name":"requestFindRelations","url":"classes/remotegraph.html#requestfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":876,"kind":2048,"name":"requestGetMoreRelations","url":"classes/remotegraph.html#requestgetmorerelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":877,"kind":2048,"name":"requestStopFindRelations","url":"classes/remotegraph.html#requeststopfindrelations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":878,"kind":2048,"name":"requestImageSearch","url":"classes/remotegraph.html#requestimagesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RemoteGraph"},{"id":879,"kind":128,"name":"SelectionCtrl","url":"classes/selectionctrl.html","classes":"tsd-kind-class"},{"id":880,"kind":2048,"name":"getTypeName","url":"classes/selectionctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SelectionCtrl"},{"id":881,"kind":2048,"name":"flagNodes","url":"classes/selectionctrl.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SelectionCtrl"},{"id":882,"kind":2048,"name":"unflagNodes","url":"classes/selectionctrl.html#unflagnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SelectionCtrl"},{"id":883,"kind":2048,"name":"clear","url":"classes/selectionctrl.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SelectionCtrl"},{"id":884,"kind":2048,"name":"onCreate","url":"classes/selectionctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SelectionCtrl"},{"id":885,"kind":2048,"name":"onDestroy","url":"classes/selectionctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SelectionCtrl"},{"id":886,"kind":1024,"name":"_disabled","url":"classes/selectionctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":887,"kind":1024,"name":"_content","url":"classes/selectionctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":888,"kind":1024,"name":"_classname","url":"classes/selectionctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":889,"kind":1024,"name":"_dockable","url":"classes/selectionctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":890,"kind":1024,"name":"_draggable","url":"classes/selectionctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":891,"kind":1024,"name":"_positionStr","url":"classes/selectionctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SelectionCtrl"},{"id":892,"kind":512,"name":"constructor","url":"classes/selectionctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SelectionCtrl"},{"id":893,"kind":2048,"name":"enable","url":"classes/selectionctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SelectionCtrl"},{"id":894,"kind":2048,"name":"disable","url":"classes/selectionctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SelectionCtrl"},{"id":895,"kind":2048,"name":"listenerCount","url":"classes/selectionctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SelectionCtrl"},{"id":896,"kind":1024,"name":"defaultMaxListeners","url":"classes/selectionctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"SelectionCtrl"},{"id":897,"kind":2048,"name":"addListener","url":"classes/selectionctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":898,"kind":2048,"name":"on","url":"classes/selectionctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":899,"kind":2048,"name":"once","url":"classes/selectionctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":900,"kind":2048,"name":"prependListener","url":"classes/selectionctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":901,"kind":2048,"name":"prependOnceListener","url":"classes/selectionctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":902,"kind":2048,"name":"removeListener","url":"classes/selectionctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":903,"kind":2048,"name":"removeAllListeners","url":"classes/selectionctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":904,"kind":2048,"name":"setMaxListeners","url":"classes/selectionctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":905,"kind":2048,"name":"getMaxListeners","url":"classes/selectionctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":906,"kind":2048,"name":"listeners","url":"classes/selectionctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":907,"kind":2048,"name":"rawListeners","url":"classes/selectionctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":908,"kind":2048,"name":"emit","url":"classes/selectionctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":909,"kind":2048,"name":"eventNames","url":"classes/selectionctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":910,"kind":2048,"name":"listenerCount","url":"classes/selectionctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"SelectionCtrl"},{"id":911,"kind":128,"name":"BaseApp","url":"classes/baseapp.html","classes":"tsd-kind-class"},{"id":912,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/baseapp.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":913,"kind":1024,"name":"_messageBox","url":"classes/baseapp.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":914,"kind":1024,"name":"_selector","url":"classes/baseapp.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":915,"kind":1024,"name":"_context","url":"classes/baseapp.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":916,"kind":512,"name":"constructor","url":"classes/baseapp.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"BaseApp"},{"id":917,"kind":2048,"name":"flagNodes","url":"classes/baseapp.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":918,"kind":2048,"name":"onCreateFrame","url":"classes/baseapp.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseApp"},{"id":919,"kind":2048,"name":"loadGson","url":"classes/baseapp.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":920,"kind":2048,"name":"connect","url":"classes/baseapp.html#connect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":921,"kind":2048,"name":"showGraph","url":"classes/baseapp.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":922,"kind":2048,"name":"pickup","url":"classes/baseapp.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":923,"kind":2048,"name":"toggleWeights","url":"classes/baseapp.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":924,"kind":2048,"name":"toggleEdges","url":"classes/baseapp.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":925,"kind":2048,"name":"toggleFaces","url":"classes/baseapp.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":926,"kind":2048,"name":"toggleShadow","url":"classes/baseapp.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":927,"kind":2048,"name":"toggleNavigationButtons","url":"classes/baseapp.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":928,"kind":2048,"name":"toggleNodeBorder","url":"classes/baseapp.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":929,"kind":2048,"name":"togglePhysics","url":"classes/baseapp.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":930,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/baseapp.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":931,"kind":2048,"name":"toggleEdgeColor","url":"classes/baseapp.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":932,"kind":2048,"name":"toggleDraggable","url":"classes/baseapp.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseApp"},{"id":933,"kind":2048,"name":"updateTheme","url":"classes/baseapp.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BaseApp"},{"id":934,"kind":1024,"name":"_ctrls","url":"classes/baseapp.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"BaseApp"},{"id":935,"kind":2048,"name":"emit","url":"classes/baseapp.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":936,"kind":2048,"name":"fire","url":"classes/baseapp.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":937,"kind":2048,"name":"on","url":"classes/baseapp.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":938,"kind":2048,"name":"off","url":"classes/baseapp.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":939,"kind":2048,"name":"getGraphService","url":"classes/baseapp.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":940,"kind":2048,"name":"getScreenData","url":"classes/baseapp.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":941,"kind":2048,"name":"removeControlLike","url":"classes/baseapp.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"BaseApp"},{"id":942,"kind":2048,"name":"getRequiredControl","url":"classes/baseapp.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":943,"kind":2048,"name":"getRequiredControlLike","url":"classes/baseapp.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"BaseApp"},{"id":944,"kind":2048,"name":"addControl","url":"classes/baseapp.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"BaseApp"},{"id":945,"kind":2048,"name":"addDocumentControls","url":"classes/baseapp.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"BaseApp"},{"id":946,"kind":2048,"name":"connectService","url":"classes/baseapp.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":947,"kind":2048,"name":"updateNetworkOptions","url":"classes/baseapp.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":948,"kind":2048,"name":"scaleTo","url":"classes/baseapp.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":949,"kind":2048,"name":"fits","url":"classes/baseapp.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":950,"kind":2048,"name":"redraw","url":"classes/baseapp.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":951,"kind":2048,"name":"search","url":"classes/baseapp.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":952,"kind":2048,"name":"searchImage","url":"classes/baseapp.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":953,"kind":2048,"name":"updateGraph","url":"classes/baseapp.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":954,"kind":2048,"name":"updateNodes","url":"classes/baseapp.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":955,"kind":2048,"name":"updateEdges","url":"classes/baseapp.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":956,"kind":2048,"name":"showNodesOfCategory","url":"classes/baseapp.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":957,"kind":2048,"name":"clearScreen","url":"classes/baseapp.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":958,"kind":2048,"name":"setDynamic","url":"classes/baseapp.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":959,"kind":2048,"name":"loadGraph","url":"classes/baseapp.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":960,"kind":2048,"name":"lockScale","url":"classes/baseapp.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":961,"kind":2048,"name":"insertNodes","url":"classes/baseapp.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":962,"kind":2048,"name":"deleteNodes","url":"classes/baseapp.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":963,"kind":2048,"name":"focusNodes","url":"classes/baseapp.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":964,"kind":2048,"name":"highlightNodes","url":"classes/baseapp.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":965,"kind":2048,"name":"focusEdges","url":"classes/baseapp.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":966,"kind":2048,"name":"insertEdges","url":"classes/baseapp.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":967,"kind":2048,"name":"getNodeById","url":"classes/baseapp.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":968,"kind":2048,"name":"placeNodes","url":"classes/baseapp.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":969,"kind":2048,"name":"_notifyControls","url":"classes/baseapp.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"BaseApp"},{"id":970,"kind":2048,"name":"notifyClearAll","url":"classes/baseapp.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseApp"},{"id":971,"kind":128,"name":"ConnectCtrl","url":"classes/connectctrl.html","classes":"tsd-kind-class"},{"id":972,"kind":2048,"name":"getTypeName","url":"classes/connectctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConnectCtrl"},{"id":973,"kind":2048,"name":"onBindElement","url":"classes/connectctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConnectCtrl"},{"id":974,"kind":2048,"name":"loadGsonString","url":"classes/connectctrl.html#loadgsonstring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConnectCtrl"},{"id":975,"kind":2048,"name":"loadGsonUrl","url":"classes/connectctrl.html#loadgsonurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConnectCtrl"},{"id":976,"kind":2048,"name":"loadRemoteServer","url":"classes/connectctrl.html#loadremoteserver","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConnectCtrl"},{"id":977,"kind":2048,"name":"onResize","url":"classes/connectctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConnectCtrl"},{"id":978,"kind":1024,"name":"_htmlContainer","url":"classes/connectctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":979,"kind":1024,"name":"_position","url":"classes/connectctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":980,"kind":65536,"name":"__type","url":"classes/connectctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ConnectCtrl._position"},{"id":981,"kind":512,"name":"constructor","url":"classes/connectctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":982,"kind":2048,"name":"bindElement","url":"classes/connectctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":983,"kind":2048,"name":"createContainerIfAbsent","url":"classes/connectctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":984,"kind":2048,"name":"onCreate","url":"classes/connectctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":985,"kind":2048,"name":"show","url":"classes/connectctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":986,"kind":2048,"name":"setPosition","url":"classes/connectctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":987,"kind":2048,"name":"hide","url":"classes/connectctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":988,"kind":2048,"name":"onDestroy","url":"classes/connectctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":989,"kind":1024,"name":"_disabled","url":"classes/connectctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":990,"kind":1024,"name":"_content","url":"classes/connectctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":991,"kind":1024,"name":"_classname","url":"classes/connectctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":992,"kind":1024,"name":"_dockable","url":"classes/connectctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":993,"kind":1024,"name":"_draggable","url":"classes/connectctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":994,"kind":1024,"name":"_positionStr","url":"classes/connectctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ConnectCtrl"},{"id":995,"kind":2048,"name":"enable","url":"classes/connectctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":996,"kind":2048,"name":"disable","url":"classes/connectctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConnectCtrl"},{"id":997,"kind":2048,"name":"listenerCount","url":"classes/connectctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ConnectCtrl"},{"id":998,"kind":1024,"name":"defaultMaxListeners","url":"classes/connectctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ConnectCtrl"},{"id":999,"kind":2048,"name":"addListener","url":"classes/connectctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1000,"kind":2048,"name":"on","url":"classes/connectctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1001,"kind":2048,"name":"once","url":"classes/connectctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1002,"kind":2048,"name":"prependListener","url":"classes/connectctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1003,"kind":2048,"name":"prependOnceListener","url":"classes/connectctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1004,"kind":2048,"name":"removeListener","url":"classes/connectctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1005,"kind":2048,"name":"removeAllListeners","url":"classes/connectctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1006,"kind":2048,"name":"setMaxListeners","url":"classes/connectctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1007,"kind":2048,"name":"getMaxListeners","url":"classes/connectctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1008,"kind":2048,"name":"listeners","url":"classes/connectctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1009,"kind":2048,"name":"rawListeners","url":"classes/connectctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1010,"kind":2048,"name":"emit","url":"classes/connectctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1011,"kind":2048,"name":"eventNames","url":"classes/connectctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1012,"kind":2048,"name":"listenerCount","url":"classes/connectctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ConnectCtrl"},{"id":1013,"kind":128,"name":"ExpansionCtrl","url":"classes/expansionctrl.html","classes":"tsd-kind-class"},{"id":1014,"kind":2048,"name":"getTypeName","url":"classes/expansionctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpansionCtrl"},{"id":1015,"kind":2048,"name":"collapse","url":"classes/expansionctrl.html#collapse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":1016,"kind":2048,"name":"isExpanded","url":"classes/expansionctrl.html#isexpanded","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":1017,"kind":2048,"name":"clear","url":"classes/expansionctrl.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":1018,"kind":2048,"name":"expand","url":"classes/expansionctrl.html#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpansionCtrl"},{"id":1019,"kind":2048,"name":"onCreate","url":"classes/expansionctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpansionCtrl"},{"id":1020,"kind":2048,"name":"onDestroy","url":"classes/expansionctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpansionCtrl"},{"id":1021,"kind":1024,"name":"_disabled","url":"classes/expansionctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":1022,"kind":1024,"name":"_content","url":"classes/expansionctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":1023,"kind":1024,"name":"_classname","url":"classes/expansionctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":1024,"kind":1024,"name":"_dockable","url":"classes/expansionctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":1025,"kind":1024,"name":"_draggable","url":"classes/expansionctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":1026,"kind":1024,"name":"_positionStr","url":"classes/expansionctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ExpansionCtrl"},{"id":1027,"kind":512,"name":"constructor","url":"classes/expansionctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1028,"kind":2048,"name":"enable","url":"classes/expansionctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1029,"kind":2048,"name":"disable","url":"classes/expansionctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1030,"kind":2048,"name":"listenerCount","url":"classes/expansionctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ExpansionCtrl"},{"id":1031,"kind":1024,"name":"defaultMaxListeners","url":"classes/expansionctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ExpansionCtrl"},{"id":1032,"kind":2048,"name":"addListener","url":"classes/expansionctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1033,"kind":2048,"name":"on","url":"classes/expansionctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1034,"kind":2048,"name":"once","url":"classes/expansionctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1035,"kind":2048,"name":"prependListener","url":"classes/expansionctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1036,"kind":2048,"name":"prependOnceListener","url":"classes/expansionctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1037,"kind":2048,"name":"removeListener","url":"classes/expansionctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1038,"kind":2048,"name":"removeAllListeners","url":"classes/expansionctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1039,"kind":2048,"name":"setMaxListeners","url":"classes/expansionctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1040,"kind":2048,"name":"getMaxListeners","url":"classes/expansionctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1041,"kind":2048,"name":"listeners","url":"classes/expansionctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1042,"kind":2048,"name":"rawListeners","url":"classes/expansionctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1043,"kind":2048,"name":"emit","url":"classes/expansionctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1044,"kind":2048,"name":"eventNames","url":"classes/expansionctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1045,"kind":2048,"name":"listenerCount","url":"classes/expansionctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ExpansionCtrl"},{"id":1046,"kind":128,"name":"GraphExplorer","url":"classes/graphexplorer.html","classes":"tsd-kind-class"},{"id":1047,"kind":512,"name":"constructor","url":"classes/graphexplorer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GraphExplorer"},{"id":1048,"kind":2048,"name":"onCreateFrame","url":"classes/graphexplorer.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"GraphExplorer"},{"id":1049,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/graphexplorer.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1050,"kind":1024,"name":"_messageBox","url":"classes/graphexplorer.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1051,"kind":1024,"name":"_selector","url":"classes/graphexplorer.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1052,"kind":1024,"name":"_context","url":"classes/graphexplorer.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1053,"kind":2048,"name":"flagNodes","url":"classes/graphexplorer.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1054,"kind":2048,"name":"loadGson","url":"classes/graphexplorer.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1055,"kind":2048,"name":"connect","url":"classes/graphexplorer.html#connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1056,"kind":2048,"name":"showGraph","url":"classes/graphexplorer.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1057,"kind":2048,"name":"pickup","url":"classes/graphexplorer.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1058,"kind":2048,"name":"toggleWeights","url":"classes/graphexplorer.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1059,"kind":2048,"name":"toggleEdges","url":"classes/graphexplorer.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1060,"kind":2048,"name":"toggleFaces","url":"classes/graphexplorer.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1061,"kind":2048,"name":"toggleShadow","url":"classes/graphexplorer.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1062,"kind":2048,"name":"toggleNavigationButtons","url":"classes/graphexplorer.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1063,"kind":2048,"name":"toggleNodeBorder","url":"classes/graphexplorer.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1064,"kind":2048,"name":"togglePhysics","url":"classes/graphexplorer.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1065,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/graphexplorer.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1066,"kind":2048,"name":"toggleEdgeColor","url":"classes/graphexplorer.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1067,"kind":2048,"name":"toggleDraggable","url":"classes/graphexplorer.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1068,"kind":2048,"name":"updateTheme","url":"classes/graphexplorer.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GraphExplorer"},{"id":1069,"kind":1024,"name":"_ctrls","url":"classes/graphexplorer.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1070,"kind":2048,"name":"emit","url":"classes/graphexplorer.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1071,"kind":2048,"name":"fire","url":"classes/graphexplorer.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1072,"kind":2048,"name":"on","url":"classes/graphexplorer.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1073,"kind":2048,"name":"off","url":"classes/graphexplorer.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1074,"kind":2048,"name":"getGraphService","url":"classes/graphexplorer.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1075,"kind":2048,"name":"getScreenData","url":"classes/graphexplorer.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1076,"kind":2048,"name":"removeControlLike","url":"classes/graphexplorer.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphExplorer"},{"id":1077,"kind":2048,"name":"getRequiredControl","url":"classes/graphexplorer.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1078,"kind":2048,"name":"getRequiredControlLike","url":"classes/graphexplorer.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphExplorer"},{"id":1079,"kind":2048,"name":"addControl","url":"classes/graphexplorer.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphExplorer"},{"id":1080,"kind":2048,"name":"addDocumentControls","url":"classes/graphexplorer.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1081,"kind":2048,"name":"connectService","url":"classes/graphexplorer.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1082,"kind":2048,"name":"updateNetworkOptions","url":"classes/graphexplorer.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1083,"kind":2048,"name":"scaleTo","url":"classes/graphexplorer.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1084,"kind":2048,"name":"fits","url":"classes/graphexplorer.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1085,"kind":2048,"name":"redraw","url":"classes/graphexplorer.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1086,"kind":2048,"name":"search","url":"classes/graphexplorer.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1087,"kind":2048,"name":"searchImage","url":"classes/graphexplorer.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1088,"kind":2048,"name":"updateGraph","url":"classes/graphexplorer.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1089,"kind":2048,"name":"updateNodes","url":"classes/graphexplorer.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1090,"kind":2048,"name":"updateEdges","url":"classes/graphexplorer.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1091,"kind":2048,"name":"showNodesOfCategory","url":"classes/graphexplorer.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1092,"kind":2048,"name":"clearScreen","url":"classes/graphexplorer.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1093,"kind":2048,"name":"setDynamic","url":"classes/graphexplorer.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1094,"kind":2048,"name":"loadGraph","url":"classes/graphexplorer.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1095,"kind":2048,"name":"lockScale","url":"classes/graphexplorer.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1096,"kind":2048,"name":"insertNodes","url":"classes/graphexplorer.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1097,"kind":2048,"name":"deleteNodes","url":"classes/graphexplorer.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1098,"kind":2048,"name":"focusNodes","url":"classes/graphexplorer.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1099,"kind":2048,"name":"highlightNodes","url":"classes/graphexplorer.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1100,"kind":2048,"name":"focusEdges","url":"classes/graphexplorer.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1101,"kind":2048,"name":"insertEdges","url":"classes/graphexplorer.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1102,"kind":2048,"name":"getNodeById","url":"classes/graphexplorer.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1103,"kind":2048,"name":"placeNodes","url":"classes/graphexplorer.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1104,"kind":2048,"name":"_notifyControls","url":"classes/graphexplorer.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphExplorer"},{"id":1105,"kind":2048,"name":"notifyClearAll","url":"classes/graphexplorer.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphExplorer"},{"id":1106,"kind":128,"name":"CommunityCtrl","url":"classes/communityctrl.html","classes":"tsd-kind-class"},{"id":1107,"kind":2048,"name":"getTypeName","url":"classes/communityctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommunityCtrl"},{"id":1108,"kind":2048,"name":"bind","url":"classes/communityctrl.html#bind","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommunityCtrl"},{"id":1109,"kind":2048,"name":"toggle","url":"classes/communityctrl.html#toggle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommunityCtrl"},{"id":1110,"kind":2048,"name":"onCreate","url":"classes/communityctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommunityCtrl"},{"id":1111,"kind":2048,"name":"onDestroy","url":"classes/communityctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommunityCtrl"},{"id":1112,"kind":1024,"name":"_disabled","url":"classes/communityctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1113,"kind":1024,"name":"_content","url":"classes/communityctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1114,"kind":1024,"name":"_classname","url":"classes/communityctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1115,"kind":1024,"name":"_dockable","url":"classes/communityctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1116,"kind":1024,"name":"_draggable","url":"classes/communityctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1117,"kind":1024,"name":"_positionStr","url":"classes/communityctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CommunityCtrl"},{"id":1118,"kind":512,"name":"constructor","url":"classes/communityctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"CommunityCtrl"},{"id":1119,"kind":2048,"name":"enable","url":"classes/communityctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CommunityCtrl"},{"id":1120,"kind":2048,"name":"disable","url":"classes/communityctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CommunityCtrl"},{"id":1121,"kind":2048,"name":"listenerCount","url":"classes/communityctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"CommunityCtrl"},{"id":1122,"kind":1024,"name":"defaultMaxListeners","url":"classes/communityctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"CommunityCtrl"},{"id":1123,"kind":2048,"name":"addListener","url":"classes/communityctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1124,"kind":2048,"name":"on","url":"classes/communityctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1125,"kind":2048,"name":"once","url":"classes/communityctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1126,"kind":2048,"name":"prependListener","url":"classes/communityctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1127,"kind":2048,"name":"prependOnceListener","url":"classes/communityctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1128,"kind":2048,"name":"removeListener","url":"classes/communityctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1129,"kind":2048,"name":"removeAllListeners","url":"classes/communityctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1130,"kind":2048,"name":"setMaxListeners","url":"classes/communityctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1131,"kind":2048,"name":"getMaxListeners","url":"classes/communityctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1132,"kind":2048,"name":"listeners","url":"classes/communityctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1133,"kind":2048,"name":"rawListeners","url":"classes/communityctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1134,"kind":2048,"name":"emit","url":"classes/communityctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1135,"kind":2048,"name":"eventNames","url":"classes/communityctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1136,"kind":2048,"name":"listenerCount","url":"classes/communityctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"CommunityCtrl"},{"id":1137,"kind":128,"name":"HighlightCtrl","url":"classes/highlightctrl.html","classes":"tsd-kind-class"},{"id":1138,"kind":2048,"name":"getTypeName","url":"classes/highlightctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HighlightCtrl"},{"id":1139,"kind":2048,"name":"highlightNodes","url":"classes/highlightctrl.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1140,"kind":2048,"name":"toggleNode","url":"classes/highlightctrl.html#togglenode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1141,"kind":2048,"name":"unhighlightNodes","url":"classes/highlightctrl.html#unhighlightnodes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1142,"kind":2048,"name":"clear","url":"classes/highlightctrl.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HighlightCtrl"},{"id":1143,"kind":2048,"name":"onCreate","url":"classes/highlightctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HighlightCtrl"},{"id":1144,"kind":2048,"name":"onDestroy","url":"classes/highlightctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HighlightCtrl"},{"id":1145,"kind":1024,"name":"_disabled","url":"classes/highlightctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1146,"kind":1024,"name":"_content","url":"classes/highlightctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1147,"kind":1024,"name":"_classname","url":"classes/highlightctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1148,"kind":1024,"name":"_dockable","url":"classes/highlightctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1149,"kind":1024,"name":"_draggable","url":"classes/highlightctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1150,"kind":1024,"name":"_positionStr","url":"classes/highlightctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HighlightCtrl"},{"id":1151,"kind":512,"name":"constructor","url":"classes/highlightctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"HighlightCtrl"},{"id":1152,"kind":2048,"name":"enable","url":"classes/highlightctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HighlightCtrl"},{"id":1153,"kind":2048,"name":"disable","url":"classes/highlightctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HighlightCtrl"},{"id":1154,"kind":2048,"name":"listenerCount","url":"classes/highlightctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"HighlightCtrl"},{"id":1155,"kind":1024,"name":"defaultMaxListeners","url":"classes/highlightctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"HighlightCtrl"},{"id":1156,"kind":2048,"name":"addListener","url":"classes/highlightctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1157,"kind":2048,"name":"on","url":"classes/highlightctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1158,"kind":2048,"name":"once","url":"classes/highlightctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1159,"kind":2048,"name":"prependListener","url":"classes/highlightctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1160,"kind":2048,"name":"prependOnceListener","url":"classes/highlightctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1161,"kind":2048,"name":"removeListener","url":"classes/highlightctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1162,"kind":2048,"name":"removeAllListeners","url":"classes/highlightctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1163,"kind":2048,"name":"setMaxListeners","url":"classes/highlightctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1164,"kind":2048,"name":"getMaxListeners","url":"classes/highlightctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1165,"kind":2048,"name":"listeners","url":"classes/highlightctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1166,"kind":2048,"name":"rawListeners","url":"classes/highlightctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1167,"kind":2048,"name":"emit","url":"classes/highlightctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1168,"kind":2048,"name":"eventNames","url":"classes/highlightctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1169,"kind":2048,"name":"listenerCount","url":"classes/highlightctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"HighlightCtrl"},{"id":1170,"kind":128,"name":"GraphNavigator","url":"classes/graphnavigator.html","classes":"tsd-kind-class"},{"id":1171,"kind":512,"name":"constructor","url":"classes/graphnavigator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GraphNavigator"},{"id":1172,"kind":2048,"name":"onCreateFrame","url":"classes/graphnavigator.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"GraphNavigator"},{"id":1173,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/graphnavigator.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1174,"kind":1024,"name":"_messageBox","url":"classes/graphnavigator.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1175,"kind":1024,"name":"_selector","url":"classes/graphnavigator.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1176,"kind":1024,"name":"_context","url":"classes/graphnavigator.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1177,"kind":2048,"name":"flagNodes","url":"classes/graphnavigator.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1178,"kind":2048,"name":"loadGson","url":"classes/graphnavigator.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1179,"kind":2048,"name":"connect","url":"classes/graphnavigator.html#connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1180,"kind":2048,"name":"showGraph","url":"classes/graphnavigator.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1181,"kind":2048,"name":"pickup","url":"classes/graphnavigator.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1182,"kind":2048,"name":"toggleWeights","url":"classes/graphnavigator.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1183,"kind":2048,"name":"toggleEdges","url":"classes/graphnavigator.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1184,"kind":2048,"name":"toggleFaces","url":"classes/graphnavigator.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1185,"kind":2048,"name":"toggleShadow","url":"classes/graphnavigator.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1186,"kind":2048,"name":"toggleNavigationButtons","url":"classes/graphnavigator.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1187,"kind":2048,"name":"toggleNodeBorder","url":"classes/graphnavigator.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1188,"kind":2048,"name":"togglePhysics","url":"classes/graphnavigator.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1189,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/graphnavigator.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1190,"kind":2048,"name":"toggleEdgeColor","url":"classes/graphnavigator.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1191,"kind":2048,"name":"toggleDraggable","url":"classes/graphnavigator.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1192,"kind":2048,"name":"updateTheme","url":"classes/graphnavigator.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GraphNavigator"},{"id":1193,"kind":1024,"name":"_ctrls","url":"classes/graphnavigator.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1194,"kind":2048,"name":"emit","url":"classes/graphnavigator.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1195,"kind":2048,"name":"fire","url":"classes/graphnavigator.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1196,"kind":2048,"name":"on","url":"classes/graphnavigator.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1197,"kind":2048,"name":"off","url":"classes/graphnavigator.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1198,"kind":2048,"name":"getGraphService","url":"classes/graphnavigator.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1199,"kind":2048,"name":"getScreenData","url":"classes/graphnavigator.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1200,"kind":2048,"name":"removeControlLike","url":"classes/graphnavigator.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphNavigator"},{"id":1201,"kind":2048,"name":"getRequiredControl","url":"classes/graphnavigator.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1202,"kind":2048,"name":"getRequiredControlLike","url":"classes/graphnavigator.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphNavigator"},{"id":1203,"kind":2048,"name":"addControl","url":"classes/graphnavigator.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"GraphNavigator"},{"id":1204,"kind":2048,"name":"addDocumentControls","url":"classes/graphnavigator.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1205,"kind":2048,"name":"connectService","url":"classes/graphnavigator.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1206,"kind":2048,"name":"updateNetworkOptions","url":"classes/graphnavigator.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1207,"kind":2048,"name":"scaleTo","url":"classes/graphnavigator.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1208,"kind":2048,"name":"fits","url":"classes/graphnavigator.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1209,"kind":2048,"name":"redraw","url":"classes/graphnavigator.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1210,"kind":2048,"name":"search","url":"classes/graphnavigator.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1211,"kind":2048,"name":"searchImage","url":"classes/graphnavigator.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1212,"kind":2048,"name":"updateGraph","url":"classes/graphnavigator.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1213,"kind":2048,"name":"updateNodes","url":"classes/graphnavigator.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1214,"kind":2048,"name":"updateEdges","url":"classes/graphnavigator.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1215,"kind":2048,"name":"showNodesOfCategory","url":"classes/graphnavigator.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1216,"kind":2048,"name":"clearScreen","url":"classes/graphnavigator.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1217,"kind":2048,"name":"setDynamic","url":"classes/graphnavigator.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1218,"kind":2048,"name":"loadGraph","url":"classes/graphnavigator.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1219,"kind":2048,"name":"lockScale","url":"classes/graphnavigator.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1220,"kind":2048,"name":"insertNodes","url":"classes/graphnavigator.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1221,"kind":2048,"name":"deleteNodes","url":"classes/graphnavigator.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1222,"kind":2048,"name":"focusNodes","url":"classes/graphnavigator.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1223,"kind":2048,"name":"highlightNodes","url":"classes/graphnavigator.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1224,"kind":2048,"name":"focusEdges","url":"classes/graphnavigator.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1225,"kind":2048,"name":"insertEdges","url":"classes/graphnavigator.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1226,"kind":2048,"name":"getNodeById","url":"classes/graphnavigator.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1227,"kind":2048,"name":"placeNodes","url":"classes/graphnavigator.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1228,"kind":2048,"name":"_notifyControls","url":"classes/graphnavigator.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphNavigator"},{"id":1229,"kind":2048,"name":"notifyClearAll","url":"classes/graphnavigator.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphNavigator"},{"id":1230,"kind":128,"name":"RelFinderCtrl","url":"classes/relfinderctrl.html","classes":"tsd-kind-class"},{"id":1231,"kind":2048,"name":"getTypeName","url":"classes/relfinderctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderCtrl"},{"id":1232,"kind":2048,"name":"onCreate","url":"classes/relfinderctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderCtrl"},{"id":1233,"kind":2048,"name":"startQuery","url":"classes/relfinderctrl.html#startquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderCtrl"},{"id":1234,"kind":2048,"name":"stopQuery","url":"classes/relfinderctrl.html#stopquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinderCtrl"},{"id":1235,"kind":2048,"name":"onDestroy","url":"classes/relfinderctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinderCtrl"},{"id":1236,"kind":1024,"name":"_disabled","url":"classes/relfinderctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1237,"kind":1024,"name":"_content","url":"classes/relfinderctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1238,"kind":1024,"name":"_classname","url":"classes/relfinderctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1239,"kind":1024,"name":"_dockable","url":"classes/relfinderctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1240,"kind":1024,"name":"_draggable","url":"classes/relfinderctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1241,"kind":1024,"name":"_positionStr","url":"classes/relfinderctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinderCtrl"},{"id":1242,"kind":512,"name":"constructor","url":"classes/relfinderctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1243,"kind":2048,"name":"enable","url":"classes/relfinderctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1244,"kind":2048,"name":"disable","url":"classes/relfinderctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1245,"kind":2048,"name":"listenerCount","url":"classes/relfinderctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderCtrl"},{"id":1246,"kind":1024,"name":"defaultMaxListeners","url":"classes/relfinderctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"RelFinderCtrl"},{"id":1247,"kind":2048,"name":"addListener","url":"classes/relfinderctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1248,"kind":2048,"name":"on","url":"classes/relfinderctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1249,"kind":2048,"name":"once","url":"classes/relfinderctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1250,"kind":2048,"name":"prependListener","url":"classes/relfinderctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1251,"kind":2048,"name":"prependOnceListener","url":"classes/relfinderctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1252,"kind":2048,"name":"removeListener","url":"classes/relfinderctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1253,"kind":2048,"name":"removeAllListeners","url":"classes/relfinderctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1254,"kind":2048,"name":"setMaxListeners","url":"classes/relfinderctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1255,"kind":2048,"name":"getMaxListeners","url":"classes/relfinderctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1256,"kind":2048,"name":"listeners","url":"classes/relfinderctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1257,"kind":2048,"name":"rawListeners","url":"classes/relfinderctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1258,"kind":2048,"name":"emit","url":"classes/relfinderctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1259,"kind":2048,"name":"eventNames","url":"classes/relfinderctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1260,"kind":2048,"name":"listenerCount","url":"classes/relfinderctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinderCtrl"},{"id":1261,"kind":128,"name":"RelFinder","url":"classes/relfinder.html","classes":"tsd-kind-class"},{"id":1262,"kind":512,"name":"constructor","url":"classes/relfinder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinder"},{"id":1263,"kind":2048,"name":"onCreateFrame","url":"classes/relfinder.html#oncreateframe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"RelFinder"},{"id":1264,"kind":2048,"name":"startQueryWithPrompt","url":"classes/relfinder.html#startquerywithprompt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinder"},{"id":1265,"kind":2048,"name":"startQuery","url":"classes/relfinder.html#startquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinder"},{"id":1266,"kind":2048,"name":"stopQuery","url":"classes/relfinder.html#stopquery","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RelFinder"},{"id":1267,"kind":2048,"name":"pickup","url":"classes/relfinder.html#pickup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RelFinder"},{"id":1268,"kind":1024,"name":"_toggleEdgeLabelHandlers","url":"classes/relfinder.html#_toggleedgelabelhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1269,"kind":1024,"name":"_messageBox","url":"classes/relfinder.html#_messagebox","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1270,"kind":1024,"name":"_selector","url":"classes/relfinder.html#_selector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1271,"kind":1024,"name":"_context","url":"classes/relfinder.html#_context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1272,"kind":2048,"name":"flagNodes","url":"classes/relfinder.html#flagnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1273,"kind":2048,"name":"loadGson","url":"classes/relfinder.html#loadgson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1274,"kind":2048,"name":"connect","url":"classes/relfinder.html#connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1275,"kind":2048,"name":"showGraph","url":"classes/relfinder.html#showgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1276,"kind":2048,"name":"toggleWeights","url":"classes/relfinder.html#toggleweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1277,"kind":2048,"name":"toggleEdges","url":"classes/relfinder.html#toggleedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1278,"kind":2048,"name":"toggleFaces","url":"classes/relfinder.html#togglefaces","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1279,"kind":2048,"name":"toggleShadow","url":"classes/relfinder.html#toggleshadow","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1280,"kind":2048,"name":"toggleNavigationButtons","url":"classes/relfinder.html#togglenavigationbuttons","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1281,"kind":2048,"name":"toggleNodeBorder","url":"classes/relfinder.html#togglenodeborder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1282,"kind":2048,"name":"togglePhysics","url":"classes/relfinder.html#togglephysics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1283,"kind":2048,"name":"toggleShowEdgeLabelAlways","url":"classes/relfinder.html#toggleshowedgelabelalways","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1284,"kind":2048,"name":"toggleEdgeColor","url":"classes/relfinder.html#toggleedgecolor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1285,"kind":2048,"name":"toggleDraggable","url":"classes/relfinder.html#toggledraggable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1286,"kind":2048,"name":"updateTheme","url":"classes/relfinder.html#updatetheme","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RelFinder"},{"id":1287,"kind":1024,"name":"_ctrls","url":"classes/relfinder.html#_ctrls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1288,"kind":2048,"name":"emit","url":"classes/relfinder.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1289,"kind":2048,"name":"fire","url":"classes/relfinder.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1290,"kind":2048,"name":"on","url":"classes/relfinder.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1291,"kind":2048,"name":"off","url":"classes/relfinder.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1292,"kind":2048,"name":"getGraphService","url":"classes/relfinder.html#getgraphservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1293,"kind":2048,"name":"getScreenData","url":"classes/relfinder.html#getscreendata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1294,"kind":2048,"name":"removeControlLike","url":"classes/relfinder.html#removecontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"RelFinder"},{"id":1295,"kind":2048,"name":"getRequiredControl","url":"classes/relfinder.html#getrequiredcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1296,"kind":2048,"name":"getRequiredControlLike","url":"classes/relfinder.html#getrequiredcontrollike","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"RelFinder"},{"id":1297,"kind":2048,"name":"addControl","url":"classes/relfinder.html#addcontrol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"RelFinder"},{"id":1298,"kind":2048,"name":"addDocumentControls","url":"classes/relfinder.html#adddocumentcontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1299,"kind":2048,"name":"connectService","url":"classes/relfinder.html#connectservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1300,"kind":2048,"name":"updateNetworkOptions","url":"classes/relfinder.html#updatenetworkoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1301,"kind":2048,"name":"scaleTo","url":"classes/relfinder.html#scaleto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1302,"kind":2048,"name":"fits","url":"classes/relfinder.html#fits","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1303,"kind":2048,"name":"redraw","url":"classes/relfinder.html#redraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1304,"kind":2048,"name":"search","url":"classes/relfinder.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1305,"kind":2048,"name":"searchImage","url":"classes/relfinder.html#searchimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1306,"kind":2048,"name":"updateGraph","url":"classes/relfinder.html#updategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1307,"kind":2048,"name":"updateNodes","url":"classes/relfinder.html#updatenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1308,"kind":2048,"name":"updateEdges","url":"classes/relfinder.html#updateedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1309,"kind":2048,"name":"showNodesOfCategory","url":"classes/relfinder.html#shownodesofcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1310,"kind":2048,"name":"clearScreen","url":"classes/relfinder.html#clearscreen","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1311,"kind":2048,"name":"setDynamic","url":"classes/relfinder.html#setdynamic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1312,"kind":2048,"name":"loadGraph","url":"classes/relfinder.html#loadgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1313,"kind":2048,"name":"lockScale","url":"classes/relfinder.html#lockscale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1314,"kind":2048,"name":"insertNodes","url":"classes/relfinder.html#insertnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1315,"kind":2048,"name":"deleteNodes","url":"classes/relfinder.html#deletenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1316,"kind":2048,"name":"focusNodes","url":"classes/relfinder.html#focusnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1317,"kind":2048,"name":"highlightNodes","url":"classes/relfinder.html#highlightnodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1318,"kind":2048,"name":"focusEdges","url":"classes/relfinder.html#focusedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1319,"kind":2048,"name":"insertEdges","url":"classes/relfinder.html#insertedges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1320,"kind":2048,"name":"getNodeById","url":"classes/relfinder.html#getnodebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1321,"kind":2048,"name":"placeNodes","url":"classes/relfinder.html#placenodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1322,"kind":2048,"name":"_notifyControls","url":"classes/relfinder.html#_notifycontrols","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"RelFinder"},{"id":1323,"kind":2048,"name":"notifyClearAll","url":"classes/relfinder.html#notifyclearall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RelFinder"},{"id":1324,"kind":128,"name":"ToolCtrl","url":"classes/toolctrl.html","classes":"tsd-kind-class"},{"id":1325,"kind":1024,"name":"_content","url":"classes/toolctrl.html#_content","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolCtrl"},{"id":1326,"kind":1024,"name":"_classname","url":"classes/toolctrl.html#_classname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolCtrl"},{"id":1327,"kind":1024,"name":"_dockable","url":"classes/toolctrl.html#_dockable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolCtrl"},{"id":1328,"kind":1024,"name":"_draggable","url":"classes/toolctrl.html#_draggable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolCtrl"},{"id":1329,"kind":1024,"name":"_positionStr","url":"classes/toolctrl.html#_positionstr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ToolCtrl"},{"id":1330,"kind":2048,"name":"getTypeName","url":"classes/toolctrl.html#gettypename","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToolCtrl"},{"id":1331,"kind":1024,"name":"_htmlContainer","url":"classes/toolctrl.html#_htmlcontainer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolCtrl"},{"id":1332,"kind":1024,"name":"_position","url":"classes/toolctrl.html#_position","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolCtrl"},{"id":1333,"kind":65536,"name":"__type","url":"classes/toolctrl.html#_position.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ToolCtrl._position"},{"id":1334,"kind":512,"name":"constructor","url":"classes/toolctrl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1335,"kind":2048,"name":"onBindElement","url":"classes/toolctrl.html#onbindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1336,"kind":2048,"name":"bindElement","url":"classes/toolctrl.html#bindelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1337,"kind":2048,"name":"createContainerIfAbsent","url":"classes/toolctrl.html#createcontainerifabsent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolCtrl"},{"id":1338,"kind":2048,"name":"onCreate","url":"classes/toolctrl.html#oncreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1339,"kind":2048,"name":"show","url":"classes/toolctrl.html#show","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1340,"kind":2048,"name":"setPosition","url":"classes/toolctrl.html#setposition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1341,"kind":2048,"name":"hide","url":"classes/toolctrl.html#hide","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1342,"kind":2048,"name":"onResize","url":"classes/toolctrl.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1343,"kind":2048,"name":"onDestroy","url":"classes/toolctrl.html#ondestroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1344,"kind":1024,"name":"_disabled","url":"classes/toolctrl.html#_disabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ToolCtrl"},{"id":1345,"kind":2048,"name":"enable","url":"classes/toolctrl.html#enable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1346,"kind":2048,"name":"disable","url":"classes/toolctrl.html#disable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ToolCtrl"},{"id":1347,"kind":2048,"name":"listenerCount","url":"classes/toolctrl.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ToolCtrl"},{"id":1348,"kind":1024,"name":"defaultMaxListeners","url":"classes/toolctrl.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"ToolCtrl"},{"id":1349,"kind":2048,"name":"addListener","url":"classes/toolctrl.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1350,"kind":2048,"name":"on","url":"classes/toolctrl.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1351,"kind":2048,"name":"once","url":"classes/toolctrl.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1352,"kind":2048,"name":"prependListener","url":"classes/toolctrl.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1353,"kind":2048,"name":"prependOnceListener","url":"classes/toolctrl.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1354,"kind":2048,"name":"removeListener","url":"classes/toolctrl.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1355,"kind":2048,"name":"removeAllListeners","url":"classes/toolctrl.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1356,"kind":2048,"name":"setMaxListeners","url":"classes/toolctrl.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1357,"kind":2048,"name":"getMaxListeners","url":"classes/toolctrl.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1358,"kind":2048,"name":"listeners","url":"classes/toolctrl.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1359,"kind":2048,"name":"rawListeners","url":"classes/toolctrl.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1360,"kind":2048,"name":"emit","url":"classes/toolctrl.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1361,"kind":2048,"name":"eventNames","url":"classes/toolctrl.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"},{"id":1362,"kind":2048,"name":"listenerCount","url":"classes/toolctrl.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ToolCtrl"}]}; \ No newline at end of file diff --git a/dist/api/classes/baseapp.html b/dist/api/classes/baseapp.html index 4c8967d..34b8cac 100644 --- a/dist/api/classes/baseapp.html +++ b/dist/api/classes/baseapp.html @@ -182,7 +182,7 @@
Inherited from MainFrame.addDocumentControls
emit
Parameters
@@ -504,7 +504,7 @@fire
Parameters
@@ -531,7 +531,7 @@fits
Parameters
@@ -557,7 +557,7 @@flagNodes
Parameters
@@ -584,7 +584,7 @@focusEdges
Parameters
@@ -608,7 +608,7 @@focusNodes
Parameters
@@ -632,7 +632,7 @@getGraphService
Returns GraphService
@@ -650,7 +650,7 @@getNodeById
Parameters
@@ -674,7 +674,7 @@getRequiredControl
Parameters
@@ -698,7 +698,7 @@getRequiredControlLike
Type parameters
@@ -728,7 +728,7 @@getScreenData
Returns NodeEdgeSet
@@ -746,7 +746,7 @@highlightNodes
Parameters
@@ -770,7 +770,7 @@insertEdges
Parameters
@@ -794,7 +794,7 @@insertNodes
loadGraph
loadGson
Parameters
@@ -902,7 +902,7 @@lockScale
Parameters
@@ -929,7 +929,7 @@notifyClearAll
Returns void
@@ -947,7 +947,7 @@off
Parameters
@@ -992,7 +992,7 @@on
Parameters
@@ -1036,7 +1036,7 @@Protected
@@ -137,7 +142,7 @@
Parameters
@@ -1059,7 +1059,7 @@pickup
Parameters
@@ -1104,7 +1104,7 @@placeNodes
Parameters
@@ -1128,7 +1128,7 @@redraw
Returns void
@@ -1146,7 +1146,7 @@removeControlLike
Type parameters
@@ -1176,7 +1176,7 @@scaleTo
Parameters
@@ -1200,7 +1200,7 @@search
Parameters
@@ -1245,7 +1245,7 @@searchImage
Parameters
@@ -1290,7 +1290,7 @@setDynamic
Parameters
@@ -1313,7 +1313,7 @@showGraph
Parameters
@@ -1352,7 +1352,7 @@showNodesOfCategory
Parameters
@@ -1393,7 +1393,7 @@toggleDraggable
Parameters
@@ -1416,7 +1416,7 @@toggleEdgeColor
Parameters
@@ -1439,7 +1439,7 @@toggleEdges
Parameters
@@ -1462,7 +1462,7 @@toggleFaces
Parameters
@@ -1485,7 +1485,7 @@toggleNavigationButtons
Parameters
@@ -1508,7 +1508,7 @@toggleNodeBorder
Parameters
@@ -1531,7 +1531,7 @@togglePhysics
Parameters
@@ -1554,7 +1554,7 @@toggleShadow
Parameters
@@ -1577,7 +1577,7 @@toggleShowEdgeLabelAlways
Parameters
@@ -1600,7 +1600,7 @@toggleWeights
Parameters
@@ -1624,7 +1624,7 @@updateEdges
Parameters
@@ -1648,7 +1648,7 @@updateGraph
Parameters
@@ -1687,7 +1687,7 @@updateNetworkOptions
Parameters
@@ -1711,7 +1711,7 @@updateNodes
Parameters
@@ -1735,7 +1735,7 @@updateTheme
Parameters
diff --git a/dist/api/classes/camera.html b/dist/api/classes/camera.html index 4d4132c..bc5b0f8 100644 --- a/dist/api/classes/camera.html +++ b/dist/api/classes/camera.html @@ -113,7 +113,7 @@constructor
Parameters
@@ -139,7 +139,7 @@opening
Returns boolean
@@ -156,7 +156,7 @@photo
Returns any
@@ -176,7 +176,7 @@closeCam
Returns void
@@ -193,7 +193,7 @@initCam
Returns boolean
@@ -210,7 +210,7 @@reTake
Returns void
@@ -227,7 +227,7 @@takePhoto
Returns void
diff --git a/dist/api/classes/communityctrl.html b/dist/api/classes/communityctrl.html index 756ad79..fbe46f1 100644 --- a/dist/api/classes/communityctrl.html +++ b/dist/api/classes/communityctrl.html @@ -90,7 +90,12 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
+ - _position
Str
- default
MaxListeners
constructor
Returns CommunityCtrl
@@ -147,6 +152,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
+
+
+ _positionStr: string = null
+
+
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/connectctrl.html b/dist/api/classes/connectctrl.html
index c2af7f2..5f66408 100644
--- a/dist/api/classes/connectctrl.html
+++ b/dist/api/classes/connectctrl.html
@@ -90,9 +90,14 @@
@@ -148,7 +153,7 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -158,6 +185,39 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _positionStr
+Static defaultMaxListeners
@@ -228,7 +288,7 @@bind
Parameters
@@ -252,7 +312,7 @@disable
Returns void
@@ -298,7 +358,7 @@enable
Returns void
@@ -354,7 +414,7 @@getTypeName
Returns string
@@ -468,7 +528,7 @@onCreate
Parameters
@@ -492,7 +552,7 @@onDestroy
Parameters
@@ -774,7 +834,7 @@toggle
Parameters
@@ -834,9 +894,24 @@Returns number constructor
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns ConnectCtrl
@@ -158,6 +163,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -187,7 +236,7 @@
@@ -215,6 +264,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -169,6 +196,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -176,7 +225,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = null
+
+
@@ -157,7 +157,7 @@ _taskId: number = 0
@@ -167,7 +167,7 @@ _timerId: number = 0
@@ -177,7 +177,7 @@ paths: RELATION_PATH[] = []
@@ -194,7 +194,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -286,7 +346,7 @@bindElement
Parameters
@@ -316,7 +376,7 @@Protected createContaine
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/context.html b/dist/api/classes/context.html
index 1cee702..67f242b 100644
--- a/dist/api/classes/context.html
+++ b/dist/api/classes/context.html
@@ -106,7 +106,7 @@
Returns HTMLElement
@@ -334,7 +394,7 @@disable
Returns void
@@ -380,7 +440,7 @@enable
Returns void
@@ -436,7 +496,7 @@getTypeName
Returns string
@@ -454,7 +514,7 @@hide
Returns void
@@ -521,7 +581,7 @@loadGsonString
Returns void
@@ -538,7 +598,7 @@loadGsonUrl
Returns void
@@ -555,7 +615,7 @@loadRemoteServer
Returns void
@@ -619,7 +679,7 @@onBindElement
Parameters
@@ -650,7 +710,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -675,7 +735,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -699,7 +759,7 @@onResize
Parameters
@@ -982,7 +1042,7 @@setPosition
Parameters
@@ -1027,7 +1087,7 @@show
Returns void
@@ -1081,15 +1141,30 @@Returns number constructor
Static bind
Parameters
@@ -129,7 +129,7 @@Static build
Parameters
@@ -152,7 +152,7 @@Static buildItem
Parameters
@@ -178,7 +178,7 @@Static close
Returns boolean
@@ -195,7 +195,7 @@Static dom
Parameters
@@ -218,7 +218,7 @@Static getNormalizedEv
@@ -144,7 +149,7 @@
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/controlfactory.html b/dist/api/classes/controlfactory.html
index df6aaa2..1054692 100644
--- a/dist/api/classes/controlfactory.html
+++ b/dist/api/classes/controlfactory.html
@@ -103,7 +103,7 @@
@@ -139,7 +144,7 @@
Parameters
@@ -249,7 +249,7 @@Static getPosition
Parameters
@@ -289,7 +289,7 @@Static show
Parameters
@@ -321,7 +321,7 @@Static valid
Parameters
@@ -344,7 +344,7 @@Static visible
Returns boolean
diff --git a/dist/api/classes/contextctrl.html b/dist/api/classes/contextctrl.html index 1796739..e6ce258 100644 --- a/dist/api/classes/contextctrl.html +++ b/dist/api/classes/contextctrl.html @@ -99,7 +99,12 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
+ - _position
Str
- default
MaxListeners
constructor
Returns ContextCtrl
@@ -154,6 +159,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
+
+
+ _positionStr: string = null
+
+
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -165,6 +192,39 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _positionStr
+Static defaultMaxListeners
@@ -236,7 +296,7 @@disable
Returns void
@@ -282,7 +342,7 @@enable
Returns void
@@ -338,7 +398,7 @@getTypeName
Returns string
@@ -452,7 +512,7 @@onCreate
Parameters
@@ -476,7 +536,7 @@onDestroy
Parameters
@@ -795,9 +855,24 @@Returns number constructor
constructor
Returns ControlFactory
@@ -123,7 +123,7 @@Static createControl
Parameters
diff --git a/dist/api/classes/expansionctrl.html b/dist/api/classes/expansionctrl.html index ac54a44..ac3ef65 100644 --- a/dist/api/classes/expansionctrl.html +++ b/dist/api/classes/expansionctrl.html @@ -90,7 +90,12 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
+ - _position
Str
- default
MaxListeners
constructor
Returns ExpansionCtrl
@@ -149,6 +154,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
+
+
+ _positionStr: string = null
+
+
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/findrelationstask.html b/dist/api/classes/findrelationstask.html
index f57ccc6..5c6f5a3 100644
--- a/dist/api/classes/findrelationstask.html
+++ b/dist/api/classes/findrelationstask.html
@@ -115,7 +115,7 @@
_completed: boolean = false
@@ -147,7 +147,7 @@ _pointer: number = 0
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -160,6 +187,39 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _positionStr
+Static defaultMaxListeners
@@ -230,7 +290,7 @@clear
Returns void
@@ -247,7 +307,7 @@collapse
Parameters
@@ -271,7 +331,7 @@disable
Returns void
@@ -317,7 +377,7 @@enable
Returns void
@@ -353,7 +413,7 @@expand
Parameters
@@ -396,7 +456,7 @@getTypeName
Returns string
@@ -413,7 +473,7 @@isExpanded
Parameters
@@ -533,7 +593,7 @@onCreate
Parameters
@@ -557,7 +617,7 @@onDestroy
Parameters
@@ -876,9 +936,24 @@Returns number constructor
constructor
Parameters
@@ -137,7 +137,7 @@_completed
_pointer
_taskId
_timerId
paths
readMore
Parameters
@@ -217,7 +217,7 @@start
Parameters
@@ -249,7 +249,7 @@stop
Returns void
diff --git a/dist/api/classes/findrelationstaskmanager.html b/dist/api/classes/findrelationstaskmanager.html index 4eed31a..0b9a005 100644 --- a/dist/api/classes/findrelationstaskmanager.html +++ b/dist/api/classes/findrelationstaskmanager.html @@ -98,7 +98,7 @@createTask
Returns FindRelationsTask
@@ -115,7 +115,7 @@getTask
Parameters
diff --git a/dist/api/classes/graphexplorer.html b/dist/api/classes/graphexplorer.html index f9d46e7..5846829 100644 --- a/dist/api/classes/graphexplorer.html +++ b/dist/api/classes/graphexplorer.html @@ -171,7 +171,7 @@constructor
Parameters
@@ -197,7 +197,7 @@Protected _context
@@ -208,7 +208,7 @@Protected _ctrls
@@ -219,7 +219,7 @@Protected _messageBox
Inherited from BaseApp._messageBox
-- Defined in app/app.ts:12
+ - Defined in app/app.ts:19
@@ -230,7 +230,7 @@Protected _selector
@@ -241,7 +241,7 @@Protected _toggleEdge
Inherited from BaseApp._toggleEdgeLabelHandlers
-- Defined in app/app.ts:11
+ - Defined in app/app.ts:18
@@ -259,7 +259,7 @@Protected _notifyControl
Parameters
@@ -286,7 +286,7 @@addControl
Type parameters
@@ -316,7 +316,7 @@Protected addDocument
@@ -465,7 +465,7 @@
@@ -816,7 +816,7 @@
@@ -862,7 +862,7 @@
Inherited from MainFrame.addDocumentControls
-- Defined in mainframe.ts:163
+ - Defined in mainframe.ts:165
Parameters
@@ -343,7 +343,7 @@clearScreen
Returns void
@@ -361,7 +361,7 @@connect
Parameters
@@ -388,7 +388,7 @@connectService
Parameters
@@ -415,7 +415,7 @@deleteNodes
emit
Parameters
@@ -492,7 +492,7 @@fire
Parameters
@@ -519,7 +519,7 @@fits
Parameters
@@ -546,7 +546,7 @@flagNodes
Parameters
@@ -573,7 +573,7 @@focusEdges
Parameters
@@ -597,7 +597,7 @@focusNodes
Parameters
@@ -621,7 +621,7 @@getGraphService
Returns GraphService
@@ -639,7 +639,7 @@getNodeById
Parameters
@@ -663,7 +663,7 @@getRequiredControl
Parameters
@@ -687,7 +687,7 @@getRequiredControlLike
Type parameters
@@ -717,7 +717,7 @@getScreenData
Returns NodeEdgeSet
@@ -735,7 +735,7 @@highlightNodes
Parameters
@@ -759,7 +759,7 @@insertEdges
Parameters
@@ -783,7 +783,7 @@insertNodes
loadGraph
loadGson
Parameters
@@ -892,7 +892,7 @@lockScale
Parameters
@@ -919,7 +919,7 @@notifyClearAll
Returns void
@@ -937,7 +937,7 @@off
Parameters
@@ -982,7 +982,7 @@on
Parameters
@@ -1027,7 +1027,7 @@Protected onCreateF
Parameters
@@ -1051,7 +1051,7 @@pickup
Parameters
@@ -1096,7 +1096,7 @@placeNodes
Parameters
@@ -1120,7 +1120,7 @@redraw
Returns void
@@ -1138,7 +1138,7 @@removeControlLike
Type parameters
@@ -1168,7 +1168,7 @@scaleTo
Parameters
@@ -1192,7 +1192,7 @@search
Parameters
@@ -1237,7 +1237,7 @@searchImage
Parameters
@@ -1282,7 +1282,7 @@setDynamic
Parameters
@@ -1306,7 +1306,7 @@showGraph
Parameters
@@ -1345,7 +1345,7 @@showNodesOfCategory
Parameters
@@ -1387,7 +1387,7 @@toggleDraggable
Parameters
@@ -1411,7 +1411,7 @@toggleEdgeColor
Parameters
@@ -1435,7 +1435,7 @@toggleEdges
Parameters
@@ -1459,7 +1459,7 @@toggleFaces
Parameters
@@ -1483,7 +1483,7 @@toggleNavigationButtons
Parameters
@@ -1507,7 +1507,7 @@toggleNodeBorder
Parameters
@@ -1531,7 +1531,7 @@togglePhysics
Parameters
@@ -1555,7 +1555,7 @@toggleShadow
Parameters
@@ -1579,7 +1579,7 @@toggleShowEdgeLabelAlways
Parameters
@@ -1603,7 +1603,7 @@toggleWeights
Parameters
@@ -1627,7 +1627,7 @@updateEdges
Parameters
@@ -1651,7 +1651,7 @@updateGraph
Parameters
@@ -1690,7 +1690,7 @@updateNetworkOptions
Parameters
@@ -1714,7 +1714,7 @@updateNodes
Parameters
@@ -1739,7 +1739,7 @@updateTheme
Inherited from BaseApp.updateTheme
Overrides MainFrame.updateTheme
-- Defined in app/app.ts:192
+ - Defined in app/app.ts:206
Parameters
diff --git a/dist/api/classes/graphnavigator.html b/dist/api/classes/graphnavigator.html index 96afb62..c6cc063 100644 --- a/dist/api/classes/graphnavigator.html +++ b/dist/api/classes/graphnavigator.html @@ -171,7 +171,7 @@constructor
Parameters
@@ -197,7 +197,7 @@Protected _context
@@ -208,7 +208,7 @@Protected _ctrls
@@ -219,7 +219,7 @@Protected _messageBox
Inherited from BaseApp._messageBox
-- Defined in app/app.ts:12
+ - Defined in app/app.ts:19
@@ -230,7 +230,7 @@Protected _selector
@@ -241,7 +241,7 @@Protected _toggleEdge
Inherited from BaseApp._toggleEdgeLabelHandlers
-- Defined in app/app.ts:11
+ - Defined in app/app.ts:18
@@ -259,7 +259,7 @@Protected _notifyControl
Parameters
@@ -286,7 +286,7 @@addControl
Type parameters
@@ -316,7 +316,7 @@Protected addDocument
@@ -465,7 +465,7 @@
@@ -816,7 +816,7 @@
@@ -862,7 +862,7 @@
Inherited from MainFrame.addDocumentControls
-- Defined in mainframe.ts:163
+ - Defined in mainframe.ts:165
Parameters
@@ -343,7 +343,7 @@clearScreen
Returns void
@@ -361,7 +361,7 @@connect
Parameters
@@ -388,7 +388,7 @@connectService
Parameters
@@ -415,7 +415,7 @@deleteNodes
emit
Parameters
@@ -492,7 +492,7 @@fire
Parameters
@@ -519,7 +519,7 @@fits
Parameters
@@ -546,7 +546,7 @@flagNodes
Parameters
@@ -573,7 +573,7 @@focusEdges
Parameters
@@ -597,7 +597,7 @@focusNodes
Parameters
@@ -621,7 +621,7 @@getGraphService
Returns GraphService
@@ -639,7 +639,7 @@getNodeById
Parameters
@@ -663,7 +663,7 @@getRequiredControl
Parameters
@@ -687,7 +687,7 @@getRequiredControlLike
Type parameters
@@ -717,7 +717,7 @@getScreenData
Returns NodeEdgeSet
@@ -735,7 +735,7 @@highlightNodes
Parameters
@@ -759,7 +759,7 @@insertEdges
Parameters
@@ -783,7 +783,7 @@insertNodes
loadGraph
loadGson
Parameters
@@ -892,7 +892,7 @@lockScale
Parameters
@@ -919,7 +919,7 @@notifyClearAll
Returns void
@@ -937,7 +937,7 @@off
Parameters
@@ -982,7 +982,7 @@on
Parameters
@@ -1027,7 +1027,7 @@Protected onCreateF
@@ -139,7 +144,7 @@
Parameters
@@ -1051,7 +1051,7 @@pickup
Parameters
@@ -1096,7 +1096,7 @@placeNodes
Parameters
@@ -1120,7 +1120,7 @@redraw
Returns void
@@ -1138,7 +1138,7 @@removeControlLike
Type parameters
@@ -1168,7 +1168,7 @@scaleTo
Parameters
@@ -1192,7 +1192,7 @@search
Parameters
@@ -1237,7 +1237,7 @@searchImage
Parameters
@@ -1282,7 +1282,7 @@setDynamic
Parameters
@@ -1306,7 +1306,7 @@showGraph
Parameters
@@ -1345,7 +1345,7 @@showNodesOfCategory
Parameters
@@ -1387,7 +1387,7 @@toggleDraggable
Parameters
@@ -1411,7 +1411,7 @@toggleEdgeColor
Parameters
@@ -1435,7 +1435,7 @@toggleEdges
Parameters
@@ -1459,7 +1459,7 @@toggleFaces
Parameters
@@ -1483,7 +1483,7 @@toggleNavigationButtons
Parameters
@@ -1507,7 +1507,7 @@toggleNodeBorder
Parameters
@@ -1531,7 +1531,7 @@togglePhysics
Parameters
@@ -1555,7 +1555,7 @@toggleShadow
Parameters
@@ -1579,7 +1579,7 @@toggleShowEdgeLabelAlways
Parameters
@@ -1603,7 +1603,7 @@toggleWeights
Parameters
@@ -1627,7 +1627,7 @@updateEdges
Parameters
@@ -1651,7 +1651,7 @@updateGraph
Parameters
@@ -1690,7 +1690,7 @@updateNetworkOptions
Parameters
@@ -1714,7 +1714,7 @@updateNodes
Parameters
@@ -1739,7 +1739,7 @@updateTheme
Inherited from BaseApp.updateTheme
Overrides MainFrame.updateTheme
-- Defined in app/app.ts:192
+ - Defined in app/app.ts:206
Parameters
diff --git a/dist/api/classes/highlightctrl.html b/dist/api/classes/highlightctrl.html index 4657946..ee79b3f 100644 --- a/dist/api/classes/highlightctrl.html +++ b/dist/api/classes/highlightctrl.html @@ -90,7 +90,12 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
+ - _position
Str
- default
MaxListeners
constructor
Returns HighlightCtrl
@@ -149,6 +154,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
+
+
+ _positionStr: string = null
+
+
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/i18n.html b/dist/api/classes/i18n.html
index b4d336b..5666451 100644
--- a/dist/api/classes/i18n.html
+++ b/dist/api/classes/i18n.html
@@ -114,7 +114,7 @@ RESOURCE_BUNDLE: any
@@ -131,7 +131,7 @@
MESSAGES: object
@@ -185,7 +185,7 @@ default: object = i18n.MESSAGES_EN
@@ -206,7 +206,7 @@ en: object = i18n.MESSAGES_EN
@@ -228,7 +228,7 @@ MESSAGES_EN: object
@@ -237,7 +237,7 @@ INITIALING: string = "initializing..."
@@ -247,7 +247,7 @@ LOADING_GRAPH: string = "loading graph..."
diff --git a/dist/api/classes/imageuploadctrl.html b/dist/api/classes/imageuploadctrl.html
index 4ca5352..b8ba054 100644
--- a/dist/api/classes/imageuploadctrl.html
+++ b/dist/api/classes/imageuploadctrl.html
@@ -91,14 +91,19 @@ - _cam
+ - _classname
+ - _content
- _delete
Btns
- _disabled
+ - _dockable
+ - _draggable
- _file
Uploader
- _frame
- _html
Container
- _modal
- _modal
Closer
- _position
+ - _position
Str
- _tab
Contents
- _tabs
- _upload
Btns
@@ -155,7 +160,7 @@ _cam: Camera = null
+
+
+
+ _classname: string = "imageUploadPanel"
+
+
+
+
+ _content: string = ""
+
@@ -181,7 +208,7 @@ _deleteBtns: JQuery<HTMLElement> = null
@@ -196,13 +223,35 @@
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = false
+
+
_fileUploader: Uploader = null
@@ -212,7 +261,7 @@ _frame: MainFrame = null
@@ -223,7 +272,7 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -160,6 +187,39 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _positionStr
+Static defaultMaxListeners
@@ -230,7 +290,7 @@clear
Returns void
@@ -248,7 +308,7 @@disable
Returns void
@@ -294,7 +354,7 @@enable
Returns void
@@ -350,7 +410,7 @@getTypeName
Returns string
@@ -367,7 +427,7 @@highlightNodes
Parameters
@@ -487,7 +547,7 @@onCreate
Parameters
@@ -511,7 +571,7 @@onDestroy
Parameters
@@ -793,7 +853,7 @@toggleNode
Parameters
@@ -816,7 +876,7 @@unhighlightNodes
Parameters
@@ -876,9 +936,24 @@Returns number constructor
Static RESOURCE_BUNDLE
Static getMessage
Parameters
@@ -154,7 +154,7 @@Static setLanguage
Parameters
@@ -176,7 +176,7 @@Static MESSAGES
default
en
Static MESSAGES_EN
INITIALING
LOADING_GRAPH
Constructors
Properties
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns ImageUploadCtrl
@@ -171,7 +176,29 @@_cam
Protected _classname
+Protected _content
+_deleteBtns
Protected _disabled
Protected _dockable
+Protected _draggable
+_fileUploader
_frame
Protected _htmlContainer
@@ -233,7 +282,7 @@ _modal: JQuery<HTMLElement> = null
@@ -243,7 +292,7 @@ _modalCloser: JQuery<HTMLElement> = null
@@ -254,7 +303,7 @@
@@ -282,13 +331,24 @@
_modal
_modalCloser
Protected _position
Returns + +_positionStr: string = null
+
+
_tabContents: JQuery<HTMLElement> = null
@@ -298,7 +358,7 @@ _tabs: JQuery<HTMLElement> = null
@@ -308,7 +368,7 @@ _uploadBtns: JQuery<HTMLElement> = null
@@ -318,7 +378,7 @@ _url: JQuery<HTMLElement> = null
@@ -393,7 +453,7 @@
Protected _positionStr
+_tabContents
_tabs
_uploadBtns
_url
bindElement
Parameters
@@ -423,7 +483,7 @@Protected createContaine
Returns HTMLElement
@@ -441,7 +501,7 @@disable
Returns void
@@ -487,7 +547,7 @@enable
Returns void
@@ -543,7 +603,7 @@getTypeName
Returns string
@@ -561,7 +621,7 @@hide
Returns void
@@ -675,7 +735,7 @@onBindElement
Parameters
@@ -706,7 +766,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -731,7 +791,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -755,7 +815,7 @@onResize
Parameters
@@ -1038,7 +1098,7 @@setPosition
Parameters
@@ -1083,7 +1143,7 @@show
Returns void
@@ -1140,12 +1200,24 @@Returns number _cam +
+ _classname
+
+
+ _content
+
_deleteBtns
_disabled
+
+ _dockable
+
+
+ _draggable
+
_fileUploader
@@ -1164,6 +1236,9 @@
Returns number _position +
+ _positionStr
+
_tabContents
diff --git a/dist/api/classes/infoboxctrl.html b/dist/api/classes/infoboxctrl.html
index c861c2e..4bb164d 100644
--- a/dist/api/classes/infoboxctrl.html
+++ b/dist/api/classes/infoboxctrl.html
@@ -87,12 +87,17 @@ constructor
-
+
@@ -145,7 +150,7 @@
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns InfoBoxCtrl
@@ -153,8 +158,30 @@Returns +
+
+ _classname: string = "infoPanel"
+
+
+
+
+ _content: string = `<div><div class="infoPanel1"></div><div class="infoPanel2"><span align="center" class="fa fa-close fa-lg btnCloseInfoPanel"></span></div></div><div class="infoBox"></div>`
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -184,7 +233,7 @@
@@ -212,6 +261,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -166,6 +193,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -173,7 +222,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = "A:10,200"
+
+
@@ -195,7 +195,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -283,7 +343,7 @@bindElement
Parameters
@@ -313,7 +373,7 @@Protected createContaine
Returns HTMLElement
@@ -331,7 +391,7 @@disable
Returns void
@@ -377,7 +437,7 @@enable
Returns void
@@ -433,7 +493,7 @@getTypeName
Returns string
@@ -451,7 +511,7 @@hide
Returns void
@@ -565,7 +625,7 @@onBindElement
Parameters
@@ -596,7 +656,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -621,7 +681,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -645,7 +705,7 @@onResize
Parameters
@@ -928,7 +988,7 @@setPosition
Parameters
@@ -973,7 +1033,7 @@show
Returns void
@@ -1027,15 +1087,30 @@Returns number constructor +
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/localgraph.html b/dist/api/classes/localgraph.html
index de9bc52..c40920c 100644
--- a/dist/api/classes/localgraph.html
+++ b/dist/api/classes/localgraph.html
@@ -119,7 +119,7 @@
_async
Parameters
@@ -160,7 +160,7 @@findRelations
Parameters
@@ -195,7 +195,7 @@requestConnect
Parameters
@@ -236,7 +236,7 @@requestFilterNodesByCategory
Parameters
@@ -283,7 +283,7 @@requestFindRelations
Parameters
@@ -333,7 +333,7 @@requestGetCommunityData
Parameters
@@ -374,7 +374,7 @@requestGetMoreRelations
Parameters
@@ -418,7 +418,7 @@requestGetNeighbours
Parameters
@@ -465,7 +465,7 @@requestGetNodeCategories
Parameters
@@ -506,7 +506,7 @@requestGetNodeInfos
Parameters
@@ -550,7 +550,7 @@requestImageSearch
Parameters
@@ -597,7 +597,7 @@requestLoadGraph
Parameters
@@ -647,7 +647,7 @@requestSearch
Parameters
@@ -695,7 +695,7 @@requestStopFindRelations
Parameters
@@ -718,7 +718,7 @@Static fromGson
Parameters
@@ -741,7 +741,7 @@Static fromGsonFile
Parameters
@@ -767,7 +767,7 @@Static fromGsonString<
_ctrls: Map<string, Control> = new Map<string, Control>()
Parameters
diff --git a/dist/api/classes/mainframe.html b/dist/api/classes/mainframe.html index 4af2193..fcde2b6 100644 --- a/dist/api/classes/mainframe.html +++ b/dist/api/classes/mainframe.html @@ -150,7 +150,7 @@constructor
Parameters
@@ -178,7 +178,7 @@Protected _ctrls
Protected _notifyControl
Parameters
@@ -221,7 +221,7 @@addControl
Type parameters
@@ -250,7 +250,7 @@Protected addDocument
@@ -368,7 +368,7 @@
@@ -679,7 +679,7 @@
@@ -724,7 +724,7 @@
@@ -147,7 +152,7 @@
Parameters
@@ -276,7 +276,7 @@clearScreen
Returns void
@@ -293,7 +293,7 @@connectService
Parameters
@@ -319,7 +319,7 @@deleteNodes
emit
Parameters
@@ -394,7 +394,7 @@fire
Parameters
@@ -420,7 +420,7 @@fits
Parameters
@@ -446,7 +446,7 @@focusEdges
Parameters
@@ -469,7 +469,7 @@focusNodes
Parameters
@@ -492,7 +492,7 @@getGraphService
Returns GraphService
@@ -509,7 +509,7 @@getNodeById
Parameters
@@ -532,7 +532,7 @@getRequiredControl
Parameters
@@ -555,7 +555,7 @@getRequiredControlLike
Type parameters
@@ -584,7 +584,7 @@getScreenData
Returns NodeEdgeSet
@@ -601,7 +601,7 @@highlightNodes
Parameters
@@ -624,7 +624,7 @@insertEdges
Parameters
@@ -647,7 +647,7 @@insertNodes
loadGraph
lockScale
Parameters
@@ -750,7 +750,7 @@notifyClearAll
Returns void
@@ -767,7 +767,7 @@off
Parameters
@@ -811,7 +811,7 @@on
Parameters
@@ -855,7 +855,7 @@placeNodes
Parameters
@@ -878,7 +878,7 @@redraw
Returns void
@@ -895,7 +895,7 @@removeControlLike
Type parameters
@@ -924,7 +924,7 @@scaleTo
Parameters
@@ -947,7 +947,7 @@search
Parameters
@@ -991,7 +991,7 @@searchImage
Parameters
@@ -1035,7 +1035,7 @@setDynamic
Parameters
@@ -1058,7 +1058,7 @@showNodesOfCategory
Parameters
@@ -1099,7 +1099,7 @@updateEdges
Parameters
@@ -1122,7 +1122,7 @@updateGraph
Parameters
@@ -1160,7 +1160,7 @@updateNetworkOptions
Parameters
@@ -1183,7 +1183,7 @@updateNodes
Parameters
@@ -1206,7 +1206,7 @@updateTheme
Parameters
diff --git a/dist/api/classes/messageboxctrl.html b/dist/api/classes/messageboxctrl.html index 6e35491..ae82eb4 100644 --- a/dist/api/classes/messageboxctrl.html +++ b/dist/api/classes/messageboxctrl.html @@ -90,9 +90,14 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns MessageBoxCtrl
@@ -157,6 +162,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -186,7 +235,7 @@
@@ -214,6 +263,17 @@
x1: number
@@ -155,7 +155,7 @@ x2: number
@@ -165,7 +165,7 @@ y1: number
@@ -175,7 +175,7 @@ y2: number
@@ -192,7 +192,7 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -168,6 +195,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -175,7 +224,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = null
+
+
@@ -146,7 +146,7 @@ y: number
@@ -163,7 +163,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -285,7 +345,7 @@bindElement
Parameters
@@ -315,7 +375,7 @@Protected createContaine
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/point.html b/dist/api/classes/point.html
index c75e0b2..dae5208 100644
--- a/dist/api/classes/point.html
+++ b/dist/api/classes/point.html
@@ -111,7 +111,7 @@
x: number
Returns HTMLElement
@@ -333,7 +393,7 @@disable
Returns void
@@ -379,7 +439,7 @@enable
Returns void
@@ -435,7 +495,7 @@getTypeName
Returns string
@@ -453,7 +513,7 @@hide
Returns void
@@ -470,7 +530,7 @@hideMessage
Returns void
@@ -584,7 +644,7 @@onBindElement
Parameters
@@ -615,7 +675,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -640,7 +700,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -664,7 +724,7 @@onResize
Parameters
@@ -947,7 +1007,7 @@setPosition
Parameters
@@ -992,7 +1052,7 @@show
Returns void
@@ -1009,7 +1069,7 @@showMessage
Parameters
@@ -1069,15 +1129,30 @@Returns number constructor
constructor
Parameters
@@ -136,7 +136,7 @@x
y
delta
Parameters
@@ -186,7 +186,7 @@expand
Parameters
diff --git a/dist/api/classes/rect.html b/dist/api/classes/rect.html index 58054d7..7cfc58f 100644 --- a/dist/api/classes/rect.html +++ b/dist/api/classes/rect.html @@ -114,7 +114,7 @@constructor
Parameters
@@ -145,7 +145,7 @@x1
x2
y1
y2
center
Returns Point
@@ -209,7 +209,7 @@height
Returns number
@@ -226,7 +226,7 @@width
Returns number
diff --git a/dist/api/classes/relfinder.html b/dist/api/classes/relfinder.html index b8766df..607f133 100644 --- a/dist/api/classes/relfinder.html +++ b/dist/api/classes/relfinder.html @@ -174,7 +174,7 @@constructor
Parameters
@@ -203,7 +203,7 @@Protected _context
@@ -214,7 +214,7 @@Protected _ctrls
@@ -225,7 +225,7 @@Protected _messageBox
Inherited from BaseApp._messageBox
-- Defined in app/app.ts:12
+ - Defined in app/app.ts:19
@@ -236,7 +236,7 @@Protected _selector
@@ -247,7 +247,7 @@Protected _toggleEdge
Inherited from BaseApp._toggleEdgeLabelHandlers
-- Defined in app/app.ts:11
+ - Defined in app/app.ts:18
@@ -265,7 +265,7 @@Protected _notifyControl
Parameters
@@ -292,7 +292,7 @@addControl
Type parameters
@@ -322,7 +322,7 @@Protected addDocument
@@ -471,7 +471,7 @@
@@ -822,7 +822,7 @@
@@ -868,7 +868,7 @@
Inherited from MainFrame.addDocumentControls
-- Defined in mainframe.ts:163
+ - Defined in mainframe.ts:165
Parameters
@@ -349,7 +349,7 @@clearScreen
Returns void
@@ -367,7 +367,7 @@connect
Parameters
@@ -394,7 +394,7 @@connectService
Parameters
@@ -421,7 +421,7 @@deleteNodes
emit
Parameters
@@ -498,7 +498,7 @@fire
Parameters
@@ -525,7 +525,7 @@fits
Parameters
@@ -552,7 +552,7 @@flagNodes
Parameters
@@ -579,7 +579,7 @@focusEdges
Parameters
@@ -603,7 +603,7 @@focusNodes
Parameters
@@ -627,7 +627,7 @@getGraphService
Returns GraphService
@@ -645,7 +645,7 @@getNodeById
Parameters
@@ -669,7 +669,7 @@getRequiredControl
Parameters
@@ -693,7 +693,7 @@getRequiredControlLike
Type parameters
@@ -723,7 +723,7 @@getScreenData
Returns NodeEdgeSet
@@ -741,7 +741,7 @@highlightNodes
Parameters
@@ -765,7 +765,7 @@insertEdges
Parameters
@@ -789,7 +789,7 @@insertNodes
loadGraph
loadGson
Parameters
@@ -898,7 +898,7 @@lockScale
Parameters
@@ -925,7 +925,7 @@notifyClearAll
Returns void
@@ -943,7 +943,7 @@off
Parameters
@@ -988,7 +988,7 @@on
Parameters
@@ -1033,7 +1033,7 @@Protected onCreateF
@@ -137,7 +142,7 @@
Parameters
@@ -1057,7 +1057,7 @@pickup
Parameters
@@ -1102,7 +1102,7 @@placeNodes
Parameters
@@ -1126,7 +1126,7 @@redraw
Returns void
@@ -1144,7 +1144,7 @@removeControlLike
Type parameters
@@ -1174,7 +1174,7 @@scaleTo
Parameters
@@ -1198,7 +1198,7 @@search
Parameters
@@ -1243,7 +1243,7 @@searchImage
Parameters
@@ -1288,7 +1288,7 @@setDynamic
Parameters
@@ -1312,7 +1312,7 @@showGraph
Parameters
@@ -1351,7 +1351,7 @@showNodesOfCategory
Parameters
@@ -1392,7 +1392,7 @@startQuery
Parameters
@@ -1418,7 +1418,7 @@startQueryWithPrompt
Parameters
@@ -1444,7 +1444,7 @@stopQuery
Returns void
@@ -1462,7 +1462,7 @@toggleDraggable
Parameters
@@ -1486,7 +1486,7 @@toggleEdgeColor
Parameters
@@ -1510,7 +1510,7 @@toggleEdges
Parameters
@@ -1534,7 +1534,7 @@toggleFaces
Parameters
@@ -1558,7 +1558,7 @@toggleNavigationButtons
Parameters
@@ -1582,7 +1582,7 @@toggleNodeBorder
Parameters
@@ -1606,7 +1606,7 @@togglePhysics
Parameters
@@ -1630,7 +1630,7 @@toggleShadow
Parameters
@@ -1654,7 +1654,7 @@toggleShowEdgeLabelAlways
Parameters
@@ -1678,7 +1678,7 @@toggleWeights
Parameters
@@ -1702,7 +1702,7 @@updateEdges
Parameters
@@ -1726,7 +1726,7 @@updateGraph
Parameters
@@ -1765,7 +1765,7 @@updateNetworkOptions
Parameters
@@ -1789,7 +1789,7 @@updateNodes
Parameters
@@ -1814,7 +1814,7 @@updateTheme
Inherited from BaseApp.updateTheme
Overrides MainFrame.updateTheme
-- Defined in app/app.ts:192
+ - Defined in app/app.ts:206
Parameters
diff --git a/dist/api/classes/relfinderctrl.html b/dist/api/classes/relfinderctrl.html index 267040b..e7a3c79 100644 --- a/dist/api/classes/relfinderctrl.html +++ b/dist/api/classes/relfinderctrl.html @@ -90,7 +90,12 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
+ - _position
Str
- default
MaxListeners
constructor
Returns RelFinderCtrl
@@ -147,6 +152,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
+
+
+ _positionStr: string = null
+
+
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/relfinderdialogctrl.html b/dist/api/classes/relfinderdialogctrl.html
index 3e48776..5c70e02 100644
--- a/dist/api/classes/relfinderdialogctrl.html
+++ b/dist/api/classes/relfinderdialogctrl.html
@@ -87,12 +87,17 @@ constructor
-
+
@@ -147,7 +152,7 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -158,6 +185,39 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _positionStr
+Static defaultMaxListeners
@@ -229,7 +289,7 @@disable
Returns void
@@ -275,7 +335,7 @@enable
Returns void
@@ -331,7 +391,7 @@getTypeName
Returns string
@@ -445,7 +505,7 @@onCreate
Parameters
@@ -469,7 +529,7 @@onDestroy
Parameters
@@ -751,7 +811,7 @@startQuery
Parameters
@@ -780,7 +840,7 @@stopQuery
Returns void
@@ -834,9 +894,24 @@Returns number constructor
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns RelFinderDialogCtrl
@@ -155,8 +160,30 @@Returns +
+
+ _classname: string = "relfinder-dlg"
+
+
+
+
+ _content: string = `<div class="line"><span class="fa relfinder-icon fa-flag"></span><div class="relfinder-searchbox-container"><input class="igraph-searchbox" type="text" placeholder="input keyword"></div></div><div class="line"><span class="fa relfinder-icon fa-flag-checkered"></span><div class="relfinder-searchbox-container"><input class="igraph-searchbox" type="text" placeholder="input keyword"></div></div><div class="line"><label>maxdepth: </label><input size="10" autocomplete="off" readonly class="ui-spinner-input relfinder-depth-spinner"></div><p align="center"><button type="button" class="btn relfinder-btn relfinder-btn-start">find relations</button><button type="button" class="btn relfinder-btn relfinder-btn-stop" disabled="disabled">stop</button></p>`
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -186,7 +235,7 @@
@@ -214,6 +263,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -168,6 +195,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -175,7 +224,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = "B:-6,45"
+
+
-
+
@@ -145,7 +150,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -285,7 +345,7 @@bindElement
Parameters
@@ -315,7 +375,7 @@Protected createContaine
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/rellistctrl.html b/dist/api/classes/rellistctrl.html
index 16a0e4b..2c4ec2f 100644
--- a/dist/api/classes/rellistctrl.html
+++ b/dist/api/classes/rellistctrl.html
@@ -87,12 +87,17 @@ constructor
Returns HTMLElement
@@ -333,7 +393,7 @@disable
Returns void
@@ -379,7 +439,7 @@enable
Returns void
@@ -434,7 +494,7 @@getSelectedNodeIds
Returns string[]
@@ -452,7 +512,7 @@getTypeName
Returns string
@@ -470,7 +530,7 @@hide
Returns void
@@ -584,7 +644,7 @@onBindElement
Parameters
@@ -615,7 +675,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -640,7 +700,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -664,7 +724,7 @@onResize
Parameters
@@ -921,7 +981,7 @@selectNodes
Parameters
@@ -970,7 +1030,7 @@setPosition
Parameters
@@ -1015,7 +1075,7 @@show
Returns void
@@ -1069,15 +1129,30 @@Returns number constructor
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns RelListCtrl
@@ -153,8 +158,30 @@Returns +
+
+ _classname: string = "rellistPanel"
+
+
+
+
+ _content: string = `<p class="rellist-title">Relation Paths (<span class="relnum">11</span>):</p><ul class="rellist"></ul>`
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -184,7 +233,7 @@
@@ -212,6 +261,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -166,6 +193,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -173,7 +222,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = "B:-6,220"
+
+
-
+
@@ -148,7 +153,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -283,7 +343,7 @@bindElement
Parameters
@@ -313,7 +373,7 @@Protected createContaine
Returns HTMLElement
@@ -331,7 +391,7 @@disable
Returns void
@@ -377,7 +437,7 @@enable
Returns void
@@ -433,7 +493,7 @@getTypeName
Returns string
@@ -451,7 +511,7 @@hide
Returns void
@@ -565,7 +625,7 @@onBindElement
Parameters
@@ -596,7 +656,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -621,7 +681,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -645,7 +705,7 @@onResize
Parameters
@@ -928,7 +988,7 @@setPosition
Parameters
@@ -973,7 +1033,7 @@show
Returns void
@@ -1027,15 +1087,30 @@Returns number constructor +
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/remotegraph.html b/dist/api/classes/remotegraph.html
index 94df904..9bfb83c 100644
--- a/dist/api/classes/remotegraph.html
+++ b/dist/api/classes/remotegraph.html
@@ -120,7 +120,7 @@
constructor
constructor
Parameters
@@ -146,7 +146,7 @@requestConnect
Parameters
@@ -187,7 +187,7 @@requestFilterNodesByCategory
Parameters
@@ -234,7 +234,7 @@requestFindRelations
Parameters
@@ -284,7 +284,7 @@requestGetCommunityData
Parameters
@@ -325,7 +325,7 @@requestGetMoreRelations
Parameters
@@ -369,7 +369,7 @@requestGetNeighbours
Parameters
@@ -416,7 +416,7 @@requestGetNodeCategories
Parameters
@@ -457,7 +457,7 @@requestGetNodeInfos
Parameters
@@ -501,7 +501,7 @@requestImageSearch
Parameters
@@ -548,7 +548,7 @@requestLoadGraph
Parameters
@@ -598,7 +598,7 @@requestSearch
Parameters
@@ -646,7 +646,7 @@requestStopFindRelations
Parameters
diff --git a/dist/api/classes/resultlistctrl.html b/dist/api/classes/resultlistctrl.html index dace7bb..590a18a 100644 --- a/dist/api/classes/resultlistctrl.html +++ b/dist/api/classes/resultlistctrl.html @@ -87,12 +87,17 @@Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns ResultListCtrl
@@ -156,8 +161,30 @@Returns +
+
+ _classname: string = "ResultListPanel"
+
+
+
+
+ _content: string = ``
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -187,7 +236,7 @@
@@ -215,6 +264,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -169,6 +196,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -176,7 +225,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = "A:10,70"
+
+
@@ -195,7 +244,7 @@ _input: JQuery<HTMLElement> = null
@@ -206,7 +255,7 @@
@@ -234,6 +283,17 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -285,7 +345,7 @@addNodes
Parameters
@@ -309,7 +369,7 @@bindElement
Parameters
@@ -338,7 +398,7 @@clearList
Returns void
@@ -356,7 +416,7 @@Protected createContaine
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/searchboxctrl.html b/dist/api/classes/searchboxctrl.html
index adea4f3..861567e 100644
--- a/dist/api/classes/searchboxctrl.html
+++ b/dist/api/classes/searchboxctrl.html
@@ -90,11 +90,16 @@
@@ -147,7 +152,7 @@
Returns HTMLElement
@@ -373,7 +433,7 @@delNodes
Returns void
@@ -391,7 +451,7 @@disable
Returns void
@@ -437,7 +497,7 @@enable
Returns void
@@ -493,7 +553,7 @@getTypeName
Returns string
@@ -511,7 +571,7 @@hide
Returns void
@@ -625,7 +685,7 @@onBindElement
Parameters
@@ -656,7 +716,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -681,7 +741,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -705,7 +765,7 @@onResize
Parameters
@@ -988,7 +1048,7 @@setPosition
Parameters
@@ -1033,7 +1093,7 @@show
Returns void
@@ -1087,15 +1147,30 @@Returns number constructor
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _image
- _input
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns SearchBoxCtrl
@@ -157,6 +162,28 @@Returns
+
+ _classname: string = "searchPanel"
+
+
+
+
+ _content: string = `<div class="searchPanel1"><input class="igraph-searchbox" type="text" size="16" placeholder="input keyword"></div><div class="searchPanel2 igraph-searchbox-image"><span align="center" class="fa fa-photo fa-lg" /></div>`
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -185,7 +234,7 @@ _image: JQuery<HTMLElement> = null
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -168,6 +195,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -175,7 +224,7 @@Protected _htmlContainer
_image
_input
Protected _position
Returns + +_positionStr: string = "A:10,20"
+
+
Protected _positionStr
+Static defaultMaxListeners
@@ -305,7 +365,7 @@bindElement
Parameters
@@ -335,7 +395,7 @@Protected createContaine
Returns HTMLElement
@@ -353,7 +413,7 @@disable
Returns void
@@ -399,7 +459,7 @@enable
Returns void
@@ -455,7 +515,7 @@getTypeName
Returns string
@@ -473,7 +533,7 @@hide
Returns void
@@ -587,7 +647,7 @@onBindElement
Parameters
@@ -618,7 +678,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -643,7 +703,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -667,7 +727,7 @@onResize
Parameters
@@ -950,7 +1010,7 @@setPosition
Parameters
@@ -995,7 +1055,7 @@show
Returns void
@@ -1049,9 +1109,21 @@Returns number constructor +
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
@@ -1064,6 +1136,9 @@
Returns number _position +
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/selectionctrl.html b/dist/api/classes/selectionctrl.html
index 365ba2a..d21aae5 100644
--- a/dist/api/classes/selectionctrl.html
+++ b/dist/api/classes/selectionctrl.html
@@ -90,7 +90,12 @@
@@ -138,7 +143,7 @@
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
+ - _position
Str
- default
MaxListeners
constructor
Returns SelectionCtrl
@@ -148,6 +153,28 @@Returns
+
+ _classname: string = ""
+
+
+
+
+ _content: string = ""
+
+
+
+
+ _dockable: boolean = false
+
+
+
+
+ _draggable: boolean = true
+
+
+
+
+ _positionStr: string = null
+
+
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/statusbarctrl.html b/dist/api/classes/statusbarctrl.html
index 81cb065..e3ee803 100644
--- a/dist/api/classes/statusbarctrl.html
+++ b/dist/api/classes/statusbarctrl.html
@@ -87,12 +87,17 @@ constructor
-
+
@@ -146,7 +151,7 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -159,6 +186,39 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _positionStr
+Static defaultMaxListeners
@@ -229,7 +289,7 @@clear
Returns void
@@ -247,7 +307,7 @@disable
Returns void
@@ -293,7 +353,7 @@enable
Returns void
@@ -329,7 +389,7 @@flagNodes
Parameters
@@ -372,7 +432,7 @@getTypeName
Returns string
@@ -486,7 +546,7 @@onCreate
Parameters
@@ -510,7 +570,7 @@onDestroy
Parameters
@@ -792,7 +852,7 @@unflagNodes
Parameters
@@ -852,9 +912,24 @@Returns number constructor
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns StatusBarCtrl
@@ -154,8 +159,30 @@Returns +
+
+ _classname: string = "statusBar"
+
+
+
+
+ _content: string = `<div class="statusBar"></div>`
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = false
+
+
@@ -185,7 +234,7 @@
@@ -213,6 +262,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -167,6 +194,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -174,7 +223,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = "C:-250,-10"
+
+
-
+
@@ -148,7 +153,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -284,7 +344,7 @@bindElement
Parameters
@@ -314,7 +374,7 @@Protected createContaine
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/toolbarctrl.html b/dist/api/classes/toolbarctrl.html
index aa9e505..e9a200a 100644
--- a/dist/api/classes/toolbarctrl.html
+++ b/dist/api/classes/toolbarctrl.html
@@ -87,12 +87,17 @@ constructor
Returns HTMLElement
@@ -332,7 +392,7 @@disable
Returns void
@@ -378,7 +438,7 @@enable
Returns void
@@ -434,7 +494,7 @@getTypeName
Returns string
@@ -452,7 +512,7 @@hide
Returns void
@@ -566,7 +626,7 @@onBindElement
Parameters
@@ -597,7 +657,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -622,7 +682,7 @@onDestroy
Inherited from UIControl.onDestroy
Overrides Control.onDestroy
-- Defined in control/Control.ts:159
+ - Defined in control/Control.ts:171
Parameters
@@ -646,7 +706,7 @@onResize
Parameters
@@ -929,7 +989,7 @@setPosition
Parameters
@@ -974,7 +1034,7 @@show
Returns void
@@ -991,7 +1051,7 @@showMessage
Parameters
@@ -1051,15 +1111,30 @@Returns number constructor
Constructors
Properties
+- _classname
+ - _content
- _disabled
+ - _dockable
+ - _draggable
- _html
Container
- _position
+ - _position
Str
- default
MaxListeners
constructor
Inherited from UIControl.__constructor
Overrides Control.__constructor
-- Defined in control/Control.ts:40
+ - Defined in control/Control.ts:45
Returns ToolbarCtrl
@@ -156,8 +161,30 @@Returns +
+
+ _classname: string = "toolbarPanel"
+
+
+
+
+ _content: string = `<div class="toolbar"></div>`
+
+
+
+
+ _dockable: boolean = true
+
+
+
+
+ _draggable: boolean = true
+
+
@@ -187,7 +236,7 @@
@@ -215,6 +264,17 @@
Properties
+Protected _classname
+Protected _content
+Protected _disabled
@@ -169,6 +196,28 @@Protected _disabled
Protected _dockable
+Protected _draggable
+Protected _htmlContainer
@@ -176,7 +225,7 @@Protected _htmlContainer
Protected _position
Returns + +_positionStr: string = "B:-6,0"
+
+
+
+ _classname
+
+
+ _content
+
_disabled
+
+ _dockable
+
+
+ _draggable
+
_htmlContainer
_position
+
+ _positionStr
+
defaultMaxListeners
diff --git a/dist/api/classes/uploader.html b/dist/api/classes/uploader.html
index 6056f02..4bf7884 100644
--- a/dist/api/classes/uploader.html
+++ b/dist/api/classes/uploader.html
@@ -116,7 +116,7 @@
@@ -160,7 +160,7 @@
@@ -211,7 +211,7 @@
ADD_CONTROL: = "ADD_CONTROL"
@@ -125,7 +125,7 @@ CREATE_CONTROL: = "CREATE_CONTROL"
@@ -135,7 +135,7 @@ DESTROY_CONTROL: = "DESTROY_CONTROL"
@@ -145,7 +145,7 @@ FOCUS_NODES: = "FOCUS_NODES"
@@ -155,7 +155,7 @@ FRAME_CLEAR_ALL_FLAGS: = "FRAME_CLEAR_ALL_FLAGS"
@@ -165,7 +165,7 @@ FRAME_CREATED: = "FRAME_CREATED"
@@ -175,7 +175,7 @@ FRAME_RESIZE: = "FRAME_RESIZE"
@@ -185,7 +185,7 @@ GRAPH_CONNECTED: = "GRAPH_CONNECTED"
@@ -195,7 +195,7 @@ GRAPH_LOADED: = "GRAPH_LOADED"
@@ -205,7 +205,7 @@ IMAGEBOXOPEN: = "IMAGEBOXOPEN"
@@ -215,7 +215,7 @@ INSERT_NODES: = "INSERT_NODES"
@@ -225,7 +225,7 @@ NETWORK_AFTER_DRAWING: = "NETWORK_END_DRAWING"
@@ -235,7 +235,7 @@ NETWORK_BEFORE_DRAWING: = "NETWORK_BEFORE_DRAWING"
@@ -245,7 +245,7 @@ NETWORK_CLICK: = "NETWORK_CLICK"
@@ -255,7 +255,7 @@ NETWORK_DBLCLICK: = "NETWORK_DBLCLICK"
@@ -265,7 +265,7 @@ NETWORK_DESELECT_EDGES: = "NETWORK_DESELECT_EDGES"
@@ -275,7 +275,7 @@ NETWORK_DESELECT_NODES: = "NETWORK_DESELECT_NODES"
@@ -285,7 +285,7 @@ NETWORK_DRAGEND: = "NETWORK_DRAGEND"
@@ -295,7 +295,7 @@ NETWORK_DRAGGING: = "NETWORK_DRAGGING"
@@ -305,7 +305,7 @@ NETWORK_ONCONTEXT: = "NETWORK_ONCONTEXT"
@@ -315,7 +315,7 @@ NETWORK_SELECT_EDGES: = "NETWORK_SELECT_EDGES"
@@ -325,7 +325,7 @@ NETWORK_SELECT_NODES: = "NETWORK_SELECT_NODES"
@@ -335,7 +335,7 @@ RELFINDER_START: = "RELFINDER_START"
@@ -345,7 +345,7 @@ RELFINDER_STARTED: = "RELFINDER_STARTED"
@@ -355,7 +355,7 @@ RELFINDER_STOP: = "RELFINDER_STOP"
@@ -365,7 +365,7 @@ RELFINDER_STOPPED: = "RELFINDER_STOPPED"
@@ -375,7 +375,7 @@ RELLIST_PUT: = "RELLIST_PUT"
@@ -385,7 +385,7 @@ REMOVE_CONTROL: = "REMOVE_CONTROL"
@@ -395,7 +395,7 @@ RESULTLISTPUT: = "RESULTLISTPUT"
@@ -405,7 +405,7 @@ SHOW_INFO: = "SHOW_INFO"
@@ -415,7 +415,7 @@ THEME_CHANGED: = "THEME_CHANGED"
diff --git a/dist/api/index.html b/dist/api/index.html
index 4294ccc..6f0f51f 100644
--- a/dist/api/index.html
+++ b/dist/api/index.html
@@ -106,6 +106,7 @@ SearchBoxCtrl
SelectionCtrl
StatusBarCtrl
+ ToolCtrl
ToolbarCtrl
Uploader
Utils
@@ -166,7 +167,7 @@ CANVAS_PADDING: number = 80
@@ -176,7 +177,7 @@ MAX_EDGES_COUNT: number = 5000
@@ -186,7 +187,7 @@ MAX_NODES_COUNT: number = 5000
@@ -301,6 +302,9 @@
StatusBarCtrl
+
+ ToolCtrl
+
ToolbarCtrl
diff --git a/dist/api/interfaces/button_options.html b/dist/api/interfaces/button_options.html
index 7a3e6db..f6e06db 100644
--- a/dist/api/interfaces/button_options.html
+++ b/dist/api/interfaces/button_options.html
@@ -99,7 +99,7 @@ caption: string
@@ -109,7 +109,7 @@ checked: boolean
@@ -119,7 +119,7 @@ click: Function
@@ -129,7 +129,7 @@ disabled: boolean
@@ -139,7 +139,7 @@ icon: string
@@ -149,7 +149,7 @@ Position: string
@@ -159,7 +159,7 @@ tooltip: string
diff --git a/dist/api/interfaces/community.html b/dist/api/interfaces/community.html
index fa0d9ba..757c289 100644
--- a/dist/api/interfaces/community.html
+++ b/dist/api/interfaces/community.html
@@ -103,7 +103,7 @@ borderColor: string
@@ -113,7 +113,7 @@ fillColor: string
@@ -123,7 +123,7 @@ id: string
@@ -133,7 +133,7 @@ outline: POINT[]
diff --git a/dist/api/interfaces/communitydata.html b/dist/api/interfaces/communitydata.html
index 733a9e1..7349fed 100644
--- a/dist/api/interfaces/communitydata.html
+++ b/dist/api/interfaces/communitydata.html
@@ -94,7 +94,7 @@ communities: Community[]
@@ -104,7 +104,7 @@ nodeMap: NodeCommunityEntry[]
diff --git a/dist/api/interfaces/event_args_frame.html b/dist/api/interfaces/event_args_frame.html
index 1541a23..5b7c6d9 100644
--- a/dist/api/interfaces/event_args_frame.html
+++ b/dist/api/interfaces/event_args_frame.html
@@ -122,7 +122,7 @@ htmlMainFrame: HTMLElement
@@ -132,7 +132,7 @@ mainFrame: MainFrame
@@ -142,7 +142,7 @@ network: GraphNetwork
@@ -152,7 +152,7 @@ theme: Theme
diff --git a/dist/api/interfaces/event_args_frame_drawing.html b/dist/api/interfaces/event_args_frame_drawing.html
index 780f12c..4b8254f 100644
--- a/dist/api/interfaces/event_args_frame_drawing.html
+++ b/dist/api/interfaces/event_args_frame_drawing.html
@@ -102,7 +102,7 @@ context2d: CanvasRenderingContext2D
@@ -113,7 +113,7 @@
Protected _positionStr
+Static defaultMaxListeners
@@ -239,7 +299,7 @@addButton
Parameters
@@ -262,7 +322,7 @@addButtons
Parameters
@@ -331,7 +391,7 @@addTool
Parameters
@@ -355,7 +415,7 @@bindElement
Parameters
@@ -385,7 +445,7 @@Protected createContaine
Returns HTMLElement
@@ -403,7 +463,7 @@disable
Returns void
@@ -449,7 +509,7 @@enable
Returns void
@@ -505,7 +565,7 @@getTypeName
Returns string
@@ -523,7 +583,7 @@hide
Returns void
@@ -637,7 +697,7 @@onBindElement
Parameters
@@ -668,7 +728,7 @@onCreate
Inherited from UIControl.onCreate
Overrides Control.onCreate
-- Defined in control/Control.ts:58
+ - Defined in control/Control.ts:67
Parameters
@@ -692,7 +752,7 @@onDestroy
Parameters
@@ -716,7 +776,7 @@onResize
Parameters
@@ -999,7 +1059,7 @@setPosition
Parameters
@@ -1044,7 +1104,7 @@show
Returns void
@@ -1098,15 +1158,30 @@Returns number constructor
constructor
Parameters
@@ -142,7 +142,7 @@file
Returns any
@@ -162,7 +162,7 @@cleanFile
Returns void
@@ -179,7 +179,7 @@createImageUploadDialog
Returns boolean
@@ -196,7 +196,7 @@eventClickInit
Returns void
@@ -213,7 +213,7 @@init
Returns void
@@ -230,7 +230,7 @@onChangeUploadFile
Returns void
@@ -247,7 +247,7 @@onDrop
Parameters
@@ -270,7 +270,7 @@preview
Parameters
@@ -296,7 +296,7 @@Static onDragover
Parameters
diff --git a/dist/api/classes/utils.html b/dist/api/classes/utils.html index a185947..1bd647f 100644 --- a/dist/api/classes/utils.html +++ b/dist/api/classes/utils.html @@ -104,7 +104,7 @@Static deepClone
Parameters
@@ -127,7 +127,7 @@Static deepExtend
Static distinct
Parameters
@@ -183,7 +183,7 @@Static evaluate
Static flatMap
Parameters
@@ -255,7 +255,7 @@Static partOf
Parameters
@@ -283,7 +283,7 @@Static toArray
Type parameters
@@ -312,7 +312,7 @@Static toMap
Parameters
diff --git a/dist/api/enums/frameeventname.html b/dist/api/enums/frameeventname.html index cf83a1c..d09ba16 100644 --- a/dist/api/enums/frameeventname.html +++ b/dist/api/enums/frameeventname.html @@ -115,7 +115,7 @@ADD_CONTROL
CREATE_CONTROL
DESTROY_CONTROL
FOCUS_NODES
FRAME_CLEAR_ALL_FLAGS
FRAME_CREATED
FRAME_RESIZE
GRAPH_CONNECTED
GRAPH_LOADED
IMAGEBOXOPEN
INSERT_NODES
NETWORK_AFTER_DRAWING
NETWORK_BEFORE_DRAWING
NETWORK_CLICK
NETWORK_DBLCLICK
NETWORK_DESELECT_EDGES
NETWORK_DESELECT_NODES
NETWORK_DRAGEND
NETWORK_DRAGGING
NETWORK_ONCONTEXT
NETWORK_SELECT_EDGES
NETWORK_SELECT_NODES
RELFINDER_START
RELFINDER_STARTED
RELFINDER_STOP
RELFINDER_STOPPED
RELLIST_PUT
REMOVE_CONTROL
RESULTLISTPUT
SHOW_INFO
THEME_CHANGED
Classes
CANVAS_PADDING
MAX_EDGES_COUNT
MAX_NODES_COUNT
MAX_NODES_COUNT
Optional caption
Optional checked
Optional click
Optional disabled
Optional icon
Optional iconPosition
iconOptional tooltip
borderColor
fillColor
id
outline
communities
nodeMap
htmlMainFrame
mainFrame
network
theme
context2d
htmlMainFrame
@@ -124,7 +124,7 @@mainFrame
@@ -135,7 +135,7 @@network
@@ -146,7 +146,7 @@theme
diff --git a/dist/api/interfaces/event_args_frame_input.html b/dist/api/interfaces/event_args_frame_input.html index d4ad012..cb297e7 100644 --- a/dist/api/interfaces/event_args_frame_input.html +++ b/dist/api/interfaces/event_args_frame_input.html @@ -108,7 +108,7 @@edges
@@ -119,7 +119,7 @@htmlMainFrame
@@ -130,7 +130,7 @@mainFrame
@@ -141,7 +141,7 @@network
@@ -152,7 +152,7 @@nodes
@@ -162,7 +162,7 @@Optional previousSelectio
previousSelection: NodeEdgeIds
@@ -173,7 +173,7 @@ height: number
@@ -116,7 +116,7 @@ oldHeight: number
@@ -158,7 +158,7 @@ oldWidth: number
@@ -169,7 +169,7 @@ width: number
diff --git a/dist/api/interfaces/event_args_frame_show_info.html b/dist/api/interfaces/event_args_frame_show_info.html
index a09a65a..481fe2e 100644
--- a/dist/api/interfaces/event_args_frame_show_info.html
+++ b/dist/api/interfaces/event_args_frame_show_info.html
@@ -108,7 +108,7 @@ htmlInfoBox: HTMLElement
@@ -129,7 +129,7 @@ edgesNum: number
@@ -114,7 +114,7 @@ nodesNum: number
@@ -157,7 +157,7 @@ edges: any[]
@@ -115,7 +115,7 @@ nodes: any[]
@@ -157,7 +157,7 @@ option: object
@@ -168,7 +168,7 @@ maxDepth: number
@@ -135,7 +135,7 @@ path: RELATION_PATH
@@ -146,7 +146,7 @@ startNodes: string[]
@@ -157,7 +157,7 @@ showDegrees: boolean
@@ -109,7 +109,7 @@ showEdges: boolean
@@ -119,7 +119,7 @@ showFaces: boolean
@@ -129,7 +129,7 @@ showGroups: boolean
@@ -139,7 +139,7 @@ showLabels: boolean
@@ -149,7 +149,7 @@ showNodes: boolean
@@ -159,7 +159,7 @@ showTitles: boolean
diff --git a/dist/api/interfaces/graphservice.html b/dist/api/interfaces/graphservice.html
index 170fc88..a2fedbc 100644
--- a/dist/api/interfaces/graphservice.html
+++ b/dist/api/interfaces/graphservice.html
@@ -115,7 +115,7 @@
@@ -163,7 +163,7 @@
@@ -217,7 +217,7 @@
@@ -274,7 +274,7 @@
@@ -320,7 +320,7 @@
@@ -371,7 +371,7 @@
@@ -425,7 +425,7 @@
@@ -471,7 +471,7 @@
@@ -522,7 +522,7 @@
@@ -576,7 +576,7 @@
@@ -633,7 +633,7 @@
@@ -687,7 +687,7 @@
diff --git a/dist/api/interfaces/gson.html b/dist/api/interfaces/gson.html
index 7c8f3f0..06b3cda 100644
--- a/dist/api/interfaces/gson.html
+++ b/dist/api/interfaces/gson.html
@@ -97,7 +97,7 @@ categories: object
@@ -107,7 +107,7 @@ data: object
@@ -131,7 +131,7 @@ dbinfo: object
@@ -141,7 +141,7 @@ option: object
@@ -159,7 +159,7 @@ translator: object
diff --git a/dist/api/interfaces/initdata.html b/dist/api/interfaces/initdata.html
index fdd2ce6..36a4897 100644
--- a/dist/api/interfaces/initdata.html
+++ b/dist/api/interfaces/initdata.html
@@ -95,7 +95,7 @@ autoLayout: boolean
@@ -105,7 +105,7 @@ edgesNum: number
@@ -115,7 +115,7 @@ nodesNum: number
diff --git a/dist/api/interfaces/loadgraphoption.html b/dist/api/interfaces/loadgraphoption.html
index 51f400c..6f36b9b 100644
--- a/dist/api/interfaces/loadgraphoption.html
+++ b/dist/api/interfaces/loadgraphoption.html
@@ -96,7 +96,7 @@ PointX: number
@@ -106,7 +106,7 @@ PointY: number
@@ -116,7 +116,7 @@ dynamic: boolean
@@ -126,7 +126,7 @@ scale: number
diff --git a/dist/api/interfaces/loadgraphoptioncallback.html b/dist/api/interfaces/loadgraphoptioncallback.html
index 6317814..0668588 100644
--- a/dist/api/interfaces/loadgraphoptioncallback.html
+++ b/dist/api/interfaces/loadgraphoptioncallback.html
@@ -94,7 +94,7 @@ height: number
@@ -104,7 +104,7 @@ width: number
diff --git a/dist/api/interfaces/nodecommunityentry.html b/dist/api/interfaces/nodecommunityentry.html
index 8ec24f6..e4b9642 100644
--- a/dist/api/interfaces/nodecommunityentry.html
+++ b/dist/api/interfaces/nodecommunityentry.html
@@ -94,7 +94,7 @@ community: string
@@ -104,7 +104,7 @@ node: string
diff --git a/dist/api/interfaces/nodeedgeids.html b/dist/api/interfaces/nodeedgeids.html
index c95aa56..66af4b3 100644
--- a/dist/api/interfaces/nodeedgeids.html
+++ b/dist/api/interfaces/nodeedgeids.html
@@ -102,7 +102,7 @@ edges: string[]
@@ -112,7 +112,7 @@ nodes: string[]
diff --git a/dist/api/interfaces/nodeedgeset.html b/dist/api/interfaces/nodeedgeset.html
index 139bbd5..fb032d9 100644
--- a/dist/api/interfaces/nodeedgeset.html
+++ b/dist/api/interfaces/nodeedgeset.html
@@ -94,7 +94,7 @@ edges: GraphEdgeSet
@@ -104,7 +104,7 @@ nodes: GraphNodeSet
diff --git a/dist/api/interfaces/nodesedges.html b/dist/api/interfaces/nodesedges.html
index a7d049d..94d1558 100644
--- a/dist/api/interfaces/nodesedges.html
+++ b/dist/api/interfaces/nodesedges.html
@@ -94,7 +94,7 @@ edges: any[]
@@ -104,7 +104,7 @@ nodes: any[]
diff --git a/dist/api/interfaces/pair.html b/dist/api/interfaces/pair.html
index 7be0e24..88e8a92 100644
--- a/dist/api/interfaces/pair.html
+++ b/dist/api/interfaces/pair.html
@@ -105,7 +105,7 @@ _1: K
@@ -115,7 +115,7 @@ _2: V
diff --git a/dist/api/interfaces/point.html b/dist/api/interfaces/point.html
index f30e9a6..25546d2 100644
--- a/dist/api/interfaces/point.html
+++ b/dist/api/interfaces/point.html
@@ -94,7 +94,7 @@ x: number
@@ -104,7 +104,7 @@ y: number
diff --git a/dist/api/interfaces/query_results.html b/dist/api/interfaces/query_results.html
index cef36eb..3be8de6 100644
--- a/dist/api/interfaces/query_results.html
+++ b/dist/api/interfaces/query_results.html
@@ -94,7 +94,7 @@ completed: boolean
@@ -104,7 +104,7 @@ paths: RELATION_PATH[]
diff --git a/dist/api/interfaces/rect.html b/dist/api/interfaces/rect.html
index 408d243..6a6305c 100644
--- a/dist/api/interfaces/rect.html
+++ b/dist/api/interfaces/rect.html
@@ -96,7 +96,7 @@ bottom: number
@@ -106,7 +106,7 @@ left: number
@@ -116,7 +116,7 @@ right: number
@@ -126,7 +126,7 @@ top: number
diff --git a/dist/api/interfaces/relation_path.html b/dist/api/interfaces/relation_path.html
index e62af75..73c7c09 100644
--- a/dist/api/interfaces/relation_path.html
+++ b/dist/api/interfaces/relation_path.html
@@ -94,7 +94,7 @@ edges: any[]
@@ -104,7 +104,7 @@ nodes: any[]
diff --git a/dist/examples/example1.html b/dist/examples/example1.html
index 4950126..8347a7c 100644
--- a/dist/examples/example1.html
+++ b/dist/examples/example1.html
@@ -27,39 +27,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
theme
diff --git a/dist/api/interfaces/event_args_frame_resize.html b/dist/api/interfaces/event_args_frame_resize.html index 7b1282b..3635b2c 100644 --- a/dist/api/interfaces/event_args_frame_resize.html +++ b/dist/api/interfaces/event_args_frame_resize.html @@ -105,7 +105,7 @@Optional height
htmlMainFrame
@@ -127,7 +127,7 @@mainFrame
@@ -138,7 +138,7 @@network
@@ -148,7 +148,7 @@Optional oldHeight
Optional oldWidth
theme
@@ -179,7 +179,7 @@Optional width
edges
@@ -118,7 +118,7 @@htmlInfoBox
htmlMainFrame
@@ -140,7 +140,7 @@mainFrame
@@ -151,7 +151,7 @@network
@@ -162,7 +162,7 @@nodes
@@ -173,7 +173,7 @@theme
diff --git a/dist/api/interfaces/event_args_graph_connected.html b/dist/api/interfaces/event_args_graph_connected.html index 0ffffc6..f8d7067 100644 --- a/dist/api/interfaces/event_args_graph_connected.html +++ b/dist/api/interfaces/event_args_graph_connected.html @@ -103,7 +103,7 @@edgesNum
htmlMainFrame
@@ -125,7 +125,7 @@mainFrame
@@ -136,7 +136,7 @@network
@@ -146,7 +146,7 @@nodesNum
theme
diff --git a/dist/api/interfaces/event_args_graph_loaded.html b/dist/api/interfaces/event_args_graph_loaded.html index b822710..a5baeac 100644 --- a/dist/api/interfaces/event_args_graph_loaded.html +++ b/dist/api/interfaces/event_args_graph_loaded.html @@ -104,7 +104,7 @@edges
htmlMainFrame
@@ -126,7 +126,7 @@mainFrame
@@ -137,7 +137,7 @@network
@@ -147,7 +147,7 @@nodes
option
theme
diff --git a/dist/api/interfaces/event_args_relfinder.html b/dist/api/interfaces/event_args_relfinder.html index 9aef4fe..72c06a9 100644 --- a/dist/api/interfaces/event_args_relfinder.html +++ b/dist/api/interfaces/event_args_relfinder.html @@ -103,7 +103,7 @@htmlMainFrame
@@ -114,7 +114,7 @@mainFrame
@@ -124,7 +124,7 @@maxDepth
network
@@ -146,7 +146,7 @@theme
diff --git a/dist/api/interfaces/event_args_rellist.html b/dist/api/interfaces/event_args_rellist.html index ee9751b..92c8ee2 100644 --- a/dist/api/interfaces/event_args_rellist.html +++ b/dist/api/interfaces/event_args_rellist.html @@ -104,7 +104,7 @@htmlMainFrame
@@ -115,7 +115,7 @@mainFrame
@@ -126,7 +126,7 @@network
@@ -136,7 +136,7 @@path
startNodes
theme
diff --git a/dist/api/interfaces/frame_options.html b/dist/api/interfaces/frame_options.html index f846d9e..44f7744 100644 --- a/dist/api/interfaces/frame_options.html +++ b/dist/api/interfaces/frame_options.html @@ -99,7 +99,7 @@Optional showDegrees
Optional showEdges
Optional showFaces
Optional showGroups
Optional showLabels
Optional showNodes
Optional showTitles
requestConnect
requestFilterNodesByCategory
requestFindRelations
requestGetCommunityData
requestGetMoreRelations
requestGetNeighbours
requestGetNodeCategories
requestGetNodeInfos
requestImageSearch
requestLoadGraph
requestSearch
requestStopFindRelations
Optional categories
data
Optional dbinfo
option
Optional translator
autoLayout
edgesNum
nodesNum
Optional centerPointX
centerOptional centerPointY
centerdynamic
Optional scale
height
width
community
node
edges
nodes
edges
nodes
edges
nodes
_1
_2
x
y
completed
paths
bottom
left
right
top
edges
nodes