Examples of MolStructureViewer


Examples of net.sf.mzmine.modules.visualization.molstructure.MolStructureViewer

      DBCompound compound = listElementModel.getCompoundAt(index);
      URL url2D = compound.get2DStructureURL();
      URL url3D = compound.get3DStructureURL();
      String name = compound.getName() + " ("
          + compound.getPropertyValue(PeakIdentity.PROPERTY_ID) + ")";
      MolStructureViewer viewer = new MolStructureViewer(name, url2D,
          url3D);
      Desktop desktop = MZmineCore.getDesktop();
      desktop.addInternalFrame(viewer);

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.