Package vrml
Class ConstMField
java.lang.Object
vrml.Field
vrml.ConstField
vrml.ConstMField
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ConstMFColor
,ConstMFFloat
,ConstMFInt32
,ConstMFNode
,ConstMFRotation
,ConstMFString
,ConstMFTime
,ConstMFVec2f
,ConstMFVec3f
Java binding for Constant multiple value fields
- Version:
- $Revision: 1.4 $
- Author:
- Alan Hudson
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
The number of elements registered in this classFields inherited from class vrml.Field
valueChanged
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numElements
protected int numElementsThe number of elements registered in this class
-
-
Constructor Details
-
ConstMField
public ConstMField()
-
-
Method Details
-
getSize
public int getSize()Get the number of elements in the current field- Returns:
- The number of elements
-