jhu.htm3D
Class htm3DViewer
java.lang.Object
|
+--jhu.htm3D.htm3DViewer
- public class htm3DViewer
- extends java.lang.Object
The htm3DViewer is an executable that can be run by
java jhu.htm3D.htm3DViewer [-v]
It visualizes a few example queries with the htmIndex
using Java3D.
If the -v option is specified, htm3DViewer produces verbose output.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
htm3DViewer
public htm3DViewer()
setWireFrame
public static void setWireFrame(boolean on)
showAxes
public static void showAxes(boolean on)
showDomain
public static void showDomain(boolean on)
showSphere
public static void showSphere(boolean on)
showGrid
public static void showGrid(boolean on)
showEquator
public static void showEquator(boolean on)
showTriangle
public static void showTriangle(boolean on)
captureImage
public static void captureImage()
updateIndexDepth
public static void updateIndexDepth(int depth)
loadTestDomain
public static void loadTestDomain(java.lang.String idString)
- Define the test cases
loadDomain
public static void loadDomain(java.lang.String filename)
updateTriangles
public static void updateTriangles()
createSceneGraph
public static javax.media.j3d.BranchGroup createSceneGraph()
- Create root branch group. This is the only branch
that is attached to the SimpleUniverse
main
public static void main(java.lang.String[] args)

©Copyright The Johns Hopkins University 1999, All Rights Reserved.
See the HTM Homepage for details.
Last Build: Oct 26, 1999 Peter Z. Kunszt