Package org.apache.pdfbox.rendering
Class GlyphCache
- java.lang.Object
-
- org.apache.pdfbox.rendering.GlyphCache
-
final class GlyphCache extends java.lang.ObjectA simple glyph outline cache.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.awt.geom.GeneralPath>cacheprivate PDVectorFontfontprivate static org.apache.commons.logging.LogLOG
-
Constructor Summary
Constructors Constructor Description GlyphCache(PDVectorFont font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.GeneralPathgetPathForCharacterCode(int code)
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
font
private final PDVectorFont font
-
cache
private final java.util.Map<java.lang.Integer,java.awt.geom.GeneralPath> cache
-
-
Constructor Detail
-
GlyphCache
GlyphCache(PDVectorFont font)
-
-