Package org.biojava.nbio.structure.gui
Interface Selection
-
- All Known Implementing Classes:
SelectionImpl
public interface Selection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
List<AtomInfo>
getSelection()
void
setSelection(List<AtomInfo> selection)
-
-
-
Method Detail
-
clear
void clear()
-
getSelection
List<AtomInfo> getSelection()
-
setSelection
void setSelection(List<AtomInfo> selection)
-
-