Package org.apache.poi.hssf.record.cf
Class Threshold
- java.lang.Object
-
- org.apache.poi.hssf.record.cf.Threshold
-
- Direct Known Subclasses:
ColorGradientThreshold,DataBarThreshold,IconMultiStateThreshold
public abstract class Threshold extends Object
Threshold / value (CFVO) for changes in Conditional Formatting
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyTo(Threshold rec)intgetDataLength()Ptg[]getParsedExpression()bytegetType()DoublegetValue()voidserialize(LittleEndianOutput out)voidsetParsedExpression(Ptg[] ptgs)voidsetType(byte type)voidsetType(int type)voidsetValue(Double value)StringtoString()
-
-
-
Method Detail
-
getType
public byte getType()
-
setType
public void setType(byte type)
-
setType
public void setType(int type)
-
getParsedExpression
public Ptg[] getParsedExpression()
-
setParsedExpression
public void setParsedExpression(Ptg[] ptgs)
-
getValue
public Double getValue()
-
setValue
public void setValue(Double value)
-
getDataLength
public int getDataLength()
-
copyTo
public void copyTo(Threshold rec)
-
serialize
public void serialize(LittleEndianOutput out)
-
-