Xj3D VRML/X3D Code API

vrml
Class ConstMField

java.lang.Object
  extended byvrml.Field
      extended byvrml.ConstField
          extended byvrml.ConstMField
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ConstMFColor, ConstMFFloat, ConstMFInt32, ConstMFNode, ConstMFRotation, ConstMFString, ConstMFTime, ConstMFVec2f, ConstMFVec3f

public abstract class ConstMField
extends ConstField

Java binding for Constant multiple value fields

Version:
$Revision: 1.4 $
Author:
Alan Hudson

Field Summary
protected  int numElements
          The number of elements registered in this class
 
Fields inherited from class vrml.Field
valueChanged
 
Constructor Summary
ConstMField()
           
 
Method Summary
 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

numElements

protected int numElements
The number of elements registered in this class

Constructor Detail

ConstMField

public ConstMField()
Method Detail

getSize

public int getSize()
Get the number of elements in the current field

Returns:
The number of elements

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium