Package io.keikai.model.impl
Class IconSetImpl
java.lang.Object
io.keikai.model.impl.IconSetImpl
- All Implemented Interfaces:
SIconSet,Serializable
- Since:
- 3.8.2
- Author:
- henri
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SIconSet
SIconSet.IconSetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidReturns the CFIcons.Returns the value objectsstatic StringgetIconSetName(String name, int iconSetId, boolean reverse, List<SCFIcon> cfIcons) getType()Returns the icon set namebooleanReturns whether in percentbooleanReturns whether reverse the orderbooleanReturns whether show the valuevoidsetPercent(boolean b) voidsetReverse(boolean b) voidsetShowValue(boolean b) voidsetType(SIconSet.IconSetType type)
-
Constructor Details
-
IconSetImpl
public IconSetImpl()
-
-
Method Details
-
getIconSetName
-
getType
Description copied from interface:SIconSetReturns the icon set name -
setType
-
getCFValueObjects
Description copied from interface:SIconSetReturns the value objects- Specified by:
getCFValueObjectsin interfaceSIconSet
-
addValueObject
-
isPercent
public boolean isPercent()Description copied from interface:SIconSetReturns whether in percent -
setPercent
public void setPercent(boolean b) -
isReverse
public boolean isReverse()Description copied from interface:SIconSetReturns whether reverse the order -
setReverse
public void setReverse(boolean b) -
isShowValue
public boolean isShowValue()Description copied from interface:SIconSetReturns whether show the value- Specified by:
isShowValuein interfaceSIconSet
-
setShowValue
public void setShowValue(boolean b) -
cloneIconSet
-
getCFIcons
Description copied from interface:SIconSetReturns the CFIcons.- Specified by:
getCFIconsin interfaceSIconSet
-
addCfIcon
-