Uses of Class
org.web3d.vrml.sav.InputSource
Packages that use InputSource
Package
Description
-
Uses of InputSource in org.web3d.parser.vrml97
Methods in org.web3d.parser.vrml97 with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
VRML97Reader.parse
(InputSource is) Parse a VRML document represented by the given input source. -
Uses of InputSource in org.web3d.parser.x3d
Methods in org.web3d.parser.x3d with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
VRMLEncodedReader.parse
(InputSource is) Parse a VRML document represented by the given input source.void
X3DReader.parse
(InputSource input) Parse a VRML document represented by the given input source. -
Uses of InputSource in org.web3d.vrml.sav
Methods in org.web3d.vrml.sav with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
VRMLReader.parse
(InputSource is) Parse a VRML document represented by the given input source. -
Uses of InputSource in org.web3d.x3d.jaxp
Methods in org.web3d.x3d.jaxp with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
XMLReader.parse
(InputSource input) Parse a VRML document represented by the given input source. -
Uses of InputSource in org.xj3d.core.loading
Methods in org.xj3d.core.loading with parameters of type InputSourceModifier and TypeMethodDescriptionWorldLoader.loadNow
(BrowserCore core, InputSource source) Request to load the world immediately.WorldLoader.loadNow
(BrowserCore core, InputSource source, boolean ignoreHeader) Request to load the world immediately.WorldLoader.loadNow
(BrowserCore core, InputSource source, boolean ignoreHeader, int majorVersion, int minorVersion) Request to load the world immediately and constrain that loading to using a specific specification version. -
Uses of InputSource in org.xj3d.ui.awt.browser.ogl
Methods in org.xj3d.ui.awt.browser.ogl with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
X3DNRBrowserFactoryImpl.loadURL
(InputSource src) Change the panels content to the provided URL. -
Uses of InputSource in org.xj3d.ui.awt.widgets
Methods in org.xj3d.ui.awt.widgets with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
SwingLocationToolbar.loadURL
(InputSource src) Change the panels content to the provided URL. -
Uses of InputSource in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as InputSourceModifier and TypeFieldDescriptionprotected InputSource
BlockingWorldLoader.source
The source to load fromMethods in org.xj3d.ui.construct with parameters of type InputSourceModifier and TypeMethodDescriptionboolean
BlockingWorldLoader.load
(InputSource source) Load the world from the specified source, return when all the loading threads have returned to the idle state. -
Uses of InputSource in xj3d.filter
Methods in xj3d.filter with parameters of type InputSourceModifier and TypeMethodDescriptionNonWeb3DFileParser.parse
(InputSource input, String[] style) Parse the input now. -
Uses of InputSource in xj3d.filter.importer
Methods in xj3d.filter.importer with parameters of type InputSourceModifier and TypeMethodDescriptionAC3DFileParser.parse
(InputSource input, String[] style) Begins processing the input stream from the parser.STLFileParser.parse
(InputSource input, String[] style) Parse the input now. -
Uses of InputSource in xj3d.filter.importer.collada
Methods in xj3d.filter.importer.collada with parameters of type InputSourceModifier and TypeMethodDescriptionColladaFileParser.parse
(InputSource input, String[] style) Parse the input now. -
Uses of InputSource in xj3d.filter.importer.threemf
Methods in xj3d.filter.importer.threemf with parameters of type InputSourceModifier and TypeMethodDescriptionThreeMFFileParser.parse
(InputSource input, String[] style) Parse the input now. -
Uses of InputSource in xj3d.replica
Methods in xj3d.replica with parameters of type InputSourceModifier and TypeMethodDescriptionvoid
ViewpointSnapshotImager.takeSnapshots
(String[] arg, InputSource is) Take snapshots of a file.