Class UGraphicUtils


  • public abstract class UGraphicUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UGraphicUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeImage​(java.io.OutputStream os, java.lang.String metadata, FileFormatOption fileFormatOption, long seed, ColorMapper colorMapper, HColor background, TextBlock image)  
      • Methods inherited from class java.lang.Object

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

      • UGraphicUtils

        public UGraphicUtils()
    • Method Detail

      • writeImage

        public static void writeImage​(java.io.OutputStream os,
                                      java.lang.String metadata,
                                      FileFormatOption fileFormatOption,
                                      long seed,
                                      ColorMapper colorMapper,
                                      HColor background,
                                      TextBlock image)
                               throws java.io.IOException
        Throws:
        java.io.IOException