Package org.web3d.vrml.sav
Interface RouteHandler
- All Known Subinterfaces:
SceneBuilder
- All Known Implementing Classes:
AbsScaleFilter,AbstractFilter,AppearanceFilter,AppearanceReplacerFilter,BaseFilter,BaseRetainedExporter,BinaryExporter,CenterFilter,ColorRGBAtoRGBFilter,CombineAppearanceFilter,CombinerFilter,CombineShapeFilter,CombineTransformFilter,CommonEncodedBaseFilter,CRExternProtoBuilder,CRMainSceneBuilder,DebugFilter,DEFChooserFilter,DEFReplacerFilter,DEFUSEImageTextureFilter,EncodedBaseFilter,EncodedFilter,ExceptionGenerator,ExplodeShapesFilter,Exporter,ExportPixelTextureFilter,FlattenSelectableFilter,FlattenTextureTransformFilter,FlattenTransformFilter,GenNormalsFilter,GlobalBoundsFilter,IdentityFilter,IFSFilter,IFSToITSFilter,IFSToTSFilter,IndexFilter,ITSCreaseAnglerFilter,LocalURLFilter,ManifoldInfoFilter,MaterialFilter,MinimizeProfileFilter,ModifyViewpointFilter,NewAbstractFilter,NodeChooserFilter,NodeCountInfoFilter,NRExternProtoBuilder,NRVRMLSceneBuilder,NullExporter,OBJFileExporter,OGLExternProtoBuilder,OGLVRMLSceneBuilder,ProtoBuilder,ReindexFilter,RemoveNodeFilter,RemoveNormalsFilter,RemoveUnusedDEFFilter,ShortenDEFFilter,StackTracerFilter,STLBinaryFileExporter,STLFileExporter,TextureTransformFilter,ThreeMFFileExporter,TransformFilter,TriangleCountInfoFilter,TriangulationFilter,TwoPassFilter,URLCaseCorrectorFilter,URLFullyQualifyFilter,USERedundantNodeFilter,ValidateIndexFilter,VrmlExporter,WorldOffsetFilter,X3DBinaryRetainedDirectExporter,X3DClassicExporter,X3DClassicRetainedExporter,X3DMemoryExporter,X3DRetainedSAXExporter,X3DXMLExporter,X3DXMLRetainedExporter
public interface RouteHandler
Receiver of notifications from the VRML document about node declaration
information.
- Version:
- $Revision: 1.3 $
- Author:
- Justin Couch
-
Method Summary
-
Method Details
-
routeDecl
void routeDecl(String srcNode, String srcField, String destNode, String destField) throws SAVException, VRMLException Notification of a ROUTE declaration in the file. The context of this route should be assumed from the surrounding calls to start and end of proto and node bodies.- Parameters:
srcNode- The name of the DEF of the source nodesrcField- The name of the field to route values fromdestNode- The name of the DEF of the destination nodedestField- The name of the field to route values to- Throws:
SAVException- This call is taken at the wrong time in the structure of the document.VRMLException
-