Class PanoseFlag

java.lang.Object
org.apache.pdfbox.debugger.flagbitspane.Flag
org.apache.pdfbox.debugger.flagbitspane.PanoseFlag

public class PanoseFlag extends Flag
  • Field Details

    • bytes

      private final byte[] bytes
    • byteValue

      private final COSString byteValue
  • Constructor Details

    • PanoseFlag

      public PanoseFlag(COSDictionary dictionary)
      Constructor.
      Parameters:
      dictionary - COSDictionary instance. style dictionary that contains panose object.
  • Method Details

    • getFlagType

      String getFlagType()
      Specified by:
      getFlagType in class Flag
    • getFlagValue

      String getFlagValue()
      Specified by:
      getFlagValue in class Flag
    • getFlagBits

      Object[][] getFlagBits()
      Specified by:
      getFlagBits in class Flag
    • getColumnNames

      String[] getColumnNames()
      Overrides:
      getColumnNames in class Flag
    • getFamilyKindValue

      private String getFamilyKindValue(int index)
    • getSerifStyleValue

      private String getSerifStyleValue(int index)
    • getWeightValue

      private String getWeightValue(int index)
    • getProportionValue

      private String getProportionValue(int index)
    • getContrastValue

      private String getContrastValue(int index)
    • getStrokeVariationValue

      private String getStrokeVariationValue(int index)
    • getArmStyleValue

      private String getArmStyleValue(int index)
    • getLetterformValue

      private String getLetterformValue(int index)
    • getMidlineValue

      private String getMidlineValue(int index)
    • getXHeightValue

      private String getXHeightValue(int index)
    • getPanoseBytes

      public final byte[] getPanoseBytes(COSDictionary style)