vrml
Class ConstMField

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.ConstMField
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ConstMFBool, ConstMFColor, ConstMFDouble, ConstMFFloat, ConstMFInt32, ConstMFNode, ConstMFRotation, ConstMFString, ConstMFTime, ConstMFVec2d, ConstMFVec2f, ConstMFVec3d, ConstMFVec3f

public abstract class ConstMField
extends ConstField

Parent for all immutable MFields.


Constructor Summary
ConstMField(long peer)
           
 
Method Summary
abstract  int getSize()
          Number of elements contained in the MField.
 
Methods inherited from class vrml.ConstField
clone
 
Methods inherited from class vrml.Field
dispose, finalize, getPeer, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstMField

public ConstMField(long peer)
Method Detail

getSize

public abstract int getSize()
Number of elements contained in the MField.

Returns:
the number of elements.