Package org.web3d.parser
Class DefaultFieldParserFactory
java.lang.Object
org.web3d.vrml.parser.FieldParserFactory
org.web3d.parser.DefaultFieldParserFactory
Representation of a parser factory for field content.
- Version:
- $Revision: 1.3 $
- Author:
- Justin Couch
-
Field Summary
Fields inherited from class org.web3d.vrml.parser.FieldParserFactory
FACTORY_CLASS_PROP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewFieldParser
(int major, int minor) Request a new instance of a parser for fields of the given specification version.Methods inherited from class org.web3d.vrml.parser.FieldParserFactory
getFieldParserFactory
-
Constructor Details
-
DefaultFieldParserFactory
public DefaultFieldParserFactory()Construct a default instance of this factory.
-
-
Method Details
-
newFieldParser
Request a new instance of a parser for fields of the given specification version.- Specified by:
newFieldParser
in classFieldParserFactory
- Parameters:
major
- The major version number of this sceneminor
- The minor version number of this scene- Returns:
- A new parser instance
-