Searched refs:colorset (Results 1 – 1 of 1) sorted by relevance
5261 var addButton = mxUtils.bind(this, function(colorset) argument5281 if (colorset != null)5285 if (colorset['fill'] == '')5291 style = mxUtils.setStyle(style, mxConstants.STYLE_FILLCOLOR, colorset['fill'] ||5295 style = mxUtils.setStyle(style, mxConstants.STYLE_GRADIENTCOLOR, colorset['gradient'] ||5301 style = mxUtils.setStyle(style, mxConstants.STYLE_FONTCOLOR, colorset['font'] ||5308 if (colorset['stroke'] == '')5314 style = mxUtils.setStyle(style, mxConstants.STYLE_STROKECOLOR, colorset['stroke'] ||5349 if (colorset != null)5353 if (colorset['gradient'] != null)[all …]