Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.MField

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.MField
Subclasses:
MFColor, MFFloat, MFInt32, MFNode, MFRotation, MFString, MFTime, MFVec2f, MFVec3f

public abstract class MField
extends Field

Constructor Summary
 MField()
 
 

Method Summary
void  clear()
 
void  delete(int index)
 
int  getSize()
 
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, 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)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS