Class PDMeasureDictionary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      COSDictionary getCOSObject()
      This will return the corresponding dictionary.
      java.lang.String getSubtype()
      returns the subtype of the measure dictionary.
      java.lang.String getType()
      This will return the type of the measure dictionary.
      protected void setSubtype​(java.lang.String subtype)
      This will set the subtype of the measure dictionary.
      • Methods inherited from class java.lang.Object

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

      • TYPE

        public static final java.lang.String TYPE
        The type of the dictionary.
        See Also:
        Constant Field Values
      • measureDictionary

        private final COSDictionary measureDictionary
    • Constructor Detail

      • PDMeasureDictionary

        protected PDMeasureDictionary()
        Constructor.
      • PDMeasureDictionary

        public PDMeasureDictionary​(COSDictionary dictionary)
        Constructor.
        Parameters:
        dictionary - the corresponding dictionary
    • Method Detail

      • getType

        public java.lang.String getType()
        This will return the type of the measure dictionary. It must be "Measure"
        Returns:
        the type
      • getSubtype

        public java.lang.String getSubtype()
        returns the subtype of the measure dictionary.
        Returns:
        the subtype of the measure data dictionary
      • setSubtype

        protected void setSubtype​(java.lang.String subtype)
        This will set the subtype of the measure dictionary.
        Parameters:
        subtype - the subtype of the measure dictionary