vrml
Class ConstMField

java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.ConstField
              |
              +--vrml.ConstMField
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ConstMFColor, ConstMFFloat, ConstMFInt32, ConstMFNode, ConstMFRotation, ConstMFString, ConstMFTime, ConstMFVec2f, ConstMFVec3f

public abstract class ConstMField
extends ConstField


Constructor Summary
ConstMField()
           
 
Method Summary
abstract  int getSize()
           
 
Methods inherited from class vrml.Field
clone
 
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()