Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.vrml.grammar
Interface DEFNameFactory  view DEFNameFactory download DEFNameFactory.java


public interface DEFNameFactory

The DEFNameFactory provides an interface option for the VRML97parser that allows it to automatically generate DEF names for nodes that do not have DEF names.


Method Summary
 java.lang.String createDEFName(java.lang.String nodeOrPROTOname)
          Create a DEF name.
 

Method Detail

createDEFName

public java.lang.String createDEFName(java.lang.String nodeOrPROTOname)
Create a DEF name.