|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.ResidueIterator
public class ResidueIterator
Iterate over the residues in a scene.
| Constructor Summary | |
|---|---|
ResidueIterator(MoleculeRenderer moleculeRenderer)
The only public constructor. |
|
| Method Summary | |
|---|---|
Residue |
getNextResidue()
Get the next residue. |
boolean |
hasMoreElements()
Do we have more elements. |
java.lang.Object |
nextElement()
Get the next element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResidueIterator(MoleculeRenderer moleculeRenderer)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumerationpublic Residue getNextResidue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||