ucar.unidata.idv.control
Class AnimationTextControl.DatedText

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

public static class AnimationTextControl.DatedText
extends DatedObject

Class DatedText _more_

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Constructor Summary
AnimationTextControl.DatedText()
          _more_
AnimationTextControl.DatedText(Date date)
          _more_
 
Method Summary
 DateTime getDateTime()
          _more_
 String getSubject()
          Get the Subject property.
 String getText()
          _more_
 void setSubject(String value)
          Set the Subject property.
protected  void setText(String text)
          _more_
 String toString()
          _more_
 
Methods inherited from class ucar.unidata.util.DatedObject
equals, getDate, getObject, getObjects, select, setDate, setObject, sort, unwrap, wrap
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnimationTextControl.DatedText

public AnimationTextControl.DatedText()
_more_


AnimationTextControl.DatedText

public AnimationTextControl.DatedText(Date date)
_more_

Parameters:
date - _more_
Method Detail

getText

public String getText()
_more_

Returns:
_more_

setText

protected void setText(String text)
_more_

Parameters:
text - _more_

getDateTime

public DateTime getDateTime()
                     throws VisADException
_more_

Returns:
_more_
Throws:
VisADException - _more_

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()
_more_

Overrides:
toString in class DatedObject
Returns:
_more_