|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectvrml.Field
vrml.MField
Java binding for multiple value fields.
| Field Summary | |
protected int |
numElements
The number of elements registered in this class |
| Fields inherited from class vrml.Field |
valueChanged |
| Constructor Summary | |
MField()
|
|
| Method Summary | |
abstract void |
clear()
Clear all values from this field. |
abstract void |
delete(int index)
Delete the element at the given index. |
int |
getSize()
Get the number of elements in the current field |
| Methods inherited from class vrml.Field |
clone |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int numElements
| Constructor Detail |
public MField()
| Method Detail |
public int getSize()
public abstract void clear()
public abstract void delete(int index)
index - the index of the element to delete
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||