|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.MField
public abstract class MField
Parent class of all MFields.
Constructor Summary | |
---|---|
MField(long peer)
|
Method Summary | |
---|---|
abstract void |
clear()
Removes all fields from the MField. |
abstract void |
delete(int index)
Deletes a field from the MField. |
abstract int |
getSize()
Number of elements contained in the MField. |
Methods inherited from class vrml.Field |
---|
clone, dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MField(long peer)
Method Detail |
---|
public abstract int getSize()
public abstract void clear()
public abstract void delete(int index)
index
- Index of field to delete.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |