Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xerox.VTM.demo
Class Introduction  view Introduction download Introduction.java

java.lang.Object
  extended bycom.xerox.VTM.demo.Introduction

public class Introduction
extends java.lang.Object


Field Summary
(package private)  java.lang.String animScheme
           
(package private)  java.lang.String animType
           
(package private)  int camNb
           
(package private)  com.xerox.VTM.engine.AppEventHandler eh
           
(package private)  IntroPanel iPanel
           
(package private)  com.xerox.VTM.engine.VirtualSpaceManager vsm
           
 
Constructor Summary
(package private) Introduction()
           
 
Method Summary
(package private)  void animate(com.xerox.VTM.glyphs.Glyph g)
           
(package private)  void cameraDemo()
           
 void init()
           
static void main(java.lang.String[] args)
           
(package private)  void multiLayer()
           
(package private)  void multiView()
           
(package private)  void objectAnim()
           
(package private)  void objectFamilies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vsm

com.xerox.VTM.engine.VirtualSpaceManager vsm

iPanel

IntroPanel iPanel

eh

com.xerox.VTM.engine.AppEventHandler eh

animType

java.lang.String animType

animScheme

java.lang.String animScheme

camNb

int camNb
Constructor Detail

Introduction

Introduction()
Method Detail

init

public void init()

cameraDemo

void cameraDemo()

objectFamilies

void objectFamilies()

objectAnim

void objectAnim()

animate

void animate(com.xerox.VTM.glyphs.Glyph g)

multiLayer

void multiLayer()

multiView

void multiView()

main

public static void main(java.lang.String[] args)