Class PanoseFlag


  • public class PanoseFlag
    extends java.lang.Object
    Author:
    Khyrul Bashar A class that provide Panose classification data
    • Constructor Summary

      Constructors 
      Constructor Description
      PanoseFlag​(org.apache.pdfbox.cos.COSDictionary dictionary)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPanoseBytes​(org.apache.pdfbox.cos.COSDictionary style)  
      • Methods inherited from class java.lang.Object

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

      • PanoseFlag

        public PanoseFlag​(org.apache.pdfbox.cos.COSDictionary dictionary)
        Constructor.
        Parameters:
        dictionary - COSDictionary instance. style dictionary that contains panose object.
    • Method Detail

      • getPanoseBytes

        public final byte[] getPanoseBytes​(org.apache.pdfbox.cos.COSDictionary style)