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) |
static void |
showDBResults(StartupParameters params) |
static void |
showStructure(Structure structure)
Shows a structure in Jmol
|
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 showStructure(Structure structure) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException
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
afpChain
- ca1
- ca2
- ClassNotFoundException
- If an error occurs when invoking jmolNoSuchMethodException
- If an error occurs when invoking jmolInvocationTargetException
- If an error occurs when invoking jmolIllegalAccessException
- If an error occurs when invoking jmolpublic static Atom[] getAtomArray(Atom[] ca, List<Group> hetatoms, List<Group> nucs) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static void showDBResults(StartupParameters params)
Copyright © 2000–2016 BioJava. All rights reserved.