j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class ConstMField

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.ConstField
          extended by org.jdesktop.j3d.loaders.vrml97.impl.ConstMField
Direct Known Subclasses:
ConstMFColor, ConstMFFloat, ConstMFInt32, ConstMFNode, ConstMFRotation, ConstMFString, ConstMFTime, ConstMFVec2f, ConstMFVec3f

public abstract class ConstMField
extends ConstField

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.ConstField
ownerField
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Method Summary
 int getSize()
          Gets the size attribute of the ConstMField object
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, clone, markWriteable, toStringId, wrap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()
Gets the size attribute of the ConstMField object

Returns:
The size value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..