.getAllDescendants(views);
for (int i = 0; i < all.length; i++) {
CellView orig = graphLayoutCache
.getMapping(all[i].getCell(), false);
AttributeMap attr = orig.getAllAttributes();
all[i].changeAttributes((AttributeMap) attr
.clone());
all[i].refresh(graph.getModel(), context,
false);
}
}