/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Settings.js | 62 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 D | Editor.js | 61 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 D | ElectronApp.js | 1975 color: graph.view.gridColor
|
/plugin/amcharts/assets/amcharts/themes/ |
H A D | black.js | 36 gridColor: "#FFFFFF", property in AmCharts.themes.black.AxisBase
|
H A D | dark.js | 35 gridColor: "#FFFFFF", property in AmCharts.themes.dark.AxisBase
|
H A D | light.js | 35 gridColor: "#000000" property in AmCharts.themes.light.AxisBase
|
H A D | chalk.js | 36 gridColor: "#FFFFFF" property in AmCharts.themes.chalk.AxisBase
|
H A D | patterns.js | 89 gridColor: "#000000" property in AmCharts.themes.patterns.AxisBase
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 50 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 D | editor.properties | 143 gridColor=Grid Color key
|
H A D | editor.properties.bak | 139 gridColor=Grid Color
|
H A D | editor_zh-CN.properties | 139 gridColor=Grid Color key
|
H A D | editor_de.properties | 147 gridColor=Gitterfarbe key
|
H A D | editor_de.properties.bak | 140 gridColor=Gitterfarbe
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 2473 …var gridColor = (color != null && this.gridColor != color.toLowerCase()) ? this.gridColor : '#ffff… 2484 image = unescape(encodeURIComponent(this.createSvgGrid(gridColor)));
|
H A D | Format.js | 6330 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 D | radar.js | 7 …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 D | dia_i18n.txt | 370 gridColor=gridColor
|
H A D | dia_ru.txt | 370 gridColor=Цвет сетки
|
H A D | dia_bg.txt | 370 gridColor=Цвят на решетката
|
H A D | dia_el.txt | 370 gridColor=Χρώμα πλέγματος
|
H A D | dia_zh.txt | 370 gridColor=网格线颜色
|
H A D | dia_uk.txt | 370 gridColor=Колір сітки
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorMenuBar.java.bak | 284 submenu.add(editor.bind(mxResources.get("gridColor"),
|
H A D | EditorActions.java.bak | 352 mxResources.get("gridColor"), graphComponent
|