Class Sixel


  • public class Sixel
    extends java.lang.Object
    Sixel parses a buffer of sixel image data into a BufferedImage.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sixel​(java.lang.String buffer, java.util.HashMap<java.lang.Integer,​java.awt.Color> palette)
      Public constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage getImage()
      Get the image.
      • Methods inherited from class java.lang.Object

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

      • Sixel

        public Sixel​(java.lang.String buffer,
                     java.util.HashMap<java.lang.Integer,​java.awt.Color> palette)
        Public constructor.
        Parameters:
        buffer - the sixel data to parse
        palette - palette to use, or null for a private palette
    • Method Detail

      • getImage

        public java.awt.image.BufferedImage getImage()
        Get the image.
        Returns:
        the sixel data as an image.