Interface Top10Filter

  • All Known Implementing Classes:
    XSSFTop10Filter

    public interface Top10Filter
    Since:
    3.9.11
    Author:
    henri
    • Method Detail

      • isTop

        boolean isTop()
      • isPercent

        boolean isPercent()
      • getValue

        double getValue()
      • getFilterValue

        double getFilterValue()
      • setProperties

        void setProperties​(boolean isTop,
                           double value,
                           boolean isPercent,
                           double filterValue)