public class TrackKern extends Object
Constructor | Description |
---|---|
TrackKern() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.Copyright © 2008–2018. All rights reserved.