Package org.apache.poi.ss.usermodel
Enum Class IconMultiStateFormatting.IconSet
java.lang.Object
java.lang.Enum<IconMultiStateFormatting.IconSet>
org.apache.poi.ss.usermodel.IconMultiStateFormatting.IconSet
- All Implemented Interfaces:
Serializable
,Comparable<IconMultiStateFormatting.IconSet>
,Constable
- Enclosing interface:
IconMultiStateFormatting
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGrey Up / Side / Down arrowsGrey Up / NE / SE / Down arrowsGreen Up / Yellow Side / Red Down arrowsGreen / Yellow / Red flagsGreen Circle / Yellow Triangle / Red Diamond.Green Tick / Yellow ! / Red Cross (no background)Green Tick / Yellow ! / Red Cross on a circle backgroundGreen / Yellow / Red traffic lights (no background).Green / Yellow / Red traffic lights on a black square background.Green Up / Yellow NE / Yellow SE / Red Down arrowsGreen / Yellow / Red / Black traffic lightsRed / Light Red / Grey / Black traffic lights -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final IconMultiStateFormatting.IconSet
final int
Numeric ID of the icon setfinal String
Name (system) of the setfinal int
How many icons in the set -
Method Summary
Modifier and TypeMethodDescriptionbyId
(int id) toString()
Returns the enum constant of this class with the specified name.static IconMultiStateFormatting.IconSet[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GYR_3_ARROW
Green Up / Yellow Side / Red Down arrows -
GREY_3_ARROWS
Grey Up / Side / Down arrows -
GYR_3_FLAGS
Green / Yellow / Red flags -
GYR_3_TRAFFIC_LIGHTS
Green / Yellow / Red traffic lights (no background). Default -
GYR_3_TRAFFIC_LIGHTS_BOX
Green / Yellow / Red traffic lights on a black square background. Note, MS-XLS docs v20141018 say this is id=5 but seems to be id=4 -
GYR_3_SHAPES
Green Circle / Yellow Triangle / Red Diamond. Note, MS-XLS docs v20141018 say this is id=4 but seems to be id=5 -
GYR_3_SYMBOLS_CIRCLE
Green Tick / Yellow ! / Red Cross on a circle background -
GYR_3_SYMBOLS
Green Tick / Yellow ! / Red Cross (no background) -
GYR_4_ARROWS
Green Up / Yellow NE / Yellow SE / Red Down arrows -
GREY_4_ARROWS
Grey Up / NE / SE / Down arrows -
RB_4_TRAFFIC_LIGHTS
Red / Light Red / Grey / Black traffic lights -
RATINGS_4
-
GYRB_4_TRAFFIC_LIGHTS
Green / Yellow / Red / Black traffic lights -
GYYYR_5_ARROWS
-
GREY_5_ARROWS
-
RATINGS_5
-
QUARTERS_5
-
-
Field Details
-
DEFAULT_ICONSET
-
id
public final int idNumeric ID of the icon set -
num
public final int numHow many icons in the set -
name
Name (system) of the set
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<IconMultiStateFormatting.IconSet>
-
byId
-
byName
-