Package net.sf.mzmine.util.interpolatinglookuppaintscale

Examples of net.sf.mzmine.util.interpolatinglookuppaintscale.InterpolatingLookupPaintScaleSetupDialog


          .getXYPlot());
      dialog.setVisible(true);
    }

    if (command.equals("SETUP_COLORS")) {
      InterpolatingLookupPaintScaleSetupDialog colorDialog = new InterpolatingLookupPaintScaleSetupDialog(
          plot.getPaintScale());
      colorDialog.setVisible(true);

      if (colorDialog.getExitCode() == ExitCode.OK)
        plot.setPaintScale(colorDialog.getPaintScale());
    }

  }
View Full Code Here

TOP

Related Classes of net.sf.mzmine.util.interpolatinglookuppaintscale.InterpolatingLookupPaintScaleSetupDialog

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.