Class PNGWriter


  • public class PNGWriter
    extends java.lang.Object
    Creates an .PNG file for a test case.
    Version:
    1.7
    • Constructor Summary

      Constructors 
      Constructor Description
      PNGWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.io.File outputDirectory, TestCaseEdit testCase, PrecisionModel precisionModel)  
      • Methods inherited from class java.lang.Object

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

      • PNGWriter

        public PNGWriter()
    • Method Detail

      • write

        public void write​(java.io.File outputDirectory,
                          TestCaseEdit testCase,
                          PrecisionModel precisionModel)
                   throws java.io.IOException
        Throws:
        java.io.IOException