Java Doc for Loader.java in  » 6.0-JDK-Modules » java-3d » org » jdesktop » j3d » loaders » vrml97 » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » org.jdesktop.j3d.loaders.vrml97.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jdesktop.j3d.loaders.vrml97.impl.Loader

Loader
public class Loader (Code)
Description of the Class


Field Summary
final public static  intLOAD_CONFORMANT
    
final public static  intLOAD_OPTIMIZED
    
final public static  intLOAD_STATIC
    
 doubleMFInt32ParseMFInt32Copy
    
 doubleMFVec3fParseMFVec3fCopy
    
final static  intWARN_ALL
    
final static  intWARN_NEVER
    
final static  intWARN_ONCE
    
 booleanautoSmooth
    
 Browserbrowser
    
 ProtocurProto
    
 booleandebug
    
 StackdefTableStack
    
 DoubleBufdoubleBuf
    
 FloatBuffloatBuf
    
 GZIPInputStreamgis
    
 doubleifsInit
    
 doubleifsParse
    
 BoundingLeafinfiniteBoundingLeaf
    
 BoundsinfiniteBounds
    
 IntBufintBuf
    
 intloaderMode
    
 doublenodeInitImpl
    
 booleannowarn
    
 NumFormatnumFormat
    
 intnumGroups
    
 intnumIfs
    
 Parserparser
    
 booleanparserMarks
    
 booleanprintRoutes
    
 ProtoInstanceprotoInstance
    
 Scenescene
    
 URLClassLoaderscl
    
 booleantiming
    
 booleantraceLex
    
 TreePrintertreePrinter
    
 intwarnLevel
    
 HashSetwarnSet
    
 booleanwarnall
    
 URLworldURL
    
 URLworldURLBase
    
 StringworldURLBaseName
    
 BoundszeroBounds
    

Constructor Summary
public  Loader(Browser initBrowser, int loadMode)
    
public  Loader(Browser browser)
    

Method Summary
 voidaddAudioClip(AudioClip clip)
    
 voidaddBackground(Background background)
    
 voidaddFog(Fog fog)
    
 voidaddLight(Light light)
    
 voidaddNavigationInfo(NavigationInfo navInfo)
    
 voidaddObject(BaseNode node)
    
 voidaddRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)
    
 voidaddSharedGroup(SharedGroup newGroup)
    
 voidaddTimeSensor(TimeSensor ts)
    
 voidaddTouchSensor(TouchSensor ts)
    
 voidaddViewpoint(Viewpoint viewpoint)
    
 voidaddVisibilitySensor(VisibilitySensor vs)
    
synchronized  voidbeginProtoDefine(Proto proto)
    
synchronized  voidbeginProtoInstance(ProtoInstance newInstance)
    
 ReadercheckInput(InputStream is)
    
 voidcleanUp()
    
 voidclear()
    
synchronized  voidconnect(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn, boolean testTypes)
    
 ProtocurProto()
    
synchronized  voidendProtoDefine()
    
synchronized  voidendProtoInstance()
    
 StackgetBackgroundStack()
    
 byte[]getBytes(String URLstring)
    
 StackgetFogStack()
    
 StackgetNavigationInfoStack()
    
 byte[]getRelBytes(String relURL)
    
 StackgetViewpointStack()
    
public  Sceneload(URL worldURL)
    
public  Sceneload(InputStream is)
    
public  Sceneload(Reader reader)
    
public  voidloadProto(String urlString, String protoName, Vector protoFields)
    
synchronized  ProtolookupProto(String name)
    
 voidnamespaceDefine(String defName, BaseNode node)
    
 BaseNodenamespaceUse(String defName)
    
 ParsernewParser(Reader reader)
    
public  vrml.node.ScriptnewScriptInstanceFromClassName(String scriptClassName)
    
 InputStreamopenURL(URL url)
    
synchronized  voidregisterClone(BaseNode org, BaseNode clone)
    
 voidsetDescription(String description)
    
 voidsetWorldInfo(WorldInfo worldInfo)
    
public  voidsetWorldURL(URL baseURL, URL worldURL)
    
public  URLstringToURL(String urlString)
    
 voidwarning(String id, String warning)
    

Field Detail
LOAD_CONFORMANT
final public static int LOAD_CONFORMANT(Code)
Description of the Field



LOAD_OPTIMIZED
final public static int LOAD_OPTIMIZED(Code)
Description of the Field



LOAD_STATIC
final public static int LOAD_STATIC(Code)
Description of the Field



MFInt32ParseMFInt32Copy
double MFInt32ParseMFInt32Copy(Code)



MFVec3fParseMFVec3fCopy
double MFVec3fParseMFVec3fCopy(Code)



WARN_ALL
final static int WARN_ALL(Code)



WARN_NEVER
final static int WARN_NEVER(Code)



WARN_ONCE
final static int WARN_ONCE(Code)



autoSmooth
boolean autoSmooth(Code)



browser
Browser browser(Code)



curProto
Proto curProto(Code)



debug
boolean debug(Code)



defTableStack
Stack defTableStack(Code)



doubleBuf
DoubleBuf doubleBuf(Code)



floatBuf
FloatBuf floatBuf(Code)



gis
GZIPInputStream gis(Code)



ifsInit
double ifsInit(Code)



ifsParse
double ifsParse(Code)



infiniteBoundingLeaf
BoundingLeaf infiniteBoundingLeaf(Code)



infiniteBounds
Bounds infiniteBounds(Code)



intBuf
IntBuf intBuf(Code)



loaderMode
int loaderMode(Code)



nodeInitImpl
double nodeInitImpl(Code)



nowarn
boolean nowarn(Code)



numFormat
NumFormat numFormat(Code)



numGroups
int numGroups(Code)



numIfs
int numIfs(Code)



parser
Parser parser(Code)



parserMarks
boolean parserMarks(Code)



printRoutes
boolean printRoutes(Code)



protoInstance
ProtoInstance protoInstance(Code)



scene
Scene scene(Code)



scl
URLClassLoader scl(Code)



timing
boolean timing(Code)



traceLex
boolean traceLex(Code)



treePrinter
TreePrinter treePrinter(Code)



warnLevel
int warnLevel(Code)



warnSet
HashSet warnSet(Code)



warnall
boolean warnall(Code)



worldURL
URL worldURL(Code)



worldURLBase
URL worldURLBase(Code)



worldURLBaseName
String worldURLBaseName(Code)



zeroBounds
Bounds zeroBounds(Code)




Constructor Detail
Loader
public Loader(Browser initBrowser, int loadMode)(Code)
Constructor for the Loader object
Parameters:
  initBrowser - Description of the Parameter
Parameters:
  loadMode - Description of the Parameter



Loader
public Loader(Browser browser)(Code)
Constructor for the Loader object
Parameters:
  browser - Description of the Parameter




Method Detail
addAudioClip
void addAudioClip(AudioClip clip)(Code)
Adds a feature to the AudioClip attribute of the Loader object
Parameters:
  clip - The feature to be added to the AudioClip attribute



addBackground
void addBackground(Background background)(Code)
Adds a feature to the Background attribute of the Loader object
Parameters:
  background - The feature to be added to the Background attribute



addFog
void addFog(Fog fog)(Code)
Adds a feature to the Fog attribute of the Loader object
Parameters:
  fog - The feature to be added to the Fog attribute



addLight
void addLight(Light light)(Code)
Adds a feature to the Light attribute of the Loader object
Parameters:
  light - The feature to be added to the Light attribute



addNavigationInfo
void addNavigationInfo(NavigationInfo navInfo)(Code)
Adds a feature to the NavigationInfo attribute of the Loader object
Parameters:
  navInfo - The feature to be added to the NavigationInfo attribute



addObject
void addObject(BaseNode node)(Code)
Adds a feature to the Object attribute of the Loader object
Parameters:
  node - The feature to be added to the Object attribute



addRoute
void addRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)(Code)
Adds a feature to the Route attribute of the Loader object
Parameters:
  fromNode - The feature to be added to the Route attribute
Parameters:
  fromEventOut - The feature to be added to the Route attribute
Parameters:
  toNode - The feature to be added to the Route attribute
Parameters:
  toEventIn - The feature to be added to the Route attribute



addSharedGroup
void addSharedGroup(SharedGroup newGroup)(Code)
Adds a feature to the SharedGroup attribute of the Loader object
Parameters:
  newGroup - The feature to be added to the SharedGroup attribute



addTimeSensor
void addTimeSensor(TimeSensor ts)(Code)
Adds a feature to the TimeSensor attribute of the Loader object
Parameters:
  ts - The feature to be added to the TimeSensor attribute



addTouchSensor
void addTouchSensor(TouchSensor ts)(Code)
Adds a feature to the TouchSensor attribute of the Loader object
Parameters:
  ts - The feature to be added to the TouchSensor attribute



addViewpoint
void addViewpoint(Viewpoint viewpoint)(Code)
Adds a feature to the Viewpoint attribute of the Loader object
Parameters:
  viewpoint - The feature to be added to the Viewpoint attribute



addVisibilitySensor
void addVisibilitySensor(VisibilitySensor vs)(Code)
Adds a feature to the VisibilitySensor attribute of the Loader object
Parameters:
  vs - The feature to be added to the VisibilitySensor attribute



beginProtoDefine
synchronized void beginProtoDefine(Proto proto)(Code)
Description of the Method
Parameters:
  proto - Description of the Parameter



beginProtoInstance
synchronized void beginProtoInstance(ProtoInstance newInstance)(Code)
Description of the Method
Parameters:
  newInstance - Description of the Parameter



checkInput
Reader checkInput(InputStream is) throws vrml.InvalidVRMLSyntaxException(Code)
Description of the Method
Parameters:
  is - Description of the Parameter Description of the Return Value
exception:
  vrml.InvalidVRMLSyntaxException - If there was a problem unzipping.



cleanUp
void cleanUp()(Code)
Description of the Method



clear
void clear()(Code)
Description of the Method



connect
synchronized void connect(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn, boolean testTypes)(Code)
Description of the Method
Parameters:
  fromNode - Description of the Parameter
Parameters:
  fromEventOut - Description of the Parameter
Parameters:
  toNode - Description of the Parameter
Parameters:
  toEventIn - Description of the Parameter
Parameters:
  testTypes - Description of the Parameter



curProto
Proto curProto()(Code)
Description of the Method Description of the Return Value



endProtoDefine
synchronized void endProtoDefine()(Code)
Description of the Method



endProtoInstance
synchronized void endProtoInstance()(Code)
Description of the Method



getBackgroundStack
Stack getBackgroundStack()(Code)
Gets the backgroundStack attribute of the Loader object The backgroundStack value



getBytes
byte[] getBytes(String URLstring) throws MalformedURLException, IOException(Code)
Gets the bytes attribute of the Loader object
Parameters:
  URLstring - Description of the Parameter The bytes value
exception:
  IOException - If the URLstring could not be opened.
exception:
  MalformedURLException - Either no legal protocol could be found in URLstring or it could not be parsed.



getFogStack
Stack getFogStack()(Code)
Gets the fogStack attribute of the Loader object The fogStack value



getNavigationInfoStack
Stack getNavigationInfoStack()(Code)
Gets the navigationInfoStack attribute of the Loader object The navigationInfoStack value



getRelBytes
byte[] getRelBytes(String relURL) throws MalformedURLException, IOException(Code)
Gets the relBytes attribute of the Loader object
Parameters:
  relURL - Description of the Parameter The relBytes value
exception:
  IOException - If the relURL could not be opened.
exception:
  MalformedURLException - Either no legal protocol could be found in relURL or it could not be parsed.



getViewpointStack
Stack getViewpointStack()(Code)
Gets the viewpointStack attribute of the Loader object The viewpointStack value



load
public Scene load(URL worldURL) throws IOException, vrml.InvalidVRMLSyntaxException(Code)
Description of the Method
Parameters:
  worldURL - Description of the Parameter Description of the Return Value
exception:
  IOException - If the file could not be opened.
exception:
  vrml.InvalidVRMLSyntaxException - If there was a problem unzipping or parsing.



load
public Scene load(InputStream is) throws vrml.InvalidVRMLSyntaxException(Code)
Description of the Method
Parameters:
  is - Description of the Parameter Description of the Return Value
exception:
  vrml.InvalidVRMLSyntaxException - If there was a problem unzipping or parsing.



load
public Scene load(Reader reader) throws vrml.InvalidVRMLSyntaxException(Code)
Description of the Method
Parameters:
  reader - Description of the Parameter Description of the Return Value
exception:
  vrml.InvalidVRMLSyntaxException - If there was a problem parsing.



loadProto
public void loadProto(String urlString, String protoName, Vector protoFields) throws IOException, MalformedURLException, ParseException(Code)
Description of the Method
Parameters:
  urlString - Description of the Parameter
Parameters:
  protoName - Description of the Parameter
Parameters:
  protoFields - Description of the Parameter
exception:
  IOException - If the proto could not be opened.
exception:
  MalformedURLException - Either no legal protocol could be found in urlString or it could not be parsed.
exception:
  ParseException - If there was a problem parsing.



lookupProto
synchronized Proto lookupProto(String name)(Code)
Description of the Method
Parameters:
  name - Description of the Parameter Description of the Return Value



namespaceDefine
void namespaceDefine(String defName, BaseNode node)(Code)
Description of the Method
Parameters:
  defName - Description of the Parameter
Parameters:
  node - Description of the Parameter



namespaceUse
BaseNode namespaceUse(String defName)(Code)
Description of the Method
Parameters:
  defName - Description of the Parameter Description of the Return Value



newParser
Parser newParser(Reader reader)(Code)
Description of the Method
Parameters:
  reader - Description of the Parameter Description of the Return Value



newScriptInstanceFromClassName
public vrml.node.Script newScriptInstanceFromClassName(String scriptClassName) throws IllegalAccessException, InstantiationException, ClassNotFoundException(Code)
Description of the Method
Parameters:
  scriptClassName - Description of the Parameter Description of the Return Value
exception:
  IllegalAccessException - No access to the definition of the specified class.
exception:
  InstantiationException - There was a problem making an instance of the class.
exception:
  ClassNotFoundException - The class was not found.



openURL
InputStream openURL(URL url) throws IOException(Code)
Description of the Method
Parameters:
  url - Description of the Parameter Description of the Return Value
exception:
  IOException - If the file could not be opened.



registerClone
synchronized void registerClone(BaseNode org, BaseNode clone)(Code)
Description of the Method
Parameters:
  org - Description of the Parameter
Parameters:
  clone - Description of the Parameter



setDescription
void setDescription(String description)(Code)
Sets the description attribute of the Loader object
Parameters:
  description - The new description value



setWorldInfo
void setWorldInfo(WorldInfo worldInfo)(Code)
Sets the worldInfo attribute of the Loader object
Parameters:
  worldInfo - The new worldInfo value



setWorldURL
public void setWorldURL(URL baseURL, URL worldURL) throws MalformedURLException(Code)
Sets the worldURL attribute of the Loader object
Parameters:
  baseURL - The new worldURL value
Parameters:
  worldURL - The new worldURL value
exception:
  MalformedURLException - Either no legal protocol could be found in one of the urls or one could not be parsed.



stringToURL
public URL stringToURL(String urlString) throws java.net.MalformedURLException(Code)
Description of the Method
Parameters:
  urlString - Description of the Parameter Description of the Return Value
exception:
  java.net.MalformedURLException - Either no legal protocol could be found in a specification string or the string could not be parsed.



warning
void warning(String id, String warning)(Code)
Description of the Method
Parameters:
  id - Description of the Parameter
Parameters:
  warning - Description of the Parameter



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.