Modifier and Type | Class | Description |
---|---|---|
class |
AWTFontMetrics |
Creation-Date: 16.12.2005, 21:09:39
|
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
AWTFontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context) |
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
FirstLevelFontCache.getFontMetrics(FontKey fontKey) |
|
FontMetrics |
FontCache.getFontMetrics(FontKey fontKey) |
|
FontMetrics |
LeastFrequentlyUsedCache.getFontMetrics(FontKey fontKey) |
|
FontMetrics |
NullFontCache.getFontMetrics(FontKey fontKey) |
Modifier and Type | Method | Description |
---|---|---|
void |
FirstLevelFontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
|
void |
FontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
|
void |
LeastFrequentlyUsedCache.putFontMetrics(FontKey key,
FontMetrics metrics) |
|
void |
NullFontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
CompoundFontStorage.getFontMetrics(FontIdentifier record,
FontContext context) |
Modifier and Type | Class | Description |
---|---|---|
class |
MonospaceFontMetrics |
Creation-Date: 13.05.2007, 13:14:25
|
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
MonospaceFontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context) |
Loads the font metrics for the font identified by the given identifier.
|
Modifier and Type | Class | Description |
---|---|---|
class |
EmptyFontMetrics |
An placeholder metrics for buggy fonts.
|
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
FontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context) |
Loads the font metrics for the font identified by the given identifier.
|
FontMetrics |
DefaultFontStorage.getFontMetrics(FontIdentifier record,
FontContext context) |
|
FontMetrics |
FontStorage.getFontMetrics(FontIdentifier record,
FontContext context) |
Constructor | Description |
---|---|
DefaultKerningProducer(FontMetrics fontMetrics) |
|
StaticFontSizeProducer(FontMetrics fontMetrics) |
|
VariableFontSizeProducer(FontMetrics fontMetrics) |
Modifier and Type | Class | Description |
---|---|---|
class |
TrueTypeFontMetrics |
Creation-Date: 15.12.2005, 12:01:13
|
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
TrueTypeFontMetricsFactory.createMetrics(FontIdentifier record,
FontContext context) |