Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class FontDefinition.KerningPair  view FontDefinition.KerningPair download FontDefinition.KerningPair.java

java.lang.Object
  extended bycom.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)