com.jme3.font
クラス Kerning

java.lang.Object
  上位を拡張 com.jme3.font.Kerning
すべての実装されたインタフェース:
Savable

public class Kerning
extends java.lang.Object
implements Savable

Represents kerning information for a character.


コンストラクタの概要
Kerning()
           
 
メソッドの概要
 int getAmount()
           
 int getSecond()
           
 void read(JmeImporter im)
           
 void setAmount(int amount)
           
 void setSecond(int second)
           
 void write(JmeExporter ex)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Kerning

public Kerning()
メソッドの詳細

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
定義:
インタフェース Savable 内の write
例外:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
例外:
java.io.IOException