j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class MField

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.MField
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 org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
MField()
           
 
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 org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, clone, markWriteable, toStringId, wrap
 
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()
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..