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 void
clear()
List<AtomInfo>
getSelection()
void
setSelection(List<AtomInfo> selection)
-
-
-
Constructor Detail
-
SelectionImpl
public SelectionImpl()
-
-
Method Detail
-
getSelection
public List<AtomInfo> getSelection()
- Specified by:
getSelection
in interfaceSelection
-
setSelection
public void setSelection(List<AtomInfo> selection)
- Specified by:
setSelection
in interfaceSelection
-
-