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

Packages that use DataBarThreshold
org.apache.poi.hssf.record.cf   
 

Uses of DataBarThreshold in org.apache.poi.hssf.record.cf
 

Methods in org.apache.poi.hssf.record.cf that return DataBarThreshold
 DataBarThreshold DataBarThreshold.clone()
           
 DataBarThreshold DataBarFormatting.getThresholdMax()
           
 DataBarThreshold DataBarFormatting.getThresholdMin()
           
 

Methods in org.apache.poi.hssf.record.cf with parameters of type DataBarThreshold
 void DataBarFormatting.setThresholdMax(DataBarThreshold thresholdMax)
           
 void DataBarFormatting.setThresholdMin(DataBarThreshold thresholdMin)
           
 



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