1 package vrml.external.field;
10 public void setValue(
Node[] node)
throws IllegalArgumentException {
13 for (count = 0; count < node.length; count++) {
14 if (node[count].nodeptr == 0) {
15 throw new IllegalArgumentException();
17 Browser.SendChildEvent (nodeptr,offset,
command, node[count].nodeptr);
22 public void set1Value(
int index,
Node node)
throws IllegalArgumentException {
23 if (node.nodeptr == 0) {
24 throw new IllegalArgumentException();
27 Browser.newSendEvent(
this,
" ONEVAL " + index +
" " + node.nodeptr);