Package net.sf.mzmine.modules.visualization.molstructure

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

Related Classes of net.sf.mzmine.modules.visualization.molstructure.MolStructureViewer

Copyright © 2018 www.massapicom. 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.