Uses of Class
org.biojava.nbio.structure.align.gui.jmol.AtomInfo
- 
Packages that use AtomInfo Package Description org.biojava.nbio.structure.align.gui.jmol Utility methods for better interaction with Jmol.org.biojava.nbio.structure.gui  - 
- 
Uses of AtomInfo in org.biojava.nbio.structure.align.gui.jmol
Methods in org.biojava.nbio.structure.align.gui.jmol that return AtomInfo Modifier and Type Method Description static AtomInfoAtomInfo. fromString(String atomInfo)static AtomInfoAtomInfoParser. parse(String jmolAtomInfo)parses e.g. - 
Uses of AtomInfo in org.biojava.nbio.structure.gui
Methods in org.biojava.nbio.structure.gui that return types with arguments of type AtomInfo Modifier and Type Method Description List<AtomInfo>Selection. getSelection()List<AtomInfo>SelectionImpl. getSelection()Method parameters in org.biojava.nbio.structure.gui with type arguments of type AtomInfo Modifier and Type Method Description voidSelection. setSelection(List<AtomInfo> selection)voidSelectionImpl. setSelection(List<AtomInfo> selection) 
 -