Class CSIndexed


  • public class CSIndexed
    extends java.lang.Object
    A class that provides the necessary UI and functionalities to show the Indexed colorspace.
    Author:
    Khyrul Bashar.
    • Constructor Summary

      Constructors 
      Constructor Description
      CSIndexed​(org.apache.pdfbox.cos.COSArray array)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getPanel()
      return the main panel that hold all the UI elements.
      • Methods inherited from class java.lang.Object

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

      • CSIndexed

        public CSIndexed​(org.apache.pdfbox.cos.COSArray array)
                  throws java.io.IOException
        Constructor.
        Parameters:
        array - COSArray instance for Indexed color space.
        Throws:
        java.io.IOException
    • Method Detail

      • getPanel

        public java.awt.Component getPanel()
        return the main panel that hold all the UI elements.
        Returns:
        JPanel instance