org.apache.fontbox.afm

Class KernPair

public class KernPair extends Object

This represents some kern pair data.

Version: $Revision: 1.1 $

Author: Ben Litchfield (ben@benlitchfield.com)

Method Summary
StringgetFirstKernCharacter()
Getter for property firstKernCharacter.
StringgetSecondKernCharacter()
Getter for property secondKernCharacter.
floatgetX()
Getter for property x.
floatgetY()
Getter for property y.
voidsetFirstKernCharacter(String firstKernCharacterValue)
Setter for property firstKernCharacter.
voidsetSecondKernCharacter(String secondKernCharacterValue)
Setter for property secondKernCharacter.
voidsetX(float xValue)
Setter for property x.
voidsetY(float yValue)
Setter for property y.

Method Detail

getFirstKernCharacter

public String getFirstKernCharacter()
Getter for property firstKernCharacter.

Returns: Value of property firstKernCharacter.

getSecondKernCharacter

public String getSecondKernCharacter()
Getter for property secondKernCharacter.

Returns: Value of property secondKernCharacter.

getX

public float getX()
Getter for property x.

Returns: Value of property x.

getY

public float getY()
Getter for property y.

Returns: Value of property y.

setFirstKernCharacter

public void setFirstKernCharacter(String firstKernCharacterValue)
Setter for property firstKernCharacter.

Parameters: firstKernCharacterValue New value of property firstKernCharacter.

setSecondKernCharacter

public void setSecondKernCharacter(String secondKernCharacterValue)
Setter for property secondKernCharacter.

Parameters: secondKernCharacterValue New value of property secondKernCharacter.

setX

public void setX(float xValue)
Setter for property x.

Parameters: xValue New value of property x.

setY

public void setY(float yValue)
Setter for property y.

Parameters: yValue New value of property y.