IconSetType

Inheritance: java.lang.Object

public final class IconSetType

Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible.

Fields

FieldDescription
ARROWS_33 arrows icon set.
ARROWS_44 arrows icon set.
ARROWS_55 arrows icon set.
ARROWS_GRAY_33 gray arrows icon set.
ARROWS_GRAY_44 gray arrows icon set.
ARROWS_GRAY_55 gray arrows icon set.
BOXES_55 boxes set
COLOR_SMILIES_33 color smilies.
CUSTOM_SETCustomSet.
FLAGS_33 flags icon set.
NONENone
QUARTERS_55 quarters icon set.
RATING_44 ratings icon set.
RATING_55 rating icon set.
RED_TO_BLACK_44 ‘red to black’ icon set.
SIGNS_33 signs icon set.
SMILIES_33 smilies.
STARS_33 stars set
SYMBOLS_33 symbols icon set (circled).
SYMBOLS_323 Symbols icon set (uncircled).
TRAFFIC_LIGHTS_313 traffic lights icon set (unrimmed).
TRAFFIC_LIGHTS_323 traffic lights icon set with thick black border.
TRAFFIC_LIGHTS_44 traffic lights icon set.
TRIANGLES_33 triangles set

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ARROWS_3

public static final int ARROWS_3

3 arrows icon set.

ARROWS_4

public static final int ARROWS_4

4 arrows icon set.

ARROWS_5

public static final int ARROWS_5

5 arrows icon set.

ARROWS_GRAY_3

public static final int ARROWS_GRAY_3

3 gray arrows icon set.

ARROWS_GRAY_4

public static final int ARROWS_GRAY_4

4 gray arrows icon set.

ARROWS_GRAY_5

public static final int ARROWS_GRAY_5

5 gray arrows icon set.

BOXES_5

public static final int BOXES_5

5 boxes set

COLOR_SMILIES_3

public static final int COLOR_SMILIES_3

3 color smilies. Only for .ods.

CUSTOM_SET

public static final int CUSTOM_SET

CustomSet. This element is read-only.

FLAGS_3

public static final int FLAGS_3

3 flags icon set.

NONE

public static final int NONE

None

QUARTERS_5

public static final int QUARTERS_5

5 quarters icon set.

RATING_4

public static final int RATING_4

4 ratings icon set.

RATING_5

public static final int RATING_5

5 rating icon set.

RED_TO_BLACK_4

public static final int RED_TO_BLACK_4

4 ‘red to black’ icon set.

SIGNS_3

public static final int SIGNS_3

3 signs icon set.

SMILIES_3

public static final int SMILIES_3

3 smilies. Only for .ods.

STARS_3

public static final int STARS_3

3 stars set

SYMBOLS_3

public static final int SYMBOLS_3

3 symbols icon set (circled).

SYMBOLS_32

public static final int SYMBOLS_32

3 Symbols icon set (uncircled).

TRAFFIC_LIGHTS_31

public static final int TRAFFIC_LIGHTS_31

3 traffic lights icon set (unrimmed).

TRAFFIC_LIGHTS_32

public static final int TRAFFIC_LIGHTS_32

3 traffic lights icon set with thick black border.

TRAFFIC_LIGHTS_4

public static final int TRAFFIC_LIGHTS_4

4 traffic lights icon set.

TRIANGLES_3

public static final int TRIANGLES_3

3 triangles set

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int