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 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 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 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 Atom[] getAtomArray(Atom[] ca, List<Group> hetatoms, List<Group> nucs) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public static void showDBResults(StartupParameters params)
Copyright © 2000–2019 BioJava. All rights reserved.