public class PDPanoseClassification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
bytes |
Constructor and Description |
---|
PDPanoseClassification(byte[] bytes) |
Modifier and Type | Method and 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() |
public int getFamilyKind()
public int getSerifStyle()
public int getWeight()
public int getProportion()
public int getContrast()
public int getStrokeVariation()
public int getArmStyle()
public int getLetterform()
public int getMidline()
public int getXHeight()
public byte[] getBytes()
public java.lang.String toString()
toString
in class java.lang.Object