|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.web3d.vrml.nodes.proto.ProtoFieldInfo
public class ProtoFieldInfo
Convenience data holder to keep a node and field value together.
Principally used for IS mapping and is held as package only access.
| Field Summary | |
|---|---|
int |
field
Index of the field in that node |
VRMLNodeType |
node
Reference to the destination node |
| Constructor Summary | |
|---|---|
ProtoFieldInfo(VRMLNodeType n,
int f)
Convenience constructor to create a class instance and assign the values immediately in one action. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Check for equivalence between this class and another one. |
int |
hashCode()
Get the hash value for the class for use in data structures like hash maps. |
java.lang.String |
toString()
Return a String representation of this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final VRMLNodeType node
public final int field
| Constructor Detail |
|---|
public ProtoFieldInfo(VRMLNodeType n,
int f)
n - The node to usef - The field index| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The class to check against
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||