| Package | Description |
|---|---|
| org.apache.batik.gvt.font |
| Modifier and Type | Method | Description |
|---|---|---|
AWTGlyphGeometryCache.Value |
AWTGlyphGeometryCache.get(char c) |
Gets the value of a variable
|
static AWTGlyphGeometryCache.Value |
AWTGVTFont.getGlyphGeometry(AWTGVTFont font,
char c,
java.awt.font.GlyphVector gv,
int glyphIndex,
java.awt.geom.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 | Description |
|---|---|---|
AWTGlyphGeometryCache.Value |
AWTGlyphGeometryCache.put(char c,
AWTGlyphGeometryCache.Value value) |
Sets a new value for the given variable
|
| Constructor | Description |
|---|---|
Entry(int hash,
char c,
AWTGlyphGeometryCache.Value value,
AWTGlyphGeometryCache.Entry next) |
Creates a new entry
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.