Searched refs:oldLongitude (Results 1 – 2 of 2) sorted by relevance
296 private final float oldLongitude; field in CompassController.CompassUndoableEdit319 this.oldLongitude = compass.getLongitude(); in CompassUndoableEdit()335 this.oldNorthDirection, this.oldLatitude, this.oldLongitude, this.oldTimeZone); in undo()
223 float oldLongitude = this.longitude; in setLongitude() local226 firePropertyChange(Property.LONGITUDE.name(), oldLongitude, longitude); in setLongitude() local