Class CSIndexed

java.lang.Object
org.apache.pdfbox.debugger.colorpane.CSIndexed

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

    • CSIndexed

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

    • getPanel

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