Class FieldScriptableObject

java.lang.Object
org.web3d.vrml.scripting.ecmascript.builtin.FieldScriptableObject
All Implemented Interfaces:
org.mozilla.javascript.Scriptable
Direct Known Subclasses:
Matrix3, Matrix4, MFBool, MFColor, MFColorRGBA, MFDouble, MFFloat, MFImage, MFInt32, MFRotation, MFString, MFTime, MFVec2d, MFVec2f, MFVec3d, MFVec3f, MFVec4d, MFVec4f, NodeFieldObject, SFColor, SFColorRGBA, SFImage, SFRotation, SFVec2d, SFVec2f, SFVec3d, SFVec3f, SFVec4d, SFVec4f, VrmlMatrix

public abstract class FieldScriptableObject extends Object implements org.mozilla.javascript.Scriptable
Base representation of all field objects in ecmascript scripting.

All fields must extend this class. All implementations should make sure to set the dataChanged field whenever their internal data state has been modified.

Version:
$Revision: 1.6 $
Author:
Justin Couch