Package io.keikai.model
Interface SIconSet
-
- All Known Implementing Classes:
IconSetImpl
public interface SIconSet
- Author:
- henri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SIconSet.IconSetType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SCFIcon>
getCFIcons()
Returns the CFIcons.List<SCFValueObject>
getCFValueObjects()
Returns the value objectsSIconSet.IconSetType
getType()
Returns the icon set nameboolean
isPercent()
Returns whether in percentboolean
isReverse()
Returns whether reverse the orderboolean
isShowValue()
Returns whether show the value
-
-
-
Method Detail
-
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
-
-