org.apache.poi.hssf.record.cf
Class Threshold
java.lang.Object
   org.apache.poi.hssf.record.cf.Threshold
org.apache.poi.hssf.record.cf.Threshold
- Direct Known Subclasses: 
- ColorGradientThreshold, DataBarThreshold, IconMultiStateThreshold
- public abstract class Threshold 
- extends java.lang.Object
Threshold / value (CFVO) for changes in Conditional Formatting
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
Threshold
protected Threshold()
Threshold
protected Threshold(LittleEndianInput in)
- Creates new Threshold
 
getType
public byte getType()
- 
 
setType
public void setType(byte type)
- 
 
setType
public void setType(int type)
- 
 
getFormula
protected Formula getFormula()
- 
 
getParsedExpression
public Ptg[] getParsedExpression()
- 
 
setParsedExpression
public void setParsedExpression(Ptg[] ptgs)
- 
 
getValue
public java.lang.Double getValue()
- 
 
setValue
public void setValue(java.lang.Double value)
- 
 
getDataLength
public int getDataLength()
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
copyTo
public void copyTo(Threshold rec)
- 
 
serialize
public void serialize(LittleEndianOutput out)
-