Class PanoseFlag
java.lang.Object
org.apache.pdfbox.debugger.flagbitspane.Flag
org.apache.pdfbox.debugger.flagbitspane.PanoseFlag
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetArmStyleValue(int index) (package private) String[]private StringgetContrastValue(int index) private StringgetFamilyKindValue(int index) (package private) Object[][](package private) String(package private) Stringprivate StringgetLetterformValue(int index) private StringgetMidlineValue(int index) final byte[]getPanoseBytes(COSDictionary style) private StringgetProportionValue(int index) private StringgetSerifStyleValue(int index) private StringgetStrokeVariationValue(int index) private StringgetWeightValue(int index) private StringgetXHeightValue(int index)
-
Field Details
-
bytes
private final byte[] bytes -
byteValue
-
-
Constructor Details
-
PanoseFlag
Constructor.- Parameters:
dictionary- COSDictionary instance. style dictionary that contains panose object.
-
-
Method Details
-
getFlagType
String getFlagType()- Specified by:
getFlagTypein classFlag
-
getFlagValue
String getFlagValue()- Specified by:
getFlagValuein classFlag
-
getFlagBits
Object[][] getFlagBits()- Specified by:
getFlagBitsin classFlag
-
getColumnNames
String[] getColumnNames()- Overrides:
getColumnNamesin classFlag
-
getFamilyKindValue
-
getSerifStyleValue
-
getWeightValue
-
getProportionValue
-
getContrastValue
-
getStrokeVariationValue
-
getArmStyleValue
-
getLetterformValue
-
getMidlineValue
-
getXHeightValue
-
getPanoseBytes
-