public class StructureAlignmentJmol extends Object implements MouseMotionListener, MouseListener, WindowListener, ActionListener
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMMAND_LINE_HELP |
static String |
DEFAULT_SCRIPT |
| Constructor and Description |
|---|
StructureAlignmentJmol() |
StructureAlignmentJmol(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
protected static final String COMMAND_LINE_HELP
public static final String DEFAULT_SCRIPT
public static void main(String[] args)
public void destroy()
public void setAtoms(Atom[] atoms)
public JmolPanel getJmolPanel()
public void setJmolPanel(JmolPanel jmolPanel)
public void evalString(String rasmolScript)
public void setStructure(Structure s)
public Structure getStructure()
public void setTitle(String label)
public String getTitle()
public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic static String getJmolScript4Block(AFPChain afpChain, Atom[] ca1, Atom[] ca2, int blockNr)
public void resetDisplay()
Copyright © 2000-2015 BioJava. All Rights Reserved.