Examples of WeightedWaveletZTransformResultDialog


Examples of org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog

  /**
   * @see org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase#getDialog(org.aavso.tools.vstar.data.SeriesType)
   */
  @Override
  public JDialog getDialog(SeriesType sourceSeriesType) {
    return new WeightedWaveletZTransformResultDialog(getDisplayName(),
        "WWZ (" + sourceSeriesType.toString() + ")", wwt,
        WWZCoordinateType.PERIOD);
  }
View Full Code Here

Examples of org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog

  /**
   * @see org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase#getDialog(org.aavso.tools.vstar.data.SeriesType)
   */
  @Override
  public JDialog getDialog(SeriesType sourceSeriesType) {
    return new WeightedWaveletZTransformResultDialog(getDisplayName(),
        "WWZ (" + sourceSeriesType.toString() + ")", wwt,
        WWZCoordinateType.FREQUENCY);
  }
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.