public final class IconMultiStateThreshold extends Threshold implements java.lang.Cloneable
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(LittleEndianInput in)
Creates new Ico Multi-State Threshold
|
Modifier and Type | Method and Description |
---|---|
IconMultiStateThreshold |
clone() |
int |
getDataLength() |
byte |
getEquals() |
void |
serialize(LittleEndianOutput out) |
void |
setEquals(byte equals) |
copyTo, 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(LittleEndianInput in)
public byte getEquals()
public void setEquals(byte equals)
public int getDataLength()
getDataLength
in class Threshold
public IconMultiStateThreshold clone()
clone
in class java.lang.Object
public void serialize(LittleEndianOutput out)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.