public final class IconMultiStateThreshold extends Threshold implements Duplicatable
Modifier and Type | Field and Description |
---|---|
static byte |
EQUALS_EXCLUDE
Cell values that are equal to the threshold value do not pass the threshold
|
static byte |
EQUALS_INCLUDE
Cell values that are equal to the threshold value pass the threshold.
|
Constructor and Description |
---|
IconMultiStateThreshold() |
IconMultiStateThreshold(IconMultiStateThreshold other) |
IconMultiStateThreshold(LittleEndianInput in) |
Modifier and Type | Method and Description |
---|---|
IconMultiStateThreshold |
clone()
Deprecated.
|
IconMultiStateThreshold |
copy() |
int |
getDataLength() |
byte |
getEquals() |
void |
serialize(LittleEndianOutput out) |
void |
setEquals(byte equals) |
getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toString
public static final byte EQUALS_EXCLUDE
public static final byte EQUALS_INCLUDE
public IconMultiStateThreshold()
public IconMultiStateThreshold(IconMultiStateThreshold other)
public IconMultiStateThreshold(LittleEndianInput in)
public byte getEquals()
public void setEquals(byte equals)
public int getDataLength()
getDataLength
in class Threshold
@Deprecated @Removal(version="5.0.0") public IconMultiStateThreshold clone()
clone
in class java.lang.Object
public IconMultiStateThreshold copy()
copy
in interface Duplicatable
copy
in class Threshold
public void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.