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