public abstract class JmolAdapterAtomIterator
extends java.lang.Object
Constructor and Description |
---|
JmolAdapterAtomIterator() |
Modifier and Type | Method and Description |
---|---|
char |
getAlternateLocationID() |
java.lang.String |
getAtomName() |
int |
getAtomSerial() |
int |
getAtomSetIndex() |
int |
getAtomSite() |
BS |
getAtomSymmetry() |
float |
getBfactor() |
int |
getChainID() |
int |
getElementNumber() |
int |
getFormalCharge() |
java.lang.String |
getGroup3() |
char |
getInsertionCode() |
boolean |
getIsHetero() |
int |
getOccupancy() |
float |
getPartialCharge() |
float |
getRadius() |
int |
getSequenceNumber() |
JmolList<Tensor> |
getTensors() |
abstract java.lang.Object |
getUniqueID() |
float |
getVectorX() |
float |
getVectorY() |
float |
getVectorZ() |
abstract float |
getX() |
abstract P3 |
getXYZ() |
abstract float |
getY() |
abstract float |
getZ() |
abstract boolean |
hasNext() |
public abstract boolean hasNext()
public int getAtomSetIndex()
public BS getAtomSymmetry()
public int getAtomSite()
public abstract java.lang.Object getUniqueID()
public int getElementNumber()
public java.lang.String getAtomName()
public int getFormalCharge()
public float getPartialCharge()
public float getRadius()
public abstract float getX()
public abstract float getY()
public abstract float getZ()
public abstract P3 getXYZ()
public float getVectorX()
public float getVectorY()
public float getVectorZ()
public float getBfactor()
public int getOccupancy()
public boolean getIsHetero()
public int getAtomSerial()
public int getChainID()
public char getAlternateLocationID()
public java.lang.String getGroup3()
public int getSequenceNumber()
public char getInsertionCode()