Package org.vrspace.server.obj
Class VRFile
- java.lang.Object
-
- org.vrspace.server.obj.Entity
-
- org.vrspace.server.obj.VRObject
-
- org.vrspace.server.obj.VRFile
-
@Node public class VRFile extends VRObject
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILE_SCRIPTstatic StringIMAGE_SCRIPT
-
Constructor Summary
Constructors Constructor Description VRFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetContent(Content content)-
Methods inherited from class org.vrspace.server.obj.VRObject
active, addChildren, addListener, isActive, isPermanent, isTemporary, notifyListeners, passive, processEvent, removeListener, setWorld
-
Methods inherited from class org.vrspace.server.obj.Entity
dispose, getObjectId
-
-
-
-
Field Detail
-
FILE_SCRIPT
public static final String FILE_SCRIPT
- See Also:
- Constant Field Values
-
IMAGE_SCRIPT
public static final String IMAGE_SCRIPT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setContent
public void setContent(Content content)
-
-