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:
parent
a897418b4c
commit
2a772f4894
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue