Home
last modified time | relevance | path

Searched refs:gridColor (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js62 return (darkMode) ? mxSettings.settings.darkGridColor : mxSettings.settings.gridColor;
64 setGridColor: function(gridColor, darkMode) argument
68 mxSettings.settings.darkGridColor = gridColor;
72 mxSettings.settings.gridColor = gridColor;
234 gridColor: mxGraphView.prototype.defaultGridColor,
352 if (mxSettings.settings.gridColor == null)
354 mxSettings.settings.gridColor = mxGraphView.prototype.defaultGridColor;
H A DEditor.js61 graph: {background: '#F4F1DE', gridColor: '#D4D0C0'}},
64 graph: {background: '#DAD2D8', gridColor: '#ABA4A9'}},
66 graph: {background: '#283618', gridColor: '#48632C'}},
68 graph: {background: '#114B5F', gridColor: '#0B3240'}},
80 graph: {background: '#FCE7CD', gridColor: '#CFBDA8'}},
84 graph: {background: '#B0E3E6', gridColor: '#87AEB0'}},
91 graph: {background: '#FAD9D5', gridColor: '#BFA6A3'}},
94 graph: {background: '#09555B', gridColor: '#13B4C2'}},
98 graph: {background: '#182E3E', gridColor: '#4D94C7'}}
3459 var gridImage = btoa(unescape(encodeURIComponent(view.createSvgGrid(view.gridColor))));
H A DElectronApp.js1975 color: graph.view.gridColor
/plugin/amcharts/assets/amcharts/themes/
H A Dblack.js36 gridColor: "#FFFFFF", property in AmCharts.themes.black.AxisBase
H A Ddark.js35 gridColor: "#FFFFFF", property in AmCharts.themes.dark.AxisBase
H A Dlight.js35 gridColor: "#000000" property in AmCharts.themes.light.AxisBase
H A Dchalk.js36 gridColor: "#FFFFFF" property in AmCharts.themes.chalk.AxisBase
H A Dpatterns.js89 gridColor: "#000000" property in AmCharts.themes.patterns.AxisBase
/plugin/diagramsnet/lib/js/
H A Dexport.js50 var gridColor = null;
56 gridColor = extras.grid.color;
368 if (gridColor == null) return;
371 var gridImage = btoa(unescape(encodeURIComponent(view.createSvgGrid(gridColor))));
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties143 gridColor=Grid Color key
H A Deditor.properties.bak139 gridColor=Grid Color
H A Deditor_zh-CN.properties139 gridColor=Grid Color key
H A Deditor_de.properties147 gridColor=Gitterfarbe key
H A Deditor_de.properties.bak140 gridColor=Gitterfarbe
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js2473 …var gridColor = (color != null && this.gridColor != color.toLowerCase()) ? this.gridColor : '#ffff…
2484 image = unescape(encodeURIComponent(this.createSvgGrid(gridColor)));
H A DFormat.js6330 model.execute(new ChangeGridColor(ui, (graphStyle != null && graphStyle.gridColor != null) ?
6331 graphStyle.gridColor : graph.view.defaultGridColor));
6343 var prevGrid = graph.view.gridColor;
6346 graph.view.gridColor = (graphStyle != null && graphStyle.gridColor != null) ?
6347 graphStyle.gridColor : graph.view.defaultGridColor;
6377 graph.view.gridColor = prevGrid;
6844 var color = graph.view.gridColor;
6875 apply((graph.isGridEnabled()) ? graph.view.gridColor : null);
/plugin/amcharts/assets/amcharts/
H A Dradar.js7 …sColor,z=a.axisAlpha,q=a.tickLength,g=a.gridAlpha,t=a.gridThickness,x=a.gridColor,D=a.dashLength,E…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt370 gridColor=gridColor
H A Ddia_ru.txt370 gridColor=Цвет сетки
H A Ddia_bg.txt370 gridColor=Цвят на решетката
H A Ddia_el.txt370 gridColor=Χρώμα πλέγματος
H A Ddia_zh.txt370 gridColor=网格线颜色
H A Ddia_uk.txt370 gridColor=Колір сітки
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak284 submenu.add(editor.bind(mxResources.get("gridColor"),
H A DEditorActions.java.bak352 mxResources.get("gridColor"), graphComponent

1234