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 void
AlignmentPositionListener. mouseOverPosition(AlignedPosition p)
void
JmolAlignedPositionListener. mouseOverPosition(AlignedPosition p)
void
AlignmentPositionListener. positionSelected(AlignedPosition p)
void
JmolAlignedPositionListener. positionSelected(AlignedPosition p)
void
AlignmentPositionListener. rangeSelected(AlignedPosition start, AlignedPosition end)
void
JmolAlignedPositionListener. rangeSelected(AlignedPosition start, AlignedPosition end)
void
AlignmentPositionListener. toggleSelection(AlignedPosition p)
void
JmolAlignedPositionListener. 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 void
SequenceScalePanel. setAligMap(List<AlignedPosition> apos)
-