Class Panose
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Panose
-
public class Panose extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Panose(byte[] panose)
Creates new Panose
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getArmStyle()
byte
getContrast()
byte
getFamilyType()
byte
getLetterForm()
byte
getMidline()
byte
getProportion()
byte
getSerifStyle()
byte
getStrokeVariation()
byte
getWeight()
byte
getXHeight()
java.lang.String
toString()
-
-
-
Method Detail
-
getFamilyType
public byte getFamilyType()
-
getSerifStyle
public byte getSerifStyle()
-
getWeight
public byte getWeight()
-
getProportion
public byte getProportion()
-
getContrast
public byte getContrast()
-
getStrokeVariation
public byte getStrokeVariation()
-
getArmStyle
public byte getArmStyle()
-
getLetterForm
public byte getLetterForm()
-
getMidline
public byte getMidline()
-
getXHeight
public byte getXHeight()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-