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.
destination
protected String destination
source
protected String source
VRMLRoute
public VRMLRoute()
VRMLRoute
public VRMLRoute(String source, String destination)
createSource
public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException
setDestination
public void setDestination(String d)
setSource
public void setSource(String s)