public class CosNull extends CosScalar
Represents a COS null object as defined in section 3.2.8 of the PDF Reference Manual version 1.4.
  • Method Details

    • getType

      public int getType()
      return the type of this CosObject
      Specified by:
      getType in class CosObject
      Returns:
      one of the t_Mumble static final int values defined above
    • getValue

      public Object getValue()
      Specified by:
      getValue in class CosObject
      Returns:
      Object value of CosObject
    • equals

      public boolean equals(CosObject value)
      This method always returns true except when passed Cosobject is not an instance of CosNull or not on the same document.
      Specified by:
      equals in class CosObject
      Parameters:
      value -
      Returns:
      boolean