GSC
Class SkandhaUpdater

java.lang.Object
  |
  +--GSC.SkandhaUpdater

public class SkandhaUpdater
extends java.lang.Object

The SkandhaUpdater makes calls to the skandha 4 graphics server and manages resultant graphics for update in the SkandhaBox. The graphic images display updates of an existing scene or display a newly loaded scene


Field Summary
static java.lang.String resultsdir
           
 java.awt.Frame sceneListFrame
           
 
Constructor Summary
SkandhaUpdater(SkandhaBox sb_in)
          construtor.
 
Method Summary
static java.lang.String createSkandhaImage(java.lang.String filename)
          creates a new skandha image given a skandha4 scene file from which to create it.
static void createSnapShot(java.lang.String filename)
          creates a snapshot of the current scene state as loaded in the skandha graphics server
 java.lang.String updateImage()
          Updates the skandha_image based on changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sceneListFrame

public java.awt.Frame sceneListFrame

resultsdir

public static java.lang.String resultsdir
Constructor Detail

SkandhaUpdater

public SkandhaUpdater(SkandhaBox sb_in)
construtor.
Parameters:
sb_in - The skandhaBox in which this Updater is being used.
Method Detail

updateImage

public java.lang.String updateImage()
Updates the skandha_image based on changes.

createSkandhaImage

public static java.lang.String createSkandhaImage(java.lang.String filename)
creates a new skandha image given a skandha4 scene file from which to create it.
Parameters:
filename - The name of the scene file from which to create a skandha image.

createSnapShot

public static void createSnapShot(java.lang.String filename)
creates a snapshot of the current scene state as loaded in the skandha graphics server
Parameters:
filename - The name of the image file to create