org.fontbox.afm
Class TrackKern
java.lang.Object
org.fontbox.afm.TrackKern
public class TrackKern
extends java.lang.Object
This class represents a piece of track kerning data.
- Ben Litchfield (ben@benlitchfield.com)
getDegree
public int getDegree()
Getter for property degree.
- Value of property degree.
getMaxKern
public float getMaxKern()
Getter for property maxKern.
- Value of property maxKern.
getMaxPointSize
public float getMaxPointSize()
Getter for property maxPointSize.
- Value of property maxPointSize.
getMinKern
public float getMinKern()
Getter for property minKern.
- Value of property minKern.
getMinPointSize
public float getMinPointSize()
Getter for property minPointSize.
- Value of property minPointSize.
setDegree
public void setDegree(int degreeValue)
Setter for property degree.
degreeValue
- New value of property degree.
setMaxKern
public void setMaxKern(float maxKernValue)
Setter for property maxKern.
maxKernValue
- New value of property maxKern.
setMaxPointSize
public void setMaxPointSize(float maxPointSizeValue)
Setter for property maxPointSize.
maxPointSizeValue
- New value of property maxPointSize.
setMinKern
public void setMinKern(float minKernValue)
Setter for property minKern.
minKernValue
- New value of property minKern.
setMinPointSize
public void setMinPointSize(float minPointSizeValue)
Setter for property minPointSize.
minPointSizeValue
- New value of property minPointSize.