private class NavigatableComponent.ZoomData extends Object
private LatLon
center
private double
scale
ZoomData(EastNorth center, double scale)
EastNorth
getCenterEastNorth()
double
getScale()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final LatLon center
private final double scale
public EastNorth getCenterEastNorth()
public double getScale()
JOSM