org.apache.fontbox.afm
public class TrackKern extends Object
Version: $Revision: 1.1 $
Method Summary | |
---|---|
int | getDegree() Getter for property degree. |
float | getMaxKern() Getter for property maxKern. |
float | getMaxPointSize() Getter for property maxPointSize. |
float | getMinKern() Getter for property minKern. |
float | getMinPointSize() Getter for property minPointSize. |
void | setDegree(int degreeValue) Setter for property degree. |
void | setMaxKern(float maxKernValue) Setter for property maxKern. |
void | setMaxPointSize(float maxPointSizeValue) Setter for property maxPointSize. |
void | setMinKern(float minKernValue) Setter for property minKern. |
void | setMinPointSize(float minPointSizeValue) Setter for property minPointSize. |
Returns: Value of property degree.
Returns: Value of property maxKern.
Returns: Value of property maxPointSize.
Returns: Value of property minKern.
Returns: Value of property minPointSize.
Parameters: degreeValue New value of property degree.
Parameters: maxKernValue New value of property maxKern.
Parameters: maxPointSizeValue New value of property maxPointSize.
Parameters: minKernValue New value of property minKern.
Parameters: minPointSizeValue New value of property minPointSize.