org.jdesktop.j3d.loaders.vrml97.impl
Class MField
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.Field
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
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 |
MField
public MField()
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
Todo: put BSD License reference here..