Interface SpectrumActivity

  • All Superinterfaces:
    Activity

    public interface SpectrumActivity
    extends Activity
    Activity for sending a spectrum to load.
    Since:
    5 Oct 2009
    Author:
    Mark Taylor
    • Method Detail

      • displaySpectrum

        void displaySpectrum​(java.lang.String location,
                             java.util.Map<?,​?> metadata)
                      throws java.io.IOException
        Sends a message to load a spectrum.
        Parameters:
        location - URL of spectrum
        metadata - ucd/utype->value map giving spectrum metadata
        Throws:
        java.io.IOException