blob: 11111e834146265ec4f44cf919a8c44bdbd68a99 [file] [log] [blame]
package org.eclipse.apogy.addons.sensors.pose.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 PoseSensorSceneObject extends SceneObject {
public boolean isFrameVisible();
public void setFrameVisible(boolean frameVisible);
}