public abstract class JmolAdapter.AtomIterator
extends java.lang.Object
clientAtom
objects in a specified frame.
Note that Java 1.1 does not have java.util.Iterator
so we will define our own AtomIteratorConstructor and Description |
---|
JmolAdapter.AtomIterator() |
Modifier and Type | Method and Description |
---|---|
char |
getAlternateLocationID() |
java.lang.String |
getAtomName() |
int |
getAtomSerial() |
int |
getAtomSetIndex() |
int |
getAtomSite() |
java.util.BitSet |
getAtomSymmetry() |
float |
getBfactor() |
char |
getChainID() |
short |
getElementNumber() |
java.lang.String |
getElementSymbol() |
java.lang.Object[] |
getEllipsoid() |
int |
getFormalCharge() |
java.lang.String |
getGroup3() |
char |
getInsertionCode() |
boolean |
getIsHetero() |
int |
getOccupancy() |
float |
getPartialCharge() |
float |
getRadius() |
int |
getSequenceNumber() |
abstract java.lang.Object |
getUniqueID() |
float |
getVectorX() |
float |
getVectorY() |
float |
getVectorZ() |
abstract float |
getX() |
abstract float |
getY() |
abstract float |
getZ() |
abstract boolean |
hasNext() |
public abstract boolean hasNext()
public int getAtomSetIndex()
public java.util.BitSet getAtomSymmetry()
public int getAtomSite()
public abstract java.lang.Object getUniqueID()
public short getElementNumber()
public java.lang.String getElementSymbol()
public java.lang.String getAtomName()
public int getFormalCharge()
public float getPartialCharge()
public java.lang.Object[] getEllipsoid()
public float getRadius()
public abstract float getX()
public abstract float getY()
public abstract float getZ()
public float getVectorX()
public float getVectorY()
public float getVectorZ()
public float getBfactor()
public int getOccupancy()
public boolean getIsHetero()
public int getAtomSerial()
public char getChainID()
public char getAlternateLocationID()
public java.lang.String getGroup3()
public int getSequenceNumber()
public char getInsertionCode()