Package com.jme3.font
Class Kerning
java.lang.Object
com.jme3.font.Kerning
- All Implemented Interfaces:
Savable
Represents kerning information for a character.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidread(JmeImporter im) voidsetAmount(int amount) voidsetSecond(int second) voidwrite(JmeExporter ex)
-
Constructor Details
-
Kerning
public Kerning()
-
-
Method Details
-
getSecond
public int getSecond() -
setSecond
public void setSecond(int second) -
getAmount
public int getAmount() -
setAmount
public void setAmount(int amount) -
write
- Specified by:
writein interfaceSavable- Throws:
IOException
-
read
- Specified by:
readin interfaceSavable- Throws:
IOException
-