org.openscience.jmol.app.webexport
Class JmolInstance

java.lang.Object
  extended by org.openscience.jmol.app.webexport.JmolInstance

 class JmolInstance
extends java.lang.Object


Field Summary
(package private)  int height
           
(package private)  java.lang.String javaname
           
(package private)  java.lang.String name
           
(package private)  java.lang.String pictFile
           
(package private)  boolean pictIsScratchFile
           
(package private)  java.lang.String script
           
(package private)  JmolViewer viewer
           
(package private)  int width
           
 
Constructor Summary
JmolInstance(JmolViewer viewer, java.lang.String name, java.lang.String script, int width, int height)
           
 
Method Summary
(package private)  boolean delete()
           
(package private)  boolean movepict(java.lang.String dirpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

javaname

java.lang.String javaname

script

java.lang.String script

width

int width

height

int height

pictFile

java.lang.String pictFile

pictIsScratchFile

boolean pictIsScratchFile

viewer

JmolViewer viewer
Constructor Detail

JmolInstance

JmolInstance(JmolViewer viewer,
             java.lang.String name,
             java.lang.String script,
             int width,
             int height)
Method Detail

movepict

boolean movepict(java.lang.String dirpath)
           throws java.io.IOException
Throws:
java.io.IOException

delete

boolean delete()
         throws java.io.IOException
Throws:
java.io.IOException