vrml
Class MField
java.lang.Object
vrml.Field
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
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 |
MField
public MField(Field init)
- Constructor for the MField object
- Parameters:
init
- Description of the Parameter
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..