|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.text.KerningValues
public class KerningValues
Represents a kerning value collection. View Example
| Constructor Summary | |
|---|---|
KerningValues(char[] textArray,
short[] spacing)
|
|
| Method Summary | |
|---|---|
short[] |
getSpacing()
Gets the spacing array corresponding to the text array. |
char[] |
getText()
Gets the character array of the text that is kerned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KerningValues(char[] textArray,
short[] spacing)
| Method Detail |
|---|
public char[] getText()
public short[] getSpacing()
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||