j3d-vrml97-0.1.0

vrml
Class MField

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

public abstract class MField
extends Field

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
MField(Field init)
          Constructor for the MField object
 
Method Summary
abstract  void clear()
          Description of the Method
abstract  void delete(int index)
          Description of the Method
abstract  int getSize()
          Gets the size attribute of the MField object
 
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

MField

public MField(Field init)
Constructor for the MField object

Parameters:
init - Description of the Parameter
Method Detail

getSize

public abstract int getSize()
Gets the size attribute of the MField object

Returns:
The size value

clear

public abstract void clear()
Description of the Method


delete

public abstract void delete(int index)
Description of the Method

Parameters:
index - Description of the Parameter

j3d-vrml97-0.1.0

Todo: put BSD License reference here..