Package org.jmol.api
Interface JmolAdapterAtomIterator
- All Known Implementing Classes:
AtomIterator
public interface JmolAdapterAtomIterator
-
Method Details
-
hasNext
boolean hasNext() -
getAtomSetIndex
int getAtomSetIndex() -
getSymmetry
javajs.util.BS getSymmetry() -
getAtomSite
int getAtomSite() -
getUniqueID
Object getUniqueID() -
getElementNumber
int getElementNumber() -
getAtomName
String getAtomName() -
getFormalCharge
int getFormalCharge() -
getPartialCharge
float getPartialCharge() -
getTensors
javajs.util.Lst<Object> getTensors() -
getRadius
float getRadius() -
getVib
javajs.util.V3 getVib() -
getXYZ
javajs.util.P3 getXYZ() -
getBfactor
float getBfactor() -
getOccupancy
float getOccupancy() -
getIsHetero
boolean getIsHetero() -
getSerial
int getSerial() -
getChainID
int getChainID() -
getAltLoc
char getAltLoc() -
getGroup3
String getGroup3() -
getSequenceNumber
int getSequenceNumber() -
getInsertionCode
char getInsertionCode() -
getSeqID
int getSeqID() -
getBondRadius
float getBondRadius()
-