Class PDPanoseClassification
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.font.PDPanoseClassification
-
public class PDPanoseClassification extends Object
Represents a 10-byte PANOSE classification.
-
-
Field Summary
Fields Modifier and Type Field Description static intLENGTHLength.
-
Constructor Summary
Constructors Constructor Description PDPanoseClassification(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetArmStyle()byte[]getBytes()intgetContrast()intgetFamilyKind()intgetLetterform()intgetMidline()intgetProportion()intgetSerifStyle()intgetStrokeVariation()intgetWeight()intgetXHeight()StringtoString()
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
Length.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamilyKind
public int getFamilyKind()
-
getSerifStyle
public int getSerifStyle()
-
getWeight
public int getWeight()
-
getProportion
public int getProportion()
-
getContrast
public int getContrast()
-
getStrokeVariation
public int getStrokeVariation()
-
getArmStyle
public int getArmStyle()
-
getLetterform
public int getLetterform()
-
getMidline
public int getMidline()
-
getXHeight
public int getXHeight()
-
getBytes
public byte[] getBytes()
-
-