Class HSSFFontCacheKey

java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.caches.HSSFFontCacheKey
All Implemented Interfaces:
Serializable

public class HSSFFontCacheKey extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.poi.hssf.usermodel.HSSFFont
     
    protected final org.apache.poi.hssf.record.FontRecord
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    HSSFFontCacheKey(org.apache.poi.hssf.usermodel.HSSFFont font)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • font

      protected final org.apache.poi.hssf.usermodel.HSSFFont font
    • fontRecord

      protected final org.apache.poi.hssf.record.FontRecord fontRecord
  • Constructor Details

    • HSSFFontCacheKey

      public HSSFFontCacheKey(org.apache.poi.hssf.usermodel.HSSFFont font)
  • Method Details