Class PhasePlotTask

java.lang.Object
javax.swing.SwingWorker<Void,Void>
org.aavso.tools.vstar.ui.task.PhasePlotTask
All Implemented Interfaces:
Runnable, Future<Void>, RunnableFuture<Void>

public class PhasePlotTask extends SwingWorker<Void,Void>
A concurrent task in which a phase plot operation is executed.
  • Constructor Details

    • PhasePlotTask

      public PhasePlotTask(double period, double epoch, Map<SeriesType,Boolean> seriesVisibilityMap)
      Constructor
      Parameters:
      period - The requested period of the phase plot.
      epoch - The epoch (first Julian Date) for the phase plot.
      seriesVisibilityMap - A mapping from series number to visibility status.
  • Method Details