Package org.biojava.nbio.structure.gui
Class SelectionImpl
- java.lang.Object
 - 
- org.biojava.nbio.structure.gui.SelectionImpl
 
 
- 
- All Implemented Interfaces:
 Selection
public class SelectionImpl extends Object implements Selection
 
- 
- 
Constructor Summary
Constructors Constructor Description SelectionImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()List<AtomInfo>getSelection()voidsetSelection(List<AtomInfo> selection) 
 - 
 
- 
- 
Constructor Detail
- 
SelectionImpl
public SelectionImpl()
 
 - 
 
- 
Method Detail
- 
getSelection
public List<AtomInfo> getSelection()
- Specified by:
 getSelectionin interfaceSelection
 
- 
setSelection
public void setSelection(List<AtomInfo> selection)
- Specified by:
 setSelectionin interfaceSelection
 
 - 
 
 -