Uses of Interface
io.keikai.model.SIconSet
-
Packages that use SIconSet Package Description io.keikai.importer io.keikai.model io.keikai.model.impl -
-
Uses of SIconSet in io.keikai.importer
Methods in io.keikai.importer that return SIconSet Modifier and Type Method Description protected SIconSetXlsxImporter. prepareIconSet(XlsxExtractor.XlsxCfRuleExtractor ctRule) -
Uses of SIconSet in io.keikai.model
Methods in io.keikai.model that return SIconSet Modifier and Type Method Description SIconSetSConditionalFormattingRule. getIconSet()Returns the icon set (used with "iconSet" type)SIconSetSConditionalStyle. getIconSet() -
Uses of SIconSet in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SIconSet Modifier and Type Class Description classIconSetImplMethods in io.keikai.model.impl that return SIconSet Modifier and Type Method Description SIconSetConditionalFormattingRuleImpl. getIconSet()SIconSetConditionalStyleImpl. getIconSet()Methods in io.keikai.model.impl with parameters of type SIconSet Modifier and Type Method Description voidConditionalFormattingRuleImpl. setIconSet(SIconSet iconSet)voidConditionalStyleImpl. setIconSet(SIconSet iconSet)Constructors in io.keikai.model.impl with parameters of type SIconSet Constructor Description ConditionalStyleImpl(SFont font, SFill fill, SBorder border, java.lang.String dataFormat, SColorScale colorScale, SDataBar dataBar, java.lang.Double barPercent, SIconSet iconSet, java.lang.Integer iconSetId)
-