Package org.aavso.tools.vstar.ui.model.plot

Examples of org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel.refresh()


            XYDataset dataset = chart.getXYPlot().getDataset(
                modelNum);
            PeriodAnalysis2DPlotModel plotModel = (PeriodAnalysis2DPlotModel) dataset;
            plotModel.setLogarithmic(logarithmicCheckBox
                .isSelected());
            plotModel.refresh();
          }
        }
      });
      panel.add(logarithmicCheckBox, BorderLayout.CENTER);
    }
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.