Package org.apache.fontbox.afm
Class TrackKern
java.lang.Object
org.apache.fontbox.afm.TrackKern
This class represents a piece of track kerning data.
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGetter for property degree.floatGetter for property maxKern.floatGetter for property maxPointSize.floatGetter for property minKern.floatGetter for property minPointSize.voidsetDegree(int degreeValue) Setter for property degree.voidsetMaxKern(float maxKernValue) Setter for property maxKern.voidsetMaxPointSize(float maxPointSizeValue) Setter for property maxPointSize.voidsetMinKern(float minKernValue) Setter for property minKern.voidsetMinPointSize(float minPointSizeValue) Setter for property minPointSize.
-
Constructor Details
-
TrackKern
public TrackKern()
-
-
Method Details
-
getDegree
public int getDegree()Getter for property degree.- Returns:
- Value of property degree.
-
setDegree
public void setDegree(int degreeValue) Setter for property degree.- Parameters:
degreeValue- New value of property degree.
-
getMaxKern
public float getMaxKern()Getter for property maxKern.- Returns:
- Value of property maxKern.
-
setMaxKern
public void setMaxKern(float maxKernValue) Setter for property maxKern.- Parameters:
maxKernValue- New value of property maxKern.
-
getMaxPointSize
public float getMaxPointSize()Getter for property maxPointSize.- Returns:
- Value of property maxPointSize.
-
setMaxPointSize
public void setMaxPointSize(float maxPointSizeValue) Setter for property maxPointSize.- Parameters:
maxPointSizeValue- New value of property maxPointSize.
-
getMinKern
public float getMinKern()Getter for property minKern.- Returns:
- Value of property minKern.
-
setMinKern
public void setMinKern(float minKernValue) Setter for property minKern.- Parameters:
minKernValue- New value of property minKern.
-
getMinPointSize
public float getMinPointSize()Getter for property minPointSize.- Returns:
- Value of property minPointSize.
-
setMinPointSize
public void setMinPointSize(float minPointSizeValue) Setter for property minPointSize.- Parameters:
minPointSizeValue- New value of property minPointSize.
-