* style sheets.
*/
public GraphicGraph(String id) {
super(id);
listeners = new GraphListeners(this);
styleSheet = new StyleSheet();
styleGroups = new StyleGroupSet(styleSheet);
connectivity = new HashMap<GraphicNode, List<GraphicEdge>>();
styleGroups.addListener(this);