Uses of Class
org.simtk.molecularstructure.MoleculeCollection

Packages that use MoleculeCollection
org.simtk.moleculargraphics.cartoon   
org.simtk.pdb   
org.simtk.rnaml   
 

Uses of MoleculeCollection in org.simtk.moleculargraphics.cartoon
 

Methods in org.simtk.moleculargraphics.cartoon with parameters of type MoleculeCollection
 void MoleculeCartoonClass.add(MoleculeCollection m)
           
 void MoleculeCartoon.add(MoleculeCollection moleculeCollection)
           
 

Uses of MoleculeCollection in org.simtk.pdb
 

Methods in org.simtk.pdb with parameters of type MoleculeCollection
protected abstract  void MoleculeAcquisitionMethodDialog.readStructureFromMoleculeCollection(MoleculeCollection molecules)
          Overload this to make use of preloaded molecule collection
 

Uses of MoleculeCollection in org.simtk.rnaml
 

Constructors in org.simtk.rnaml with parameters of type MoleculeCollection
RnamlDocument(java.io.File rnamlFile, MoleculeCollection molecules)
           
RnamlExportDocument(java.lang.String program, java.lang.String version, MoleculeCollection molecules)