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

public final class DataBarThreshold
extends Threshold

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


Constructor Summary
DataBarThreshold()
           
DataBarThreshold(LittleEndianInput in)
          Creates new Data Bar Threshold
 
Method Summary
 java.lang.Object 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 java.lang.Object clone()
Overrides:
clone in class java.lang.Object


Copyright 2015 The Apache Software Foundation or its licensors, as applicable.