Class ChangeSectionVideoTask

java.lang.Object
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<VideoTask>, XMLObject

public class ChangeSectionVideoTask
extends VideoTask3D
Video task which changes the current section, either once or multiple times over an interval.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Constructor Details

    • ChangeSectionVideoTask

      public ChangeSectionVideoTask()
    • ChangeSectionVideoTask

      public ChangeSectionVideoTask​(int start, int stop, InterfaceGraphic2D graphic_2d, int start_section, int end_section)
      Instantiates this task with the given arguments. Sections in section_set will be varied from section_start to section_end.
      Parameters:
      section_set -
      start_section -
      end_section -
  • Method Details