Class AnimationTextControl.DatedText

java.lang.Object
ucar.unidata.util.DatedObject
ucar.unidata.idv.control.AnimationTextControl.DatedText
All Implemented Interfaces:
DatedThing
Enclosing class:
AnimationTextControl

public static class AnimationTextControl.DatedText extends DatedObject
Class DatedText Holds text and a date
Version:
$Revision: 1.3 $
Author:
IDV Development Team
  • Constructor Details

    • DatedText

      public DatedText()
      ctor
    • DatedText

      public DatedText(Date date)
      ctor
      Parameters:
      date - The date
  • Method Details

    • getText

      public String getText()
      get the text
      Returns:
      the text
    • setText

      protected void setText(String text)
      set the text
      Parameters:
      text - the text
    • getDateTime

      public DateTime getDateTime() throws VisADException
      get the date
      Returns:
      the date
      Throws:
      VisADException - On badness
    • setSubject

      public void setSubject(String value)
      Set the Subject property.
      Parameters:
      value - The new value for Subject
    • getSubject

      public String getSubject()
      Get the Subject property.
      Returns:
      The Subject
    • toString

      public String toString()
      to string
      Overrides:
      toString in class DatedObject
      Returns:
      to string