|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.font.Kerning
public class Kerning
Represents kerning information for a character.
Constructor Summary | |
---|---|
Kerning()
|
Method Summary | |
---|---|
int |
getAmount()
|
int |
getSecond()
|
void |
read(JmeImporter im)
|
void |
setAmount(int amount)
|
void |
setSecond(int second)
|
void |
write(JmeExporter ex)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Kerning()
Method Detail |
---|
public int getSecond()
public void setSecond(int second)
public int getAmount()
public void setAmount(int amount)
public void write(JmeExporter ex) throws java.io.IOException
write
in interface Savable
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
read
in interface Savable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |