Class GlyphCache


  • final class GlyphCache
    extends java.lang.Object
    A simple glyph outline cache.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.Integer,​java.awt.geom.GeneralPath> cache  
      private PDVectorFont font  
      private static org.apache.commons.logging.Log LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.geom.GeneralPath getPathForCharacterCode​(int code)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final org.apache.commons.logging.Log LOG
      • cache

        private final java.util.Map<java.lang.Integer,​java.awt.geom.GeneralPath> cache
    • Method Detail

      • getPathForCharacterCode

        public java.awt.geom.GeneralPath getPathForCharacterCode​(int code)