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 AtomInfo
AtomInfo. fromString(String atomInfo)
static AtomInfo
AtomInfoParser. 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 void
Selection. setSelection(List<AtomInfo> selection)
void
SelectionImpl. setSelection(List<AtomInfo> selection)
-