gizmo.java

来自「基于java的3d开发库。对坐java3d的朋友有很大的帮助。」· Java 代码 · 共 27 行

JAVA
27
字号
//===========================================================================//=-------------------------------------------------------------------------=//= Module history:                                                         =//= - December 8 2006 - Oscar Chavarro: Original base version               =//===========================================================================package vsdk.toolkit.gui;import vsdk.toolkit.gui.PresentationElement;/**The Gizmo abstract class provides an interface for *Gizmostyle classes. This serves two purposes:  - To help in design level organization of renderers (this eases the    study of the class hierarchy)  - To provide a place to locate possible future operations, common to    all gizmos (but none of these as been detected yet)*/public abstract class Gizmo extends PresentationElement {    ;}//===========================================================================//= EOF                                                                     =//===========================================================================

⌨️ 快捷键说明

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