📄 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 + -