public class GuiWrapper extends Object
| Constructor and Description |
|---|
GuiWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
display(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
static Structure |
getAlignedStructure(Atom[] ca1,
Atom[] ca2) |
static Atom[] |
getAtomArray(Atom[] ca,
List<Group> hetatoms,
List<Group> nucs) |
static JPanel |
getScaleableMatrixPanel(Matrix m) |
static boolean |
isGuiModuleInstalled() |
static Group[] |
prepareGroupsForDisplay(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
static void |
showAlignmentGUI() |
static void |
showAlignmentImage(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
Object jmol) |
public GuiWrapper()
public static boolean isGuiModuleInstalled()
public static Object display(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static void showAlignmentImage(AFPChain afpChain, Atom[] ca1, Atom[] ca2, Object jmol) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static void showAlignmentGUI() throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static Structure getAlignedStructure(Atom[] ca1, Atom[] ca2) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static JPanel getScaleableMatrixPanel(Matrix m) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException
public static Group[] prepareGroupsForDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static Atom[] getAtomArray(Atom[] ca, List<Group> hetatoms, List<Group> nucs) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2012 BioJava. All Rights Reserved.