Map<GraphEdge, EdgeDisplayProperty> newEdgeProperties,
Map<Relation, EdgeDisplayProperty> newRelationProperties,
Collection<GraphNode> newSelectedNodes,
String newDescription) {
initTransients();
collapser = new Collapser();
this.scenePrefs = gripPrefs;
this.nodeLocations = newNodeLocations;
this.nodeProperties = newNodeProperties;
this.edgeProperties = newEdgeProperties;