1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

rename .setCamerView into setCameraView

This commit is contained in:
Stefan Schroeder 2013-12-12 15:30:56 +01:00
parent a897418b4c
commit 2a772f4894
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@ public class SolomonExample {
// GraphStream.display(vrp,100);
new GraphStreamViewer(vrp,solution).labelWith(Label.ID).setRenderDelay(100).display();
new GraphStreamViewer(vrp,solution).setCameraView(30, 30, 0.25).labelWith(Label.ID).setRenderDelay(100).display();
}