Interface ImageActivity

All Superinterfaces:
Activity
All Known Implementing Classes:
SampImageActivity

public interface ImageActivity extends Activity
Activity for sending an image of some sort to load.
Since:
18 Sep 2008
Author:
Mark Taylor
  • Field Details

  • Method Details

    • getFormatSelector

      JComboBox<String> getFormatSelector()
      Returns a combo box for selecting image format. A suitable list of entries for this box is KNOWN_FORMATS.
      Returns:
      format selector
    • displayImage

      void displayImage(String location, String label) throws IOException
      Displays an image according to the current selections of the components owned by this activity.
      Parameters:
      location - string giving file name or URL location of file
      label - label for display target
      Throws:
      IOException