Package org.web3d.vrml.nodes.proto
Class ProtoFieldInfo
java.lang.Object
org.web3d.vrml.nodes.proto.ProtoFieldInfo
Convenience data holder to keep a node and field value together.
Principally used for IS mapping and is held as package only access.
- Version:
- $Revision: 1.4 $
- Author:
- Justin Couch
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
Index of the field in that nodefinal VRMLNodeType
Reference to the destination node -
Constructor Summary
ConstructorsConstructorDescriptionProtoFieldInfo
(VRMLNodeType n, int f) Convenience constructor to create a class instance and assign the values immediately in one action. -
Method Summary
-
Field Details
-
node
Reference to the destination node -
field
public final int fieldIndex of the field in that node
-
-
Constructor Details
-
ProtoFieldInfo
Convenience constructor to create a class instance and assign the values immediately in one action.- Parameters:
n
- The node to usef
- The field index
-
-
Method Details
-
toString
-
hashCode
-
equals
-