Package org.apache.pdfbox.pdmodel.font
Class PDPanoseClassification
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.font.PDPanoseClassification
-
public class PDPanoseClassification extends java.lang.ObjectRepresents a 10-byte PANOSE classification.- Author:
- John Hewson
-
-
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()java.lang.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()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-