Package org.apache.fontbox.afm
Class TrackKern
- java.lang.Object
-
- org.apache.fontbox.afm.TrackKern
-
public class TrackKern extends java.lang.ObjectThis class represents a piece of track kerning data.
-
-
Field Summary
Fields Modifier and Type Field Description private intdegreeprivate floatmaxKernprivate floatmaxPointSizeprivate floatminKernprivate floatminPointSize
-
Constructor Summary
Constructors Constructor Description TrackKern(int degree, float minPointSize, float minKern, float maxPointSize, float maxKern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDegree()Getter for property degree.floatgetMaxKern()Getter for property maxKern.floatgetMaxPointSize()Getter for property maxPointSize.floatgetMinKern()Getter for property minKern.floatgetMinPointSize()Getter for property minPointSize.
-
-
-
Method Detail
-
getDegree
public int getDegree()
Getter for property degree.- Returns:
- Value of property degree.
-
getMaxKern
public float getMaxKern()
Getter for property maxKern.- Returns:
- Value of property maxKern.
-
getMaxPointSize
public float getMaxPointSize()
Getter for property maxPointSize.- Returns:
- Value of property maxPointSize.
-
getMinKern
public float getMinKern()
Getter for property minKern.- Returns:
- Value of property minKern.
-
getMinPointSize
public float getMinPointSize()
Getter for property minPointSize.- Returns:
- Value of property minPointSize.
-
-