295296297298299300301302303304305
if (doc != null) { codec.decode(doc.getDocumentElement(), graph.getStylesheet()); graph.refresh(); } } } }
12451246124712481249125012511252125312541255
else if (target instanceof mxGraphComponent) { graph = ((mxGraphComponent) target).getGraph(); } graph.refresh(); } } catch (Exception e) { // ignore
12381239124012411242124312441245124612471248
289290291292293294295296297298299