Package io.keikai.model
Interface SIconSet
- All Known Implementing Classes:
IconSetImpl
public interface SIconSet
- Author:
- henri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the CFIcons.Returns the value objectsgetType()Returns the icon set namebooleanReturns whether in percentbooleanReturns whether reverse the orderbooleanReturns whether show the value
-
Method Details
-
getType
SIconSet.IconSetType getType()Returns the icon set name -
getCFValueObjects
List<SCFValueObject> getCFValueObjects()Returns the value objects -
isPercent
boolean isPercent()Returns whether in percent -
isReverse
boolean isReverse()Returns whether reverse the order -
isShowValue
boolean isShowValue()Returns whether show the value -
getCFIcons
Returns the CFIcons.- Since:
- 5.7.0
-