org.fontbox.afm

Class TrackKern


public class TrackKern
extends java.lang.Object

This class represents a piece of track kerning data.
Version:
$Revision: 1.1 $
Author:
Ben Litchfield (ben@benlitchfield.com)

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.

Method Details

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.

setDegree

public void setDegree(int degreeValue)
Setter for property degree.
Parameters:
degreeValue - New value of property degree.

setMaxKern

public void setMaxKern(float maxKernValue)
Setter for property maxKern.
Parameters:
maxKernValue - New value of property maxKern.

setMaxPointSize

public void setMaxPointSize(float maxPointSizeValue)
Setter for property maxPointSize.
Parameters:
maxPointSizeValue - New value of property maxPointSize.

setMinKern

public void setMinKern(float minKernValue)
Setter for property minKern.
Parameters:
minKernValue - New value of property minKern.

setMinPointSize

public void setMinPointSize(float minPointSizeValue)
Setter for property minPointSize.
Parameters:
minPointSizeValue - New value of property minPointSize.