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