public interface IconMultiStateFormatting
Modifier and Type | Interface and Description |
---|---|
static class |
IconMultiStateFormatting.IconSet |
Modifier and Type | Method and Description |
---|---|
IconMultiStateFormatting.IconSet |
getIconSet()
Get the Icon Set used
|
boolean |
isIconOnly()
Should Icon + Value be displayed, or only the Icon?
|
boolean |
isReversed() |
void |
setIconOnly(boolean only)
Control if only the Icon is shown, or Icon + Value
|
void |
setIconSet(IconMultiStateFormatting.IconSet set)
Changes the Icon Set used
|
void |
setReversed(boolean reversed) |
IconMultiStateFormatting.IconSet getIconSet()
void setIconSet(IconMultiStateFormatting.IconSet set)
If the new Icon Set has a different number of icons to the old one, you must update the thresholds before saving!
boolean isIconOnly()
void setIconOnly(boolean only)
boolean isReversed()
void setReversed(boolean reversed)
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.