Home
last modified time | relevance | path

Searched refs:graph (Results 151 – 175 of 191) sorted by last modified time

12345678

/plugin/amcharts/assets/amcharts/
H A Dradar.js4 ….axesSet.toBack();this.set.toBack()},formatString:function(a,b,c){var f=b.graph;-1!=a.indexOf("[[c…
H A Dserial.js44 …es){var C=y.values[l];if(this.rotate){if(0>y.x||y.x>y.graph.height)C=NaN}else if(0>y.x||y.x>y.grap…
46 …}return a=e.cleanFromEmpty(a)},formatString:function(a,b,c){if(b){var d=b.graph;if(void 0!==a){if(…
47 b.graph.valueAxis;(f=h.duration)&&!isNaN(b.values.value)&&(f=e.formatDuration(b.values.value,f,"",h…
48 …xtValue(a,b.dataContext));-1!=a.indexOf("[[")&&b.graph.customData&&(a=e.formatDataContextValue(a,b…
54 this.zoom()},getNextItem:function(a){var b=a.index,c=this.chartData,d=a.graph;if(b+1<c.length)for(b…
H A Dxy.js30 …)||(t.error=n));r.values=t;this.processFields(p,r,f);r.serialDataItem=g;r.graph=p;g.axes[m].graphs…
31graph,g=d.numberFormatter;g||(g=this.nf);var h,f;"date"==b.graph.xAxis.type&&(h=e.formatDate(new D…
/plugin/graphviz/
H A Dplugin.info.txt6 desc Create graph images from Graphviz dot language
/plugin/graphgear/
H A Dplugin.info.txt6 desc Display graphviz compatible graph descriptions through flash
H A Dsyntax.php136 $graph = array(
146 if((int) $conf['width']) $graph['width'] = (int) $conf['width'];
147 if((int) $conf['height']) $graph['height'] = (int) $conf['height'];
148 if($conf['label']) $graph['title'] = $conf['label'];
149 if($conf['viewmode'] == 'display') $graph['viewmode'] = 'display';
150 if($conf['mode'] == 'directed') $graph['mode'] = 'directed';
151 $xml .= '<graph '.html_attbuild($graph).">\n";
153 $w = $graph['width'];
154 $h = $graph['height'];
/plugin/visrep/
H A Dplugin.info.txt6 desc Create graph images from visrep language
/plugin/plantuml/
H A DREADME.markdown6 It allows to generate UML graph images from simple description text block.
9 * Create any UML graph supported by PlantUML.
57 By default, html img title attribute is set to "PlantUML Graph". You can specify your own graph tit…
/plugin/data-graph/
H A DREADME4 http://www.dokuwiki.org/plugin:data-graph
7 lib/plugins/data-graph/ - if the folder is called different it
/plugin/fblogin/lib/
H A Dbase_facebook.php157 'graph' => 'https://graph.facebook.com/',
/plugin/jdraw/lib/
H A Djgraphx.jar ... /package.html com/mxgraph/resources/graph.properties com/mxgraph/resources/graph_de. ...
H A Djgraphx-examples.jar ... synthetic com.mxgraph.view.mxGraph val$graph final synthetic com.mxgraph.examples.swing. ...
H A Djdraw.jar ... synthetic com.mxgraph.view.mxGraph val$graph final synthetic com.mxgraph.examples.swing. ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java88 final mxGraph graph = graphComponent.getGraph(); in GraphEditor() local
118 if (graph.getModel().isEdge(cell)) in GraphEditor()
120 ((CustomGraph) graph).setEdgeTemplate(cell); in GraphEditor()
529 public CustomGraphComponent(mxGraph graph) in CustomGraphComponent() argument
531 super(graph); in CustomGraphComponent()
544 codec.decode(doc.getDocumentElement(), graph.getStylesheet()); in CustomGraphComponent()
571 mxIGraphModel model = graph.getModel(); in importCells()
573 graph.setSelectionCell(target); in importCells()
H A DSchemaEditor.java86 mxGraph graph = getGraphComponent().getGraph(); in SchemaEditor() local
87 Object parent = graph.getDefaultParent(); in SchemaEditor()
88 graph.getModel().beginUpdate(); in SchemaEditor()
91 mxCell v1 = (mxCell) graph.insertVertex(parent, null, "Customers", in SchemaEditor()
94 mxCell v2 = (mxCell) graph.insertVertex(parent, null, "Orders", in SchemaEditor()
100 graph.getModel().endUpdate(); in SchemaEditor()
H A DUserObject.java61 mxGraph graph = new mxGraph() in UserObject() local
141 Object parent = graph.getDefaultParent(); in UserObject()
143 graph.getModel().beginUpdate(); in UserObject()
146 Object v1 = graph.insertVertex(parent, null, person1, 20, 20, 80, in UserObject()
148 Object v2 = graph.insertVertex(parent, null, person2, 240, 150, 80, in UserObject()
150 graph.insertEdge(parent, null, relation, v1, v2); in UserObject()
154 graph.getModel().endUpdate(); in UserObject()
158 mxGraphComponent graphComponent = new mxGraphComponent(graph) in UserObject()
H A DCustomCanvas.java33 mxGraph graph = new mxGraph() in CustomCanvas() local
62 Object parent = graph.getDefaultParent(); in CustomCanvas()
64 graph.getModel().beginUpdate(); in CustomCanvas()
68 Object v1 = graph.insertVertex(parent, null, "Hello", 20, 20, 80, in CustomCanvas()
70 Object v2 = graph.insertVertex(parent, null, "World!", 240, 150, in CustomCanvas()
72 graph.insertEdge(parent, null, "Edge", v1, v2); in CustomCanvas()
76 graph.getModel().endUpdate(); in CustomCanvas()
79 mxGraphComponent graphComponent = new mxGraphComponent(graph) in CustomCanvas()
H A DValidation.java41 mxGraph graph = new mxGraph(); in Validation() local
42 Object parent = graph.getDefaultParent(); in Validation()
44 graph.getModel().beginUpdate(); in Validation()
55 graph.insertVertex(parent, null, subtargetNode, 200, in Validation()
59 graph.insertEdge(parent, null, "", v1, v2); in Validation()
60 graph.insertEdge(parent, null, "", v1, v3); in Validation()
61 graph.insertEdge(parent, null, "", v6, v4); in Validation()
66 graph.getModel().endUpdate(); in Validation()
87 graph.setMultiplicities(multiplicities); in Validation()
90 graph.setMultigraph(false); in Validation()
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java269 graph.refresh(); in actionPerformed()
645 graph, null, graph.getView().getScale(), bg, in actionPerformed()
810 int steps = graph.getChildEdges(graph.getDefaultParent()).length; in actionPerformed()
1150 graph.refresh(); in execute()
1450 if (graph != null && !graph.isSelectionEmpty()) { in actionPerformed()
1500 if (graph != null && !graph.isSelectionEmpty()) { in actionPerformed()
1540 if (graph != null && !graph.isSelectionEmpty()) { in actionPerformed()
1573 if (graph != null && !graph.isSelectionEmpty()) { in actionPerformed()
1616 if (graph != null && !graph.isSelectionEmpty()) { in actionPerformed()
1634 if (graph != null && !graph.isSelectionEmpty()) { in actionPerformed()
[all …]
H A DBasicGraphEditor.java172 graph.setResetViewOnRootChange(false); in BasicGraphEditor()
188 graph.setSelectionCells(graph in BasicGraphEditor()
782 Object cell = graph.getSelectionCell();
787 cell = graph.getDefaultParent();
790 graph.getModel().beginUpdate();
808 graph.getModel().endUpdate();
868 layout = new mxEdgeLabelLayout(graph);
872 layout = new mxOrganicLayout(graph);
904 layout = new mxStackLayout(graph, false)
918 layout = new mxStackLayout(graph, true)
[all …]
H A DEditorMenuBar.java68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar() local
424 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
434 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
436 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
441 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
443 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
457 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
464 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
474 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
481 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
[all …]
H A DEditorMenuBar.java.bak68 final mxGraph graph = graphComponent.getGraph();
424 submenu.add(new TogglePropertyItem(graph, mxResources
434 submenu.add(new TogglePropertyItem(graph,
436 submenu.add(new TogglePropertyItem(graph,
441 submenu.add(new TogglePropertyItem(graph, mxResources
443 submenu.add(new TogglePropertyItem(graph, mxResources
457 submenu.add(new TogglePropertyItem(graph, mxResources
464 submenu.add(new TogglePropertyItem(graph, mxResources
474 submenu.add(new TogglePropertyItem(graph, mxResources
481 submenu.add(new TogglePropertyItem(graph,
[all …]
H A DBasicGraphEditor.java.bak168 graph.setResetViewOnRootChange(false);
184 graph.setSelectionCells(graph
192 // Creates the graph outline component
837 layout = new mxEdgeLabelLayout(graph);
841 layout = new mxOrganicLayout(graph);
849 * graph control.
863 * graph control.
877 * graph control.
887 layout = new mxStackLayout(graph, true)
891 * graph control.
[all …]
H A DEditorRuler.java429 mxGraph graph = graphComponent.getGraph(); in paintComponent() local
464 mxPoint trans = graph.getView().getTranslate(); in paintComponent()
465 double scale = graph.getView().getScale(); in paintComponent()
H A DSchemaEditorMenuBar.java56 final mxGraph graph = graphComponent.getGraph(); in SchemaEditorMenuBar() local
256 new PromptPropertyAction(graph, "Grid Size", "GridSize"))); in SchemaEditorMenuBar()
376 new PromptPropertyAction(graph, "Tolerance"))); in SchemaEditorMenuBar()

12345678