Class ProfileAnimationDlg

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class ProfileAnimationDlg extends RmaJDialog
ProfileAnimationDlg provides animation control for AnimatedProfileG2dDialog(s). The dialogs contains a standard set of "VCR" controls (Play, Stop, FastForward, Step Forward, Step Back, Skip to End, Skip to Beginning) and a slider control for moving through the set of records. The dialog notifies the _parent dialog that implements an rma.swing.VCRControlsListener
See Also:
  • Constructor Details

    • ProfileAnimationDlg

      public ProfileAnimationDlg(AnimatedProfileG2dDialog owner, String title, boolean modal, VCRPlayer player)
      Constructor for the ProfileAnimationDlg object
      Parameters:
      owner - Description of Parameter
      title - Description of Parameter
      modal - Description of Parameter
      player - Description of Parameter
  • Method Details

    • setCurrentLocation

      public void setCurrentLocation(String loc)
      Sets the currentLocation attribute of the ProfileAnimationDlg object
      Parameters:
      loc - The new currentLocation value
    • setCurrentPosition

      public void setCurrentPosition(int pos)
      Sets the currentPosition attribute of the ProfileAnimationDlg object
      Parameters:
      pos - The new currentPosition value
    • setMaxValue

      public void setMaxValue(int max)
      Sets the maxValue attribute of the ProfileAnimationDlg object
      Parameters:
      max - The new maxValue value
    • setStartLabel

      public void setStartLabel(String startText)
      Sets the startLabel attribute of the ProfileAnimationDlg object
      Parameters:
      startText - The new startLabel value
    • setSpeed

      public void setSpeed(int speed)
    • setEndLabel

      public void setEndLabel(String endText)
      Sets the endLabel attribute of the ProfileAnimationDlg object
      Parameters:
      endText - The new endLabel value
    • ProfileAnimationDlg_WindowClosing

      public void ProfileAnimationDlg_WindowClosing(WindowEvent event)