Class SampImageActivity

java.lang.Object
uk.ac.starlink.topcat.interop.SampImageActivity
All Implemented Interfaces:
Activity, ImageActivity

public class SampImageActivity extends Object implements ImageActivity
ImageActivity implementation using SAMP for the external communications.
Since:
18 Sep 2008
Author:
Mark Taylor
  • Constructor Details

    • SampImageActivity

      public SampImageActivity(org.astrogrid.samp.gui.GuiHubConnector connector)
      Constructor.
      Parameters:
      connector - SAMP connector
  • Method Details

    • getTargetSelector

      public ComboBoxModel<ImageViewer> getTargetSelector()
      Description copied from interface: Activity
      Returns a ComboBoxModel which allows selection of target applications.
      Specified by:
      getTargetSelector in interface Activity
      Returns:
      target application selection model
    • getFormatSelector

      public JComboBox<String> getFormatSelector()
      Description copied from interface: ImageActivity
      Returns a combo box for selecting image format. A suitable list of entries for this box is ImageActivity.KNOWN_FORMATS.
      Specified by:
      getFormatSelector in interface ImageActivity
      Returns:
      format selector
    • displayImage

      public void displayImage(String location, String label)
      Description copied from interface: ImageActivity
      Displays an image according to the current selections of the components owned by this activity.
      Specified by:
      displayImage in interface ImageActivity
      Parameters:
      location - string giving file name or URL location of file
      label - label for display target