Java Doc for Browser.java in  » 6.0-JDK-Modules » java-3d » vrml » 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 » vrml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   vrml.Browser

Browser
public class Browser (Code)
Description of the Class


Field Summary
 org.jdesktop.j3d.loaders.vrml97.impl.Browserimpl
    

Constructor Summary
public  Browser(org.jdesktop.j3d.loaders.vrml97.impl.Browser b)
    
public  Browser()
    
public  Browser(Canvas3D canvas)
    

Method Summary
public  voidaddRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)
    
public  BaseNode[]createVrmlFromString(String vrmlSyntax)
    
public  voidcreateVrmlFromURL(String[] url, BaseNode node, String event)
    
public  voiddeleteRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)
    
public  Canvas3DgetCanvas3D()
    
public  floatgetCurrentFrameRate()
    
public  floatgetCurrentSpeed()
    
public  StringgetDescription()
    
public  StringgetName()
    
public  java.net.URLgetURL()
    
public  StringgetVersion()
    
public  String[]getViewpointDescriptions()
    
public  StringgetWorldURL()
    
public  voidloadStringAsVrml(String sourceVrml)
    
public  voidloadURL(String[] url, String[] parameter)
    
public  voidoutputTiming()
    
public  voidreplaceWorld(BaseNode[] nodes)
    
public  voidresetViewpoint()
    
public  voidsetAWTContainer(java.awt.Container container)
    
public  voidsetAutoSmooth(boolean s)
    
public  voidsetDescription(String description)
    
public  voidsetViewpoint(int vi)
    
public  voidshutDown()
    
public  voidstartRender()
    
public  voidstopRender()
    

Field Detail
impl
org.jdesktop.j3d.loaders.vrml97.impl.Browser impl(Code)




Constructor Detail
Browser
public Browser(org.jdesktop.j3d.loaders.vrml97.impl.Browser b)(Code)
Constructor for the Browser object
Parameters:
  b - Description of the Parameter



Browser
public Browser()(Code)
Constructor for the Browser object



Browser
public Browser(Canvas3D canvas)(Code)
Constructor for the Browser object
Parameters:
  canvas - Description of the Parameter




Method Detail
addRoute
public void addRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)(Code)
Adds a feature to the Route attribute of the Browser 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



createVrmlFromString
public BaseNode[] createVrmlFromString(String vrmlSyntax) throws InvalidVRMLSyntaxException(Code)
Description of the Method
Parameters:
  vrmlSyntax - Description of the Parameter Description of the Return Value
exception:
  InvalidVRMLSyntaxException - Description of the Exception



createVrmlFromURL
public void createVrmlFromURL(String[] url, BaseNode node, String event) throws InvalidVRMLSyntaxException(Code)
Description of the Method
Parameters:
  url - Description of the Parameter
Parameters:
  node - Description of the Parameter
Parameters:
  event - Description of the Parameter
exception:
  InvalidVRMLSyntaxException - Description of the Exception



deleteRoute
public void deleteRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)(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



getCanvas3D
public Canvas3D getCanvas3D()(Code)
Gets the canvas3D attribute of the Browser object The canvas3D value



getCurrentFrameRate
public float getCurrentFrameRate()(Code)
Gets the currentFrameRate attribute of the Browser object The currentFrameRate value



getCurrentSpeed
public float getCurrentSpeed()(Code)
Gets the currentSpeed attribute of the Browser object The currentSpeed value



getDescription
public String getDescription()(Code)
Gets the description attribute of the Browser object The description value



getName
public String getName()(Code)
Gets the name attribute of the Browser object The name value



getURL
public java.net.URL getURL()(Code)
Gets the uRL attribute of the Browser object The uRL value



getVersion
public String getVersion()(Code)
Gets the version attribute of the Browser object The version value



getViewpointDescriptions
public String[] getViewpointDescriptions()(Code)
Gets the viewpointDescriptions attribute of the Browser object The viewpointDescriptions value



getWorldURL
public String getWorldURL()(Code)
Gets the worldURL attribute of the Browser object The worldURL value



loadStringAsVrml
public void loadStringAsVrml(String sourceVrml)(Code)
Description of the Method
Parameters:
  sourceVrml - Description of the Parameter



loadURL
public void loadURL(String[] url, String[] parameter) throws InvalidVRMLSyntaxException, java.net.MalformedURLException, java.io.IOException(Code)
Description of the Method
Parameters:
  url - Description of the Parameter
Parameters:
  parameter - Description of the Parameter
exception:
  InvalidVRMLSyntaxException - Description of the Exception
exception:
  java.net.MalformedURLException - Description of the Exception
exception:
  java.io.IOException - Description of the Exception



outputTiming
public void outputTiming()(Code)
Description of the Method



replaceWorld
public void replaceWorld(BaseNode[] nodes)(Code)
Description of the Method
Parameters:
  nodes - Description of the Parameter



resetViewpoint
public void resetViewpoint()(Code)
Description of the Method



setAWTContainer
public void setAWTContainer(java.awt.Container container)(Code)
Sets the aWTContainer attribute of the Browser object
Parameters:
  container - The new aWTContainer value



setAutoSmooth
public void setAutoSmooth(boolean s)(Code)
Sets the autoSmooth attribute of the Browser object
Parameters:
  s - The new autoSmooth value



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



setViewpoint
public void setViewpoint(int vi)(Code)
Sets the viewpoint attribute of the Browser object
Parameters:
  vi - The new viewpoint value



shutDown
public void shutDown()(Code)
Description of the Method



startRender
public void startRender()(Code)
Description of the Method



stopRender
public void stopRender()(Code)
Description of the Method



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.