com.jme3.font
Class Kerning

java.lang.Object
  extended by com.jme3.font.Kerning
All Implemented Interfaces:
Savable

public class Kerning
extends java.lang.Object
implements Savable

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

Kerning

public Kerning()
Method Detail

getSecond

public int getSecond()

setSecond

public void setSecond(int second)

getAmount

public int getAmount()

setAmount

public void setAmount(int amount)

write

public void write(JmeExporter ex)
           throws java.io.IOException
Specified by:
write in interface Savable
Throws:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
Specified by:
read in interface Savable
Throws:
java.io.IOException