public class Cluster
extends java.lang.Object
| Constructor and Description |
|---|
Cluster(int[] codepoints,
Glyph[] glyphs)
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
deepClone() |
int[] |
getCodepoints() |
int |
getCodepointsLength() |
Glyph[] |
getGlyphs() |
java.lang.String |
getString() |
static java.lang.String |
getString(Cluster[] clusters) |
float |
getWidth(int em,
float fontSize) |
public Cluster(int[] codepoints,
Glyph[] glyphs)
public int[] getCodepoints()
public int getCodepointsLength()
public Glyph[] getGlyphs()
public float getWidth(int em,
float fontSize)
public static java.lang.String getString(Cluster[] clusters)
public java.lang.String getString()
public Cluster deepClone()