Home
last modified time | relevance | path

Searched refs:transparentBackground (Results 1 – 25 of 72) sorted by relevance

123

/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties181 transparentBackground=Transparent Background? key
H A Deditor.properties.bak177 transparentBackground=Transparent Background?
H A Deditor_zh-CN.properties177 transparentBackground=Transparent Background? key
H A Deditor_de.properties185 transparentBackground=Transparenter Hintegrund? key
H A Deditor_de.properties.bak178 transparentBackground=Transparenter Hintegrund?
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt745 transparentBackground=transparentBackground
H A Ddia_ru.txt745 transparentBackground=Прозрачный фон
H A Ddia_bg.txt745 transparentBackground=Прозрачен фон
H A Ddia_el.txt745 transparentBackground=Διαφανές Φόντο
H A Ddia_zh.txt745 transparentBackground=透明背景
H A Ddia_uk.txt745 transparentBackground=Прозорий фон
H A Ddia_fa.txt745 transparentBackground=‫پس زمینه شفاف‬
H A Ddia_ja.txt745 transparentBackground=透明な背景
H A Ddia_he.txt745 transparentBackground=‫רקע שקוף‬
H A Ddia_ko.txt745 transparentBackground=투명한 배경
H A Ddia_th.txt745 transparentBackground=พื้นหลังโปร่งใส
H A Ddia_zh-tw.txt745 transparentBackground=透明背景
H A Ddia_ar.txt745 transparentBackground=Transparent Background
H A Ddia_eu.txt745 transparentBackground=Atzeko plano gardena
H A Ddia_et.txt745 transparentBackground=Läbipaistev taust
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js773 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, argument
781 editorUi.exportSvg(val / 100, transparentBackground, ignoreSelection,
794 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, addShadow, editable, argument
801 editorUi.exportImage(val / 100, transparentBackground, ignoreSelection,
822 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, addShadow, editable, argument
H A DEditorUi.js5094 EditorUi.prototype.exportSvg = function(scale, transparentBackground, ignoreSelection, addShadow, argument
5104 var bg = (transparentBackground) ? null : this.editor.graph.background;
5112 if (bg == null && transparentBackground == false)
6890 EditorUi.prototype.exportImage = function(scale, transparentBackground, ignoreSelection, addShadow, argument
6926 }), null, ignoreSelection, scale || 1, transparentBackground, addShadow,
14908 …ignoreSelection, scale, transparentBackground, addShadow, converter, graph, border, noCrop, grid, … argument
14912 ignoreSelection, scale, transparentBackground, addShadow, converter, graph, border,
H A DGraphViewer.js172 this.graph.transparentBackground = false;
H A DEditor.js3365 ignoreSelection, scale, transparentBackground, addShadow, converter, graph, border, noCrop, grid, argument
3375 var bg = (transparentBackground) ? null : graph.background;
3388 if (bg == null && transparentBackground == false)
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js406 graph.transparentBackground = false;
2383 if (graph.container != null && !graph.transparentBackground)

123