?? mediaentity.java
字號:
//===========================================================================//=-------------------------------------------------------------------------=//= 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -