navbehaviorprovider.java

来自「openmap java写的开源数字地图程序. 用applet实现,可以像g」· Java 代码 · 共 37 行

JAVA
37
字号
/* * ********************************************************************** *  * BBN Corporation 10 Moulton St. Cambridge, MA 02138 (617) 873-2000 *  * Copyright (C) 2002 This software is subject to copyright protection * under the laws of the United States and other countries. *  * ********************************************************************** *  * $Source: * /cvs/distapps/openmap/src/j3d/com/bbn/openmap/tools/j3d/NavBehaviorProvider.java,v $ * $RCSfile: NavBehaviorProvider.java,v $ $Revision: 1.2.2.1 $ $Date: * 2004/02/09 13:33:36 $ $Author: dietrick $ *  * ********************************************************************** */package com.bbn.openmap.tools.j3d;import javax.media.j3d.*;import com.bbn.openmap.proj.Projection;public interface NavBehaviorProvider {    /**     * Set the behavior for the viewing platform.     *      * @param cameraTransformGroup The new viewingPlatformBehavior     *        value     * @return Description of the Return Value     */    public Behavior setViewingPlatformBehavior(                                               TransformGroup cameraTransformGroup,                                               Projection projection,                                               float scaleFactor);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?