Documentation of 'visad.data.mcidas.AddeTextAdapter' Java class
AddeTextAdapter
visad.data.mcidas

Class AddeTextAdapter



  • public class AddeTextAdapter
    extends java.lang.Object
    Adapts text read from an ADDE server into a VisAD Text object
    • Constructor Summary

      Constructors 
      Constructor and Description
      AddeTextAdapter(java.lang.String textSource)
      Create a VisAD Text object from an adde request
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Text getData()
      Return the Text object representing the request.
      Text getDataAsHTML()
      Return the Text object representing the request with HTML formatting.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddeTextAdapter

        public AddeTextAdapter(java.lang.String textSource)
                        throws VisADException
        Create a VisAD Text object from an adde request
        Parameters:
        textSource - ADDE URL of request
        Throws:
        IOException - if there was a problem reading the file.
        VisADException - if an unexpected problem occurs.
    • Method Detail

      • getData

        public Text getData()
        Return the Text object representing the request.
        Returns:
        request as Text
      • getDataAsHTML

        public Text getDataAsHTML()
        Return the Text object representing the request with HTML formatting.
        Returns:
        request as Text bracketed with
         tags

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.