Class IconSetImpl

    • Constructor Detail

      • IconSetImpl

        public IconSetImpl()
    • Method Detail

      • getIconSetName

        public static String getIconSetName​(String name,
                                            int iconSetId,
                                            boolean reverse,
                                            List<SCFIcon> cfIcons)
      • isPercent

        public boolean isPercent()
        Description copied from interface: SIconSet
        Returns whether in percent
        Specified by:
        isPercent in interface SIconSet
      • setPercent

        public void setPercent​(boolean b)
      • isReverse

        public boolean isReverse()
        Description copied from interface: SIconSet
        Returns whether reverse the order
        Specified by:
        isReverse in interface SIconSet
      • setReverse

        public void setReverse​(boolean b)
      • isShowValue

        public boolean isShowValue()
        Description copied from interface: SIconSet
        Returns whether show the value
        Specified by:
        isShowValue in interface SIconSet
      • setShowValue

        public void setShowValue​(boolean b)
      • addCfIcon

        public void addCfIcon​(SCFIcon icon)