Package org.apache.pdfbox.pdmodel.font
Class PDPanoseClassification
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.font.PDPanoseClassification
-
public class PDPanoseClassification extends java.lang.Object
Represents a 10-byte PANOSE classification.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
bytes
-
Constructor Summary
Constructors Constructor Description PDPanoseClassification(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getArmStyle()
byte[]
getBytes()
int
getContrast()
int
getFamilyKind()
int
getLetterform()
int
getMidline()
int
getProportion()
int
getSerifStyle()
int
getStrokeVariation()
int
getWeight()
int
getXHeight()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-