vrml
Class MField

java.lang.Object
  extended byvrml.Field
      extended byvrml.MField
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
MFColor, MFFloat, MFInt32, MFNode, MFRotation, MFString, MFTime, MFVec2f, MFVec3f

public abstract class MField
extends Field


Constructor Summary
MField()
           
 
Method Summary
abstract  void clear()
           
abstract  void delete(int index)
           
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

MField

public MField()
Method Detail

getSize

public abstract int getSize()

clear

public abstract void clear()

delete

public abstract void delete(int index)