blob: 9c0d1e6dbdd52ce695486a4c93ed302c44960903 [file] [log] [blame]
package org.eclipse.apogy.addons.sensors.range.ui.scene_objects;
/*******************************************************************************
* Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Pierre Allard - initial API and implementation
* Regent L'Archeveque
*
* SPDX-License-Identifier: EPL-1.0
*******************************************************************************/
import org.eclipse.apogy.common.topology.ui.SceneObject;
public interface SimpleSonarSceneObject extends SceneObject {
public boolean isDetectedRangeVisible();
public void setDetectedRangeVisible(boolean detectedRangeVisible);
}