Lines Matching refs:mxPropertiesManager

2091                 var mxPropertiesManager = (function () {  class
2092 function mxPropertiesManager() { class in mxPropertiesManager
2104mxPropertiesManager.__static_initialize = function () { if (!mxPropertiesManager.__static_initiali…
2105 mxPropertiesManager.__static_initialized = true;
2106 mxPropertiesManager.__static_initializer_0();
2108mxPropertiesManager.defaultColors_$LI$ = function () { mxPropertiesManager.__static_initialize(); …
2109mxPropertiesManager.defaultColors = ({}); return mxPropertiesManager.defaultColors; };
2111 mxPropertiesManager.__static_initializer_0 = function () {
2112 /* put */ (mxPropertiesManager.defaultColors_$LI$()["0"] = "#000000");
2113 /* put */ (mxPropertiesManager.defaultColors_$LI$()["1"] = "#FFFFFF");
2114 /* put */ (mxPropertiesManager.defaultColors_$LI$()["2"] = "#FF0000");
2115 /* put */ (mxPropertiesManager.defaultColors_$LI$()["3"] = "#00FF00");
2116 /* put */ (mxPropertiesManager.defaultColors_$LI$()["4"] = "#0000FF");
2117 /* put */ (mxPropertiesManager.defaultColors_$LI$()["5"] = "#FFFF00");
2118 /* put */ (mxPropertiesManager.defaultColors_$LI$()["6"] = "#FF00FF");
2119 /* put */ (mxPropertiesManager.defaultColors_$LI$()["7"] = "#00FFFF");
2120 /* put */ (mxPropertiesManager.defaultColors_$LI$()["8"] = "#800000");
2121 /* put */ (mxPropertiesManager.defaultColors_$LI$()["9"] = "#008000");
2122 /* put */ (mxPropertiesManager.defaultColors_$LI$()["10"] = "#000080");
2123 /* put */ (mxPropertiesManager.defaultColors_$LI$()["11"] = "#808000");
2124 /* put */ (mxPropertiesManager.defaultColors_$LI$()["12"] = "#800080");
2125 /* put */ (mxPropertiesManager.defaultColors_$LI$()["13"] = "#008080");
2126 /* put */ (mxPropertiesManager.defaultColors_$LI$()["14"] = "#C0C0C0");
2127 /* put */ (mxPropertiesManager.defaultColors_$LI$()["15"] = "#E6E6E6");
2128 /* put */ (mxPropertiesManager.defaultColors_$LI$()["16"] = "#CDCDCD");
2129 /* put */ (mxPropertiesManager.defaultColors_$LI$()["17"] = "#B3B3B3");
2130 /* put */ (mxPropertiesManager.defaultColors_$LI$()["18"] = "#9A9A9A");
2131 /* put */ (mxPropertiesManager.defaultColors_$LI$()["19"] = "#808080");
2132 /* put */ (mxPropertiesManager.defaultColors_$LI$()["20"] = "#666666");
2133 /* put */ (mxPropertiesManager.defaultColors_$LI$()["21"] = "#4D4D4D");
2134 /* put */ (mxPropertiesManager.defaultColors_$LI$()["22"] = "#333333");
2135 /* put */ (mxPropertiesManager.defaultColors_$LI$()["23"] = "#1A1A1A");
2143 mxPropertiesManager.prototype.initialise = function (elem, model) {
2178 mxPropertiesManager.prototype.getColor = function (ix) {
2181 …color = (function (m, k) { return m[k] ? m[k] : null; })(mxPropertiesManager.defaultColors_$LI$(),…
2193 mxPropertiesManager.prototype.getFont = function (id) {
2202 return mxPropertiesManager;
2204 mxPropertiesManager.__static_initialized = false;
2205 vsdx.mxPropertiesManager = mxPropertiesManager;
2206 mxPropertiesManager["__class"] = "com.mxgraph.io.vsdx.mxPropertiesManager";
3244 this.pm = new com.mxgraph.io.vsdx.mxPropertiesManager();
12626 com.mxgraph.io.vsdx.mxPropertiesManager.defaultColors_$LI$();
12627 com.mxgraph.io.vsdx.mxPropertiesManager.__static_initialize();