mediaentity.java
来自「基于java的3d开发库。对坐java3d的朋友有很大的帮助。」· Java 代码 · 共 32 行
JAVA
32 行
//===========================================================================//=-------------------------------------------------------------------------=//= Module history: =//= - April 22 2007 - Oscar Chavarro: Original base version =//===========================================================================package vsdk.toolkit.media;import vsdk.toolkit.common.Entity;/**DEFINITION: A `MediaEntity` in VitralSDK is a software element with datastructures associated with multimedia information, and some minor basicalgorithms for suporting them.The MediaEntity abstract class provides an interface for multimedia relatedclasses NOT related with 3D geometry. This serves two purposes: - To help in design level organization of multimedia related classes (this eases the study of the class hierarchy) - To provide a place to locate possible future operations, common to all multimedia objects. Note that currently none of such operations have been detected.*/public abstract class MediaEntity extends Entity { // Yes, it is currently empty! ;}//===========================================================================//= EOF =//===========================================================================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?