Class PDDeviceNProcess

java.lang.Object
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceNProcess

public class PDDeviceNProcess extends Object
A DeviceN Process Dictionary
Author:
John Hewson
  • Constructor Details

    • PDDeviceNProcess

      public PDDeviceNProcess()
      Creates a new DeviceN Process Dictionary.
    • PDDeviceNProcess

      public PDDeviceNProcess(COSDictionary attributes)
      Creates a new DeviceN Process Dictionary from the given attributes.
      Parameters:
      attributes - a DeviceN attributes dictionary
  • Method Details

    • getCOSDictionary

      public COSDictionary getCOSDictionary()
      Returns the underlying COS dictionary.
      Returns:
      the underlying COS dictionary.
    • getColorSpace

      public PDColorSpace getColorSpace() throws IOException
      Returns the process color space
      Returns:
      the process color space
      Throws:
      IOException - if the color space cannot be read
    • getComponents

      public List<String> getComponents()
      Returns the names of the color components.
      Returns:
      the names of the color components
    • toString

      public String toString()
      Overrides:
      toString in class Object