|
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.renderer.CRROUTE
public class CRROUTE
A common ROUTE implementation for all renderers.
| Constructor Summary | |
|---|---|
CRROUTE(VRMLNodeType sn,
int si,
VRMLNodeType dn,
int di)
Create a new representation of a Java 3D route. |
|
| Method Summary | |
|---|---|
int |
getDestinationIndex()
Get the index of the destination field of this route |
VRMLNode |
getDestinationNode()
Get the reference to the destination node of this route |
int |
getSourceIndex()
Get the index of the source field of this route |
VRMLNode |
getSourceNode()
Get the reference to the source node of this route |
java.lang.String |
toString()
Print out a string representation of this route. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CRROUTE(VRMLNodeType sn,
int si,
VRMLNodeType dn,
int di)
sn - The source node referencesi - The field index of the source nodedn - The destination node referencedi - The field index of the destination node| Method Detail |
|---|
public VRMLNode getSourceNode()
getSourceNode in interface ROUTEpublic int getSourceIndex()
getSourceIndex in interface ROUTEpublic VRMLNode getDestinationNode()
getDestinationNode in interface ROUTEpublic int getDestinationIndex()
getDestinationIndex in interface ROUTEpublic java.lang.String toString()
toString in class java.lang.Object
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||