Package org.biojava.nbio.structure.gui
Class SelectionImpl
- java.lang.Object
-
- org.biojava.nbio.structure.gui.SelectionImpl
-
-
Constructor Summary
Constructors Constructor Description SelectionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.util.List<AtomInfo>
getSelection()
void
setSelection(java.util.List<AtomInfo> selection)
-
-
-
Method Detail
-
getSelection
public java.util.List<AtomInfo> getSelection()
- Specified by:
getSelection
in interfaceSelection
-
setSelection
public void setSelection(java.util.List<AtomInfo> selection)
- Specified by:
setSelection
in interfaceSelection
-
-