|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fontbox.afm.TrackKern
This class represents a piece of track kerning data.
Constructor Summary | |
TrackKern()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrackKern()
Method Detail |
public int getDegree()
public void setDegree(int degreeValue)
degreeValue
- New value of property degree.public float getMaxKern()
public void setMaxKern(float maxKernValue)
maxKernValue
- New value of property maxKern.public float getMaxPointSize()
public void setMaxPointSize(float maxPointSizeValue)
maxPointSizeValue
- New value of property maxPointSize.public float getMinKern()
public void setMinKern(float minKernValue)
minKernValue
- New value of property minKern.public float getMinPointSize()
public void setMinPointSize(float minPointSizeValue)
minPointSizeValue
- New value of property minPointSize.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |