Public Member Functions |
| AnnText (const Quantity &xPos, const Quantity &yPos, const String &dirRefFrameString, const CoordinateSystem &csys, const String &text, const Quantity &beginFreq, const Quantity &endFreq, const String &freqRefFrame, const String &dopplerString, const Quantity &restfreq, const Vector< Stokes::StokesTypes > &stokes) |
| AnnText (const Quantity &xPos, const Quantity &yPos, const CoordinateSystem &csys, const String &text, const Vector< Stokes::StokesTypes > &stokes) |
AnnText & | operator= (const AnnText &other) |
| implicit copy constructor and destructor are fine
|
MDirection | getDirection () const |
| left most point of text string
|
String | getText () const |
virtual ostream & | print (ostream &os) const |
Private Member Functions |
void | _init (const Quantity &x, const Quantity &y) |
Private Attributes |
AnnotationBase::Direction | _inputDirection |
String | _text |
Represents a text annotation.
Intended use:
Public interface
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
<h3>Synopsis</h3>
Represents an ascii text annotation
Definition at line 47 of file AnnText.h.