|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Class FontDefinition.KerningPair

java.lang.Objectcom.anotherbigidea.flash.movie.FontDefinition.KerningPair
- Enclosing class:
- FontDefinition
- public static class FontDefinition.KerningPair
- extends java.lang.Object
A Kerning Pair is an adjustment to the advance between two particular glyphs.
| Field Summary | |
protected double |
adjustment
|
protected int |
code1
|
protected int |
code2
|
| Constructor Summary | |
FontDefinition.KerningPair(int code1,
int code2,
double adjustment)
|
|
| Method Summary | |
double |
getAdjustment()
|
int |
getCode1()
|
int |
getCode2()
|
void |
setAdjustment(double offset)
|
void |
setCode1(int code)
|
void |
setCode2(int code)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
code1
protected int code1
code2
protected int code2
adjustment
protected double adjustment
| Constructor Detail |
FontDefinition.KerningPair
public FontDefinition.KerningPair(int code1,
int code2,
double adjustment)
| Method Detail |
getCode1
public int getCode1()
getCode2
public int getCode2()
getAdjustment
public double getAdjustment()
setCode1
public void setCode1(int code)
setCode2
public void setCode2(int code)
setAdjustment
public void setAdjustment(double offset)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.movie.FontDefinition.KerningPair