Class Soi


  • public class Soi
    extends java.lang.Object
    class that handles the stepover image format "soi"
    • Constructor Summary

      Constructors 
      Constructor Description
      Soi​(int mode, int width, int height, int bpp, java.lang.Integer transparent, java.awt.image.BufferedImage image)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()  
      • Methods inherited from class java.lang.Object

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

      • Soi

        public Soi​(int mode,
                   int width,
                   int height,
                   int bpp,
                   java.lang.Integer transparent,
                   java.awt.image.BufferedImage image)
    • Method Detail

      • getBytes

        public byte[] getBytes()