Uses of Class
org.biojava.nbio.structure.gui.util.AlignedPosition
- 
Packages that use AlignedPosition Package Description org.biojava.nbio.structure.align.gui.aligpanel org.biojava.nbio.structure.gui org.biojava.nbio.structure.gui.events org.biojava.nbio.structure.gui.util  - 
- 
Uses of AlignedPosition in org.biojava.nbio.structure.align.gui.aligpanel
 - 
Uses of AlignedPosition in org.biojava.nbio.structure.gui
Methods in org.biojava.nbio.structure.gui that return types with arguments of type AlignedPosition Modifier and Type Method Description List<AlignedPosition>SequenceDisplay. getAligMap() - 
Uses of AlignedPosition in org.biojava.nbio.structure.gui.events
Methods in org.biojava.nbio.structure.gui.events with parameters of type AlignedPosition Modifier and Type Method Description voidAlignmentPositionListener. mouseOverPosition(AlignedPosition p)voidJmolAlignedPositionListener. mouseOverPosition(AlignedPosition p)voidAlignmentPositionListener. positionSelected(AlignedPosition p)voidJmolAlignedPositionListener. positionSelected(AlignedPosition p)voidAlignmentPositionListener. rangeSelected(AlignedPosition start, AlignedPosition end)voidJmolAlignedPositionListener. rangeSelected(AlignedPosition start, AlignedPosition end)voidAlignmentPositionListener. toggleSelection(AlignedPosition p)voidJmolAlignedPositionListener. toggleSelection(AlignedPosition p) - 
Uses of AlignedPosition in org.biojava.nbio.structure.gui.util
Method parameters in org.biojava.nbio.structure.gui.util with type arguments of type AlignedPosition Modifier and Type Method Description voidSequenceScalePanel. setAligMap(List<AlignedPosition> apos) 
 -