Package org.aavso.tools.vstar.util.model

Examples of org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator


    JTabbedPane tabs = PluginComponentFactory.createTabs(namedComponents);
    topPane.add(tabs);
   
    // Add relative amplitude and phase information if it exists.
    if (model.getParameters() != null) {
      creator = new RelativeAmplitudeAndPhaseCreator(model
          .getParameters());

      if (creator.hasHarmonics()) {
        topPane.add(Box.createRigidArea(new Dimension(10, 10)));
        topPane.add(createRelAmplAndPhasePanel());
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator

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.