Class StructureAlignmentJmol
java.lang.Object
org.biojava.nbio.structure.align.gui.jmol.AbstractAlignmentJmol
org.biojava.nbio.structure.align.gui.jmol.StructureAlignmentJmol
- All Implemented Interfaces:
- ActionListener,- MouseListener,- MouseMotionListener,- WindowListener,- EventListener,- ChangeListener
A class that provides a simple GUI for Jmol
- Since:
- 1.6
- Author:
- Andreas Prlic
- 
Field SummaryFields inherited from class org.biojava.nbio.structure.align.gui.jmol.AbstractAlignmentJmolcolorPalette, COMMAND_LINE_HELP, DEFAULT_HEIGHT, DEFAULT_SCRIPT, DEFAULT_WIDTH, frame, jmolPanel, nrOpenWindows, status, structure, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoiddestroy()Set all the member variables to null.Returns a List of internal Distance Matrices, one for each structure in the alignment.static StringgetJmolScript4Block(AFPChain afpChain, Atom[] ca1, Atom[] ca2, int blockNr) static StringgetJmolString(AFPChain afpChain, Atom[] ca1, Atom[] ca2) protected voidDisplay the structures after the variable initialization in the constructor.static voidvoidReturn to the initial state of the alignment visualization.voidMethods inherited from class org.biojava.nbio.structure.align.gui.jmol.AbstractAlignmentJmolevalString, getColorPalette, getJmolPanel, getStructure, getTitle, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setAtoms, setJmolPanel, setStructure, setTitle, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
- 
Constructor Details- 
StructureAlignmentJmolpublic StructureAlignmentJmol()
- 
StructureAlignmentJmol
 
- 
- 
Method Details- 
main
- 
initCoordsDescription copied from class:AbstractAlignmentJmolDisplay the structures after the variable initialization in the constructor.- Specified by:
- initCoordsin class- AbstractAlignmentJmol
 
- 
destroyDescription copied from class:AbstractAlignmentJmolSet all the member variables to null.- Overrides:
- destroyin class- AbstractAlignmentJmol
 
- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
- Specified by:
- actionPerformedin class- AbstractAlignmentJmol
 
- 
getJmolString
- 
getJmolScript4Block
- 
resetDisplayDescription copied from class:AbstractAlignmentJmolReturn to the initial state of the alignment visualization.- Specified by:
- resetDisplayin class- AbstractAlignmentJmol
 
- 
getDistanceMatricesDescription copied from class:AbstractAlignmentJmolReturns a List of internal Distance Matrices, one for each structure in the alignment. Returns null if no alignment is being displayed.- Specified by:
- getDistanceMatricesin class- AbstractAlignmentJmol
 
- 
stateChanged- Specified by:
- stateChangedin interface- ChangeListener
 
 
-