interface Glyph2D
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Remove all cached resources.
|
java.awt.geom.GeneralPath |
getPathForCharacterCode(int code)
Returns the path describing the glyph for the given character code.
|
java.awt.geom.GeneralPath getPathForCharacterCode(int code) throws java.io.IOException
code
- the character codejava.io.IOException
void dispose()