Package | Description |
---|---|
org.biojava.nbio.structure.align.gui.aligpanel | |
org.biojava.nbio.structure.gui |
A few convenience classes to view protein structures with Jmol (if it is on the classpath),
to calculate a protein structure alignment and to investigate the internals of the protein structure alignment algorithm.
|
org.biojava.nbio.structure.gui.events |
Some event classes for the protein structure GUIs.
|
org.biojava.nbio.structure.gui.util |
Some utility classes for the protein structure GUIs.
|
Modifier and Type | Method and Description |
---|---|
List<AlignedPosition> |
SequenceDisplay.getAligMap() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceScalePanel.setAligMap(List<AlignedPosition> apos) |
Copyright © 2000–2019 BioJava. All rights reserved.