org.apache.poi.hssf.record.cf
Class DataBarThreshold

java.lang.Object
  extended by org.apache.poi.hssf.record.cf.Threshold
      extended by org.apache.poi.hssf.record.cf.DataBarThreshold
All Implemented Interfaces:
java.lang.Cloneable

public final class DataBarThreshold
extends Threshold
implements java.lang.Cloneable

Data Bar specific Threshold / value (CFVO), for changes in Conditional Formatting


Constructor Summary
DataBarThreshold()
           
DataBarThreshold(LittleEndianInput in)
          Creates new Data Bar Threshold
 
Method Summary
 DataBarThreshold clone()
           
 
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
copyTo, getDataLength, getFormula, getParsedExpression, getType, getValue, serialize, setParsedExpression, setType, setType, setValue, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataBarThreshold

public DataBarThreshold()

DataBarThreshold

public DataBarThreshold(LittleEndianInput in)
Creates new Data Bar Threshold

Method Detail

clone

public DataBarThreshold clone()
Overrides:
clone in class java.lang.Object