|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.renderer.style.FontCache
public class FontCache
Lookup and caches font definitions for faster retrieval
Constructor Summary | |
---|---|
FontCache()
|
Method Summary | |
---|---|
static FontCache |
getDefaultInsance()
Deprecated. Use getDefaultInstance() instead |
static FontCache |
getDefaultInstance()
Returns the default, system wide font cache |
java.awt.Font |
getFont(java.lang.String requestedFont)
|
void |
registerFont(java.awt.Font f)
Adds the specified font in the font cache. |
void |
resetCache()
Resets the font loading cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontCache()
Method Detail |
---|
public static FontCache getDefaultInsance()
getDefaultInstance()
instead
public static FontCache getDefaultInstance()
public java.awt.Font getFont(java.lang.String requestedFont)
public void registerFont(java.awt.Font f)
f
- public void resetCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |