j3d-vrml97-0.1.0

vrml
Class ConstMField

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.ConstMField
All Implemented Interfaces:
Cloneable
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 vrml.Field
implField
 
Constructor Summary
ConstMField()
           
 
Method Summary
abstract  int getSize()
          Gets the size attribute of the ConstMField object
 
Methods inherited from class vrml.ConstField
markWritable
 
Methods inherited from class vrml.Field
clone, getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstMField

public ConstMField()
Method Detail

getSize

public abstract 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..