| Package | Description |
|---|---|
| org.apache.batik.gvt.font |
| Modifier and Type | Method and Description |
|---|---|
AWTGlyphGeometryCache.Value |
AWTGlyphGeometryCache.get(char c)
Gets the value of a variable
|
static AWTGlyphGeometryCache.Value |
AWTGVTFont.getGlyphGeometry(AWTGVTFont font,
char c,
GlyphVector gv,
int glyphIndex,
Point2D glyphPos)
Returns the geometry of the specified character.
|
AWTGlyphGeometryCache.Value |
AWTGlyphGeometryCache.put(char c,
AWTGlyphGeometryCache.Value value)
Sets a new value for the given variable
|
| Modifier and Type | Method and Description |
|---|---|
AWTGlyphGeometryCache.Value |
AWTGlyphGeometryCache.put(char c,
AWTGlyphGeometryCache.Value value)
Sets a new value for the given variable
|
| Constructor and Description |
|---|
Entry(int hash,
char c,
AWTGlyphGeometryCache.Value value,
AWTGlyphGeometryCache.Entry next)
Creates a new entry
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.