org.biojava3.structure.gui
Class SelectionImpl

java.lang.Object
  extended by org.biojava3.structure.gui.SelectionImpl
All Implemented Interfaces:
Selection

public class SelectionImpl
extends Object
implements Selection


Constructor Summary
SelectionImpl()
           
 
Method Summary
 void clear()
           
 List<AtomInfo> getSelection()
           
 void setSelection(List<AtomInfo> selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionImpl

public SelectionImpl()
Method Detail

clear

public void clear()
Specified by:
clear in interface Selection

getSelection

public List<AtomInfo> getSelection()
Specified by:
getSelection in interface Selection

setSelection

public void setSelection(List<AtomInfo> selection)
Specified by:
setSelection in interface Selection