mamx.vrml
Class VRMLRoute


public class VRMLRoute
implements VRMLSourceWriteable

Routes MUST appear at the end of the file, or many browsers will not recognize them. This means that routes must be the last children you add to your VRMLFile object.


Field Summary
 protected Stringdestination
           
 protected Stringsource
           

Constructor Summary
VRMLRoute()
           
VRMLRoute(String source, String destination)
           

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetDestination(String d)
           
 voidsetSource(String s)
           

Field Detail

destination

protected String destination

source

protected String source
Constructor Detail

VRMLRoute

public VRMLRoute()

VRMLRoute

public VRMLRoute(String source, String destination)
Method Detail

createSource

public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException

setDestination

public void setDestination(String d)

setSource

public void setSource(String s)