org.jmol.viewer

Class FrameExportJmolAdapter

public final class FrameExportJmolAdapter extends JmolAdapter

Nested Class Summary
classFrameExportJmolAdapter.AtomIterator
classFrameExportJmolAdapter.BondIterator
Field Summary
ModelSetmodelSet
Viewerviewer
Constructor Summary
FrameExportJmolAdapter(Viewer viewer, ModelSet modelSet)
Method Summary
JmolAdapter.AtomIteratorgetAtomIterator(Object clientFile)
StringgetAtomSetCollectionName(Object clientFile)
JmolAdapter.BondIteratorgetBondIterator(Object clientFile)
intgetEstimatedAtomCount(Object clientFile)
float[]getNotionalUnitcell(Object clientFile)

Field Detail

modelSet

ModelSet modelSet

viewer

Viewer viewer

Constructor Detail

FrameExportJmolAdapter

FrameExportJmolAdapter(Viewer viewer, ModelSet modelSet)

Method Detail

getAtomIterator

public JmolAdapter.AtomIterator getAtomIterator(Object clientFile)

getAtomSetCollectionName

public String getAtomSetCollectionName(Object clientFile)

getBondIterator

public JmolAdapter.BondIterator getBondIterator(Object clientFile)

getEstimatedAtomCount

public int getEstimatedAtomCount(Object clientFile)

getNotionalUnitcell

public float[] getNotionalUnitcell(Object clientFile)