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.
クラス 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