public class IconSetImpl extends Object implements SIconSet, Serializable
SIconSet.IconSetType| Constructor and Description |
|---|
IconSetImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueObject(SCFValueObject vo) |
IconSetImpl |
cloneIconSet() |
List<SCFValueObject> |
getCFValueObjects()
Returns the value objects
|
static String |
getIconSetName(String name,
int iconSetId,
boolean reverse) |
SIconSet.IconSetType |
getType()
Returns the icon set name
|
boolean |
isPercent()
Returns whether in percent
|
boolean |
isReverse()
Returns whether reverse the order
|
boolean |
isShowValue()
Returns whether show the value
|
void |
setPercent(boolean b) |
void |
setReverse(boolean b) |
void |
setShowValue(boolean b) |
void |
setType(SIconSet.IconSetType type) |
public SIconSet.IconSetType getType()
SIconSetpublic void setType(SIconSet.IconSetType type)
public List<SCFValueObject> getCFValueObjects()
SIconSetgetCFValueObjects in interface SIconSetpublic void addValueObject(SCFValueObject vo)
public boolean isPercent()
SIconSetpublic void setPercent(boolean b)
public boolean isReverse()
SIconSetpublic void setReverse(boolean b)
public boolean isShowValue()
SIconSetisShowValue in interface SIconSetpublic void setShowValue(boolean b)
public IconSetImpl cloneIconSet()
Copyright © 2020. All rights reserved.