public class GlyphImpl extends Object implements GlyphWrapper
Modifier and Type | Field and Description |
---|---|
protected Rectangle |
_bounds |
protected int[] |
_codes |
protected String |
_unicodeString |
Constructor and Description |
---|
GlyphImpl(int[] codes,
String unicodeString,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds() |
int[] |
getCodes() |
String |
getUnicodeString() |
protected int[] _codes
protected Rectangle _bounds
protected String _unicodeString
public int[] getCodes()
getCodes
in interface GlyphWrapper
public Rectangle getBounds()
getBounds
in interface GlyphWrapper
public String getUnicodeString()
getUnicodeString
in interface GlyphWrapper
Copyright © 2020 Fran Rojas. All rights reserved.