org.simtk.moleculargraphics
Class VTKLibraries

java.lang.Object
  extended by org.simtk.moleculargraphics.VTKLibraries

public class VTKLibraries
extends java.lang.Object

Class to manage loading of native shared libraries for vtk visualization tool kit. The "load" method should be invoked before vtk gets a chance to instantiate vtkPanel, which can cause problems with library loading order in Java web start.


Constructor Summary
VTKLibraries()
           
 
Method Summary
static void load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VTKLibraries

public VTKLibraries()
Method Detail

load

public static void load()