Class IconSetImpl

  • All Implemented Interfaces:
    SIconSet, java.io.Serializable

    public class IconSetImpl
    extends java.lang.Object
    implements SIconSet, java.io.Serializable
    Since:
    3.8.2
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Detail

      • IconSetImpl

        public IconSetImpl()
    • Method Detail

      • getIconSetName

        public static java.lang.String getIconSetName​(java.lang.String name,
                                                      int iconSetId,
                                                      boolean reverse,
                                                      java.util.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)
      • getCFIcons

        public java.util.List<SCFIcon> getCFIcons()
        Description copied from interface: SIconSet
        Returns the CFIcons.
        Specified by:
        getCFIcons in interface SIconSet
      • addCfIcon

        public void addCfIcon​(SCFIcon icon)