Package org.jmol.api
Interface JmolAdapterAtomIterator
-
- All Known Implementing Classes:
AtomIterator
public interface JmolAdapterAtomIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetAltLoc()java.lang.StringgetAtomName()intgetAtomSetIndex()intgetAtomSite()floatgetBfactor()intgetChainID()intgetElementNumber()intgetFormalCharge()java.lang.StringgetGroup3()chargetInsertionCode()booleangetIsHetero()floatgetOccupancy()floatgetPartialCharge()floatgetRadius()intgetSeqID()intgetSequenceNumber()intgetSerial()BSgetSymmetry()javajs.util.Lst<java.lang.Object>getTensors()java.lang.ObjectgetUniqueID()javajs.util.V3getVib()javajs.util.P3getXYZ()booleanhasNext()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
getAtomSetIndex
int getAtomSetIndex()
-
getSymmetry
BS getSymmetry()
-
getAtomSite
int getAtomSite()
-
getUniqueID
java.lang.Object getUniqueID()
-
getElementNumber
int getElementNumber()
-
getAtomName
java.lang.String getAtomName()
-
getFormalCharge
int getFormalCharge()
-
getPartialCharge
float getPartialCharge()
-
getTensors
javajs.util.Lst<java.lang.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
java.lang.String getGroup3()
-
getSequenceNumber
int getSequenceNumber()
-
getInsertionCode
char getInsertionCode()
-
getSeqID
int getSeqID()
-
-