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()
SIconSet
public void setType(SIconSet.IconSetType type)
public List<SCFValueObject> getCFValueObjects()
SIconSet
getCFValueObjects
in interface SIconSet
public void addValueObject(SCFValueObject vo)
public boolean isPercent()
SIconSet
public void setPercent(boolean b)
public boolean isReverse()
SIconSet
public void setReverse(boolean b)
public boolean isShowValue()
SIconSet
isShowValue
in interface SIconSet
public void setShowValue(boolean b)
public IconSetImpl cloneIconSet()
Copyright © 2020. All rights reserved.