JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.chemistry
Class MoleculeLayout

java.lang.Object
  extended bygov.nasa.javaGenes.chemistry.MoleculeLayout

public class MoleculeLayout
extends java.lang.Object

would usually have one static method called main (it's called tasks here to get around a development environment problem). This would implement and application that read a mol file and layed it out in two dimensions for viewing.


Constructor Summary
MoleculeLayout()
           
 
Method Summary
static void test(java.lang.String[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoleculeLayout

public MoleculeLayout()
Method Detail

test

public static void test(java.lang.String[] arguments)

JavaGenes, NASA Ames. Written largely by Al Globus