Documentation of 'jhplot.io.BrowserData' Java class.
BrowserData
jhplot.io

Class BrowserData



  • public class BrowserData
    extends java.lang.Object
    Open a data browser for generic data. Available: .ser,.xml, .jdat, .root, .pbu".
    • Constructor Summary

      Constructors 
      Constructor and Description
      BrowserData(java.lang.String file, GHFrame frame)
      Construct a data browser using the input file for 2D data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doc()
      Show online documentation.
      java.util.Map<java.lang.String,java.lang.Object> getMap()
      Return a map with all objects
      • Methods inherited from class java.lang.Object

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

      • BrowserData

        public BrowserData(java.lang.String file,
                           GHFrame frame)
        Construct a data browser using the input file for 2D data. The file can be URL (starts from http or ftp).

        File must have the extensions
        : "jdat" (HBook)
        "jser" (HFile)
        "jxml" (HFileXML)
        "jpbu" (PFile)
        "root" (ROOT)
        "aida/xml" (AIDA)

        Parameters:
        file - input file or URL
        frame - frame if any.
    • Method Detail

      • getMap

        public java.util.Map<java.lang.String,java.lang.Object> getMap()
        Return a map with all objects
        Returns:
      • doc

        public void doc()
        Show online documentation.

DMelt 3.0 © DataMelt by jWork.ORG