Class ImageConverterTest

java.lang.Object
java.awt.Component
gov.nasa.pds.objectAccess.ImageConverterTest
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class ImageConverterTest
extends Component
See Also:
Serialized Form
  • Constructor Details

    • ImageConverterTest

      public ImageConverterTest()
  • Method Details

    • convertRAWtoPNG

      public void convertRAWtoPNG() throws IOException
      Throws:
      IOException
    • convertingPNGdoesNothing

      public void convertingPNGdoesNothing() throws IOException
      Throws:
      IOException
    • paint

      public void paint​(Graphics g)
      Overrides:
      paint in class Component
    • main

      public static void main​(String[] args) throws Exception
      This entry point is a convenience tester for GUI display of images. It is not run in the automated unit tests.
      Throws:
      Exception