Difference between revisions of "CdkJmolAdapter"
Jump to navigation
Jump to search
(Initialization from JmolWiki) |
|||
Line 2: | Line 2: | ||
The CdkJmolAdapter also implements Jmol's concept of atomSet: it maps CDK's ChemModel with atomSet, and a ChemSequence with an atomSetCollection. | The CdkJmolAdapter also implements Jmol's concept of atomSet: it maps CDK's ChemModel with atomSet, and a ChemSequence with an atomSetCollection. | ||
+ | |||
+ | * [http://svn.sourceforge.net/viewcvs.cgi/bioclipse/trunk/bc_jmol/src/net/bioclipse/plugins/adapter/cdk/CdkJmolAdapter.java?view=log CdkJmolAdapter for Jmol 10.2 and CDK from SVN] | ||
+ | |||
+ | Jmol 10.00 needs a different version, and was distributed in a number of 10.00.xx development releases. |
Latest revision as of 21:32, 26 April 2006
Class in Jmol that allows CDK classes to be displayed in Jmol. It supports AtomContainer, Molecule, and BioPolymer (at least as read with the PDBReader).
The CdkJmolAdapter also implements Jmol's concept of atomSet: it maps CDK's ChemModel with atomSet, and a ChemSequence with an atomSetCollection.
* CdkJmolAdapter for Jmol 10.2 and CDK from SVN
Jmol 10.00 needs a different version, and was distributed in a number of 10.00.xx development releases.