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

@ -158,7 +158,7 @@ public class GraphStreamViewer {
* @param zoomFactor
* @return
*/
public GraphStreamViewer setCamerView(double centerX, double centerY, double zoomFactor){
public GraphStreamViewer setCameraView(double centerX, double centerY, double zoomFactor){
center = new Center(centerX,centerY);
this.zoomFactor = zoomFactor;
return this;