public class GraphicalLogAnalyzer
extends java.lang.Object
Graphical Log Analyzer (GLA) reads data from a file to create a visualization - load the GraphicalLogAnalyzerDisplay HTML page to test functionality.
Related links: GraphicalLogAnalyzer.java source, GraphicalLogAnalyzer catalog page, X3D Resources, X3D Scene Authoring Hints and X3D Tooltips.
meta tags | Document Metadata |
title | GraphicalLogAnalyzer.x3d |
example | GraphicalLogAnalyzerDisplay.html |
description | Graphical Log Analyzer (GLA) reads data from a file to create a visualization - load the GraphicalLogAnalyzerDisplay HTML page to test functionality. |
warning | requires External Authoring Interface (EAI) as implemented by Cortona. File read/display functionality only works when running in Netscape. |
creator | Lindsey Lack |
created | 2 May 2002 |
modified | 12 January 2014 |
warning | Under development. VRML 97 EAI support appears inconsistent for various browsers. |
reference | GraphicalLogAnalyzer.ppt |
reference | GraphicalLogAnalyzer.java |
reference | javadoc/index.html |
reference | GraphicalLogAnalyzerInputFile.txt |
reference | GraphicalLogAnalyzerReadme.txt |
reference | Some values used from CreateVrmlFromString sample by Vincent Gardet (modified by Curt Blais). Also see vrmlcity CreateVrmlFromString tutorial. |
reference | ../course/CreateVrmlFromStringRandomBoxes.wrl |
reference | ../course/CreateVrmlFromStringRandomBoxes.x3d |
reference | ../course/CreateVrmlFromStringRandomBoxes.html |
reference | http://www.gardet.nom.fr/vrmlcity/tut_cvfs.htm |
reference | http://www.parallelgraphics.com/developer/products/cortona/eai |
identifier | http://www.web3d.org/x3d/content/examples/Basic/ExternalAuthoringInterface/GraphicalLogAnalyzer.x3d |
generator | X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit |
license | ../license.html |
This program uses the
X3D Java Scene Access Interface Library (X3DJSAIL).
It has been produced using the
X3dToJava.xslt
stylesheet to create Java source code from an .x3d
scene.
Constructor and Description |
---|
GraphicalLogAnalyzer()
Default constructor to create this object.
|
Modifier and Type | Method and Description |
---|---|
org.web3d.x3d.jsail.Core.X3DObject |
getX3dModel()
Provide a shallow copy of the X3D model.
|
void |
initialize()
Create and initialize the X3D model.
|
static void |
main(java.lang.String[] argv)
Default main() method provided for test purposes.
|
java.lang.String |
validateSelf()
Indicate X3DJSAIL validation results for this X3D model.
|
public GraphicalLogAnalyzer()
public final void initialize()
public org.web3d.x3d.jsail.Core.X3DObject getX3dModel()
public java.lang.String validateSelf()
public static void main(java.lang.String[] argv)
argv
- input parametersCopyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.