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

Quick Search    Search Deep

Uses of Interface
com.trapezium.vrml.grammar.DEFNameFactory

Uses of DEFNameFactory in com.trapezium.vrml.grammar
 

Fields in com.trapezium.vrml.grammar declared as DEFNameFactory
(package private)  DEFNameFactory ScriptNodeRule.defNameFactory
           
(package private)  DEFNameFactory PROTONodeRule.defNameFactory
           
(package private)  DEFNameFactory NodeRule.defNameFactory
           
(package private)  DEFNameFactory BuiltInNodeRule.defNameFactory
           
 

Methods in com.trapezium.vrml.grammar that return DEFNameFactory
 DEFNameFactory NodeRule.getDEFNameFactory()
          Get the DEF name factory, returns null if none
 

Methods in com.trapezium.vrml.grammar with parameters of type DEFNameFactory
(package private)  void ScriptNodeRule.setDEFNameFactory(DEFNameFactory defNameFactory)
          Set the DEFNameFactory, used when scene factory overrides parser factory
(package private)  void PROTONodeRule.setDEFNameFactory(DEFNameFactory defNameFactory)
          Set DEFNameFactory, used when scene factory overrides parser factory
(package private)  void NodeRule.setDEFNameFactory(DEFNameFactory defNameFactory)
          Set the DEF name factory
(package private)  void BuiltInNodeRule.setDEFNameFactory(DEFNameFactory defNameFactory)
          Set the DEFNameFactory, used when scene factory overrides parser factory
 

Constructors in com.trapezium.vrml.grammar with parameters of type DEFNameFactory
VRML97parser(DEFNameFactory defNameFactory)
          Parser with an optional DEFNameFactory for generating DEF names.
NodeRule(DEFNameFactory defNameFactory)
          NodeRule constructor