Package io.keikai.model
Interface SCFIcon
- All Known Implementing Classes:
CFIconImpl
public interface SCFIcon
Mixed-group (aka. custom) IconSet information in ConditionalFormatting.
- Since:
- 5.7.0
- Author:
- henri
-
Method Summary
Modifier and TypeMethodDescriptionReturns the icon set id of this icongetType()Returns the icon set name of this icon
-
Method Details
-
getType
SIconSet.IconSetType getType()Returns the icon set name of this icon -
getIconId
Integer getIconId()Returns the icon set id of this icon
-