Home
last modified time | relevance | path

Searched refs:currentIconSet (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js1172 currentIconSet: null, property
1231 if (this.currentIconSet == null)
1233 this.currentIconSet = new mxIconSet(state);
1238 if (this.currentIconSet != null)
1240 this.currentIconSet.destroy();
1241 this.currentIconSet = null;