PluggableRenderer satelliteRenderer = (PluggableRenderer)getVV(key + "satellite").getRenderer();
satelliteRenderer.setVertexIncludePredicate(hiddenVertex);
satelliteRenderer.setEdgeIncludePredicate(showEdge);
satelliteRenderer.setVertexPaintFunction(
new PickableVertexPaintFunction(satelliteRenderer, Color.BLUE, Color.BLACK, Color.ORANGE));
pr.setVertexIconFunction(vi);
pr.setVertexShapeFunction(vi);
pr.setEdgeStrokeFunction(new ConstantEdgeStrokeFunction(2));
pr.setEdgePaintFunction(new NexsmEdgePaint());